implexa
back to leaderboard
WS

@wshobson

contributor on implexa, with 200 skills ranked by SkillRank across 2 sources.

wshobson on githubpublishes to skills.shpublishes to smithery
skills
200
avg SkillRank
5.8
137 scored / 200 total
total stars
1,381,065
across 50 repos
total installs
117
across 50 repos

skills, ranked by SkillRank

scoresourceskill
8.2skills.sh
hads
hads teaches claude to read, generate, and validate human-ai document standard markdown files. covers block types, required structure, reading/generation rules, validation criteria, and design rationale with examples and quick reference.
7.8skills.sh
screen-reader-testing
screen-reader-testing provides hands-on procedures for validating web accessibility across voiceover, nvda, jaws, and talkback. covers setup, command reference, test checklists, common issues with fixes, and focus management patterns.
7.8skills.sh
python-code-style
python-code-style covers linting, formatting, type checking, naming conventions, and documentation standards using modern tooling like ruff and mypy. includes configuration patterns, docstring examples, and ci integration guidance.
7.8skills.sh
evaluation-methodology
evaluation-methodology documents plugineval's three-layer quality framework, dimension weights, anti-pattern penalties, and elo ranking. it supplies rubric anchors, composite formulas, cli commands, and systematic improvement strategies.
7.8smithery
architecture-patterns
wshobson-architecture-patterns covers clean architecture, hexagonal architecture, and domain-driven design tactical patterns with concrete code examples, layer dependency rules, and anti-patterns to avoid in practice.
7.8skills.sh
review-agent-setup
review-agent-governance gates ai agent actions on github and external surfaces behind explicit human approval, producing signed receipts for audit. targets pr reviews, issue triage, releases, ci edits, and protected branch pushes.
7.4skills.sh
multi-reviewer-patterns
multi-reviewer-patterns provides structured guidance for running parallel code reviews across security, performance, architecture and other dimensions, with explicit deduplication rules, severity calibration criteria, and a consolidated reporting template.
7.4smithery
python-code-style
wshobson-python-code-style covers linting, formatting, type checking, and naming conventions with concrete tool configs (ruff, mypy, pyright) and docstring patterns. practical patterns for modern python projects but lacks failure mode discussion.
7.4smithery
incident-runbook-templates
wshobson-incident-runbook-templates provides structured templates for building incident response procedures with severity matrices, escalation paths, and communication workflows. includes practical troubleshooting patterns for common runbook failures like outdated commands and missing prerequisites.
7.3skills.sh
python-background-jobs
python-background-jobs covers task queue patterns, idempotency strategies, and job state management for decoupling long-running work from request/response cycles. uses celery examples with guidance on retries, timeouts, and failure handling.
7.3skills.sh
python-type-safety
python-type-safety covers type annotations, generics, protocols, and type narrowing to catch errors statically. includes patterns for annotating signatures, modern union syntax, generic classes, and strict mypy/pyright configuration.
7.3skills.sh
python-anti-patterns
python-anti-patterns provides a categorized checklist of common python mistakes across infrastructure, architecture, error handling, resources, types, and testing. includes bad/good code examples and centralized reference table for quick review before finalization.
7.3skills.sh
bats-testing-patterns
bats-testing-patterns provides concrete examples for unit testing shell scripts using bats, covering setup/teardown, mocking, fixtures, and ci/cd integration with practical code samples throughout.
7.3skills.sh
python-project-structure
python-project-structure provides patterns for organizing python codebases with clear module boundaries, explicit public apis via __all__, and layered or domain-driven architectures. covers file naming, import strategy, test placement, and anti-patterns to avoid.
7.3smithery
dotnet-backend-patterns
wshobson-dotnet-backend-patterns covers clean architecture, dependency injection, async patterns, configuration management, result types, ef core, dapper, and multi-level caching for building production .net apis. includes code examples but lacks operational guidance on failure modes.
7.3skills.sh
memory-forensics
memory-forensics covers live and post-mortem memory acquisition across windows, linux, and macos, with volatility 3 workflows for malware analysis, incident response, and artifact extraction including process injection detection and rootkit hunting.
7.3skills.sh
python-configuration
python-configuration covers externalized config management via pydantic-settings, typed validation, environment variables, and secrets handling. teaches fail-fast validation at startup and sensible local development defaults.
7.2skills.sh
error-handling-patterns
error-handling-patterns covers exceptions, result types, custom error hierarchies, and resilience patterns (retry, circuit breaker, graceful degradation) across python, typescript, rust, and go with working code examples.
7.2skills.sh
code-review-excellence
code-review-excellence provides a structured approach to conducting effective code reviews across multiple dimensions. it covers mindset, feedback techniques, phased review procedures, language-specific patterns, and handles common friction points like disagreements and difficult conversations.
7.2skills.sh
postgresql-table-design
postgresql-table-design covers normalization, data type selection, indexing strategies, and partition patterns for postgres schemas. addresses common gotchas like missing fk indexes, null handling in unique constraints, and mvcc implications.
7.2skills.sh
task-coordination-strategies
task-coordination-strategies provides decomposition patterns (by layer, component, concern, ownership), dependency graph design with blockedBy/blocks semantics, and structured task description templates with acceptance criteria. includes workload monitoring signals and rebalancing heuristics for multi-agent coordination.
7.2smithery
python-project-structure
wshobson-python-project-structure covers module cohesion, explicit public api design via __all__, and directory layout patterns ranging from flat hierarchies to domain-driven organization. actionable for new projects and reorganization work.
7.2skills.sh
parallel-debugging
parallel-debugging structures root cause analysis through competing hypotheses across six failure categories (logic, data, state, integration, resource, environment), with evidence collection standards and arbitration protocols to reduce confirmation bias.
7.2skills.sh
python-observability
python-observability covers structured logging, metrics, and distributed tracing patterns for python applications. teaches correlation id propagation, semantic log levels, and the four golden signals for production debugging without redeployment.
6.9skills.sh
javascript-testing-patterns
javascript-testing-patterns covers unit, integration, and component testing across jest and vitest with concrete examples for mocking, async operations, and dependency injection. punts advanced scenarios to external references rather than completing the narrative.
6.8skills.sh
deployment-pipeline-design
deployment-pipeline-design covers multi-stage ci/cd architecture with approval gates, environment promotion, and deployment orchestration patterns. balances automation with safety controls for varied infrastructure targets.
6.8skills.sh
projection-patterns
projection-patterns addresses building read models and materialized views from event streams, covering four projection types and five templates with emphasis on idempotency, checkpointing, and safe rebuild strategies.
6.8skills.sh
async-python-patterns
async-python-patterns covers asyncio fundamentals, event loops, coroutines, and concurrent execution patterns for I/O-bound workloads. includes decision guidance, five core patterns with code examples, and common pitfalls.
6.8skills.sh
memory-safety-patterns
memory-safety-patterns covers raii, ownership models, and smart pointers across rust, c++, and c. provides concrete code examples for preventing use-after-free, leaks, and data races, with language-specific patterns and debugging tools.
6.8skills.sh
github-actions-templates
github-actions-templates provides copy-paste workflow patterns for common ci/cd tasks like testing, docker builds, and kubernetes deployments. patterns are concrete but lack guidance on when to choose between them or how to adapt for non-standard scenarios.
6.8smithery
architecture-decision-records
wshobson-architecture-decision-records provides templates and governance patterns for capturing technical decisions. covers lifecycle management, review processes, and multiple template formats (madr, lightweight, y-statement, deprecation, rfc). lacks specific trigger phrases and acknowledges few failure modes.
6.7skills.sh
block-no-verify-hook
block-no-verify-hook intercepts git bypass flags (--no-verify, --no-gpg-sign, --no-edit) in PreToolUse hooks to prevent ai agents from skipping pre-commit safety mechanisms like linting and signing.
6.5skills.sh
terraform-module-library
terraform-module-library covers patterns for building reusable infrastructure modules across aws, azure, gcp, and oci using standard directory layouts, input validation, and terratest testing. provides concrete vpc and rds examples with composition patterns.
6.3smithery
bats-testing-patterns
wshobson-bats-testing-patterns provides shell script testing patterns using bats with error condition examples, ci/cd integration snippets, and helper utilities. lacks procedural sequencing and assumes existing bats familiarity.
6.3smithery
visual-design-foundations
wshobson-visual-design-foundations provides concrete token definitions and css examples for typography, color, spacing, and iconography but lacks procedural steps for actually applying these systems to a design problem.
6.3skills.sh
service-mesh-observability
service-mesh-observability covers metrics, traces, and logs across istio and linkerd with concrete prometheus queries, jaeger setup, and dashboard templates. practical but procedurally thin on implementation sequencing and failure recovery.
6.3skills.sh
rag-implementation
rag-implementation covers vector database selection, embedding model choices, retrieval strategies (dense, sparse, hybrid), and reranking approaches. includes a working langgraph example but lacks failure modes and production hardening details.
6.3smithery
mobile-ios-design
wshobson-mobile-ios-design covers swiftui patterns, navigation structures, and system integration for ios development. provides code examples and hig principles but lacks actionable procedures for design decisions.
6.3skills.sh
web3-testing
web3-testing covers unit, integration, and mainnet fork testing for solidity contracts using hardhat and foundry. includes fuzzing, gas measurement, and snapshot-based test isolation with working code examples.
6.3skills.sh
nextjs-app-router-patterns
nextjs-app-router-patterns covers server/client rendering modes, file conventions, and architectural decisions for next.js 14+ applications. includes layout setup, data fetching with revalidation, and best practices for server components and parallel routes.
6.3skills.sh
rust-async-patterns
rust-async-patterns covers production-ready concurrent patterns for tokio-based applications, including task coordination, channels, error handling, and debugging with tokio-console. teaches when to apply patterns like joinset, broadcast channels, and cancellation tokens in real systems.
6.3skills.sh
llm-evaluation
llm-evaluation catalogs metric types (automated, human, llm-as-judge) and provides a python skeleton for running evaluation suites, but lacks deployment guidance, failure recovery, and concrete validation workflows.
6.2smithery
interaction-design
wshobson-interaction-design covers motion design, microinteractions, and state transitions via code examples and timing guidelines. lacks decision trees and explicit failure recovery. useful reference but not a runbook.
6.2skills.sh
nft-standards
nft-standards covers erc-721 and erc-1155 implementation with metadata handling, royalties, and minting mechanics. provides working solidity templates but lacks systematic procedure and error recovery guidance.
6.2smithery
team-composition-analysis
wshobson-team-composition-analysis provides hiring benchmarks, compensation tables, and equity allocation ranges for early-stage startups through series a, organized by funding stage and role category.
6.2skills.sh
mobile-ios-design
mobile-ios-design covers swiftui patterns, navigation, and apple human interface guidelines for building native ios apps. includes code examples for layouts, system integration, and common pitfalls.
6.2skills.sh
postmortem-writing
postmortem-writing covers blameless incident review methodology, offering templates for timeline analysis, 5-whys root cause investigation, and facilitation guidance. emphasizes systems thinking over individual blame.
6.2skills.sh
interaction-design
interaction-design covers microinteractions, transitions, loading states, and gesture patterns using motion libraries and css animations. includes timing guidelines, easing functions, and accessibility considerations for reduced-motion support.
6.2skills.sh
uv-package-manager
uv-package-manager covers python dependency management, virtual environments, and project setup using the rust-based uv tool. provides installation, package workflows, version pinning, and migration patterns from pip and poetry.
6.2skills.sh
dependency-upgrade
dependency-upgrade covers semantic versioning, staged rollout phases, breaking change handling via codemods, and multi-layer testing (unit, integration, visual, e2e). includes automation configs for renovate and dependabot with rollback scaffolding.
6.2skills.sh
monorepo-management
monorepo-management covers turborepo and nx setup, workspace configuration, package structure patterns, and publishing strategies for multi-package repositories. practical for initial setup and optimization, but lacks decision frameworks and failure recovery.
6.2skills.sh
startup-metrics-framework
startup-metrics-framework provides a reference compendium of formulas and benchmarks for tracking saas, marketplace, consumer, and b2b metrics across funding stages. it reads as a metrics encyclopedia rather than an actionable skill.
6.2skills.sh
airflow-dag-patterns
airflow-dag-patterns covers dag design principles, task dependency patterns, and production deployment strategies with a quick-start example. best practices section addresses common pitfalls but lacks depth on testing, custom operators, and failure recovery.
6.1smithery
code-review-excellence
wshobson-code-review-excellence covers systematic code review with emphasis on constructive feedback, security patterns, and language-specific checks. provides frameworks for prioritizing concerns and handling disagreements, though lacks concrete decision logic for merge/reject verdicts.
6.1skills.sh
sast-configuration
sast-configuration covers setup and tuning of semgrep, sonarqube, and codeql for automated code scanning. provides ci/cd integration patterns, custom rule examples, and troubleshooting guidance across multiple languages.
6.1skills.sh
architecture-patterns
architecture-patterns covers clean, hexagonal, and domain-driven design with directory structures and code examples for python backends, though lacks concrete procedural steps and edge case acknowledgment.
6.1skills.sh
bash-defensive-patterns
bash-defensive-patterns covers strict mode, quoting discipline, error trapping, and input validation for production shell scripts. includes best practices for logging, idempotency, and cross-platform compatibility.
6.0skills.sh
kpi-dashboard-design
kpi-dashboard-design covers patterns for multi-level dashboards (strategic, tactical, operational) with department-specific templates, layout examples, and implementation code for sales, marketing, product and finance teams.
5.9skills.sh
signed-audit-trails-recipe
signed-audit-trails-recipe documents a cryptographic receipt pattern for claude code tool calls, covering cedar policy evaluation, ed25519 signing, and offline verification workflows. teaching-focused, references runtime implementation separately.
5.9skills.sh
angular-migration
angular-migration covers hybrid app setup, component and service conversion patterns, and dependency injection interop between angularjs and angular. lacks step-by-step migration sequencing and failure recovery guidance.
5.8skills.sh
openapi-spec-generation
openapi-spec-generation provides patterns for creating and maintaining openapi 3.1 specifications across design-first, code-first, and hybrid approaches. covers spec structure, best practices, and validation but lacks procedural depth.
5.8skills.sh
gitops-workflow
gitops-workflow covers argocd and flux cd setup for declarative kubernetes deployments, including repository structure, sync policies, progressive delivery patterns, and secret management with external secrets operator and sealed secrets.
5.8smithery
protocol-reverse-engineering
wshobson-protocol-reverse-engineering provides tools and techniques for traffic capture, binary parsing, and protocol analysis, with working code examples in python and lua but minimal decision logic or failure recovery.
5.8smithery
dbt-transformation-patterns
wshobson-dbt-transformation-patterns covers medallion architecture, naming conventions, and project structure for dbt analytics engineering. includes configuration templates and best practice do's/don'ts but lacks procedural depth for actual implementation.
5.8skills.sh
ml-pipeline-workflow
ml-pipeline-workflow outlines mlops orchestration from data ingestion through model deployment. covers dag patterns, validation frameworks, and deployment strategies across airflow, dagster, and kubernetes. prescriptive on architecture but thin on operational detail.
5.8skills.sh
competitive-landscape
competitive-landscape provides structured frameworks (porter's five forces, blue ocean strategy, positioning maps) for analyzing market dynamics and identifying differentiation opportunities, but lacks specific execution triggers and concrete failure mode handling.
5.8skills.sh
startup-financial-modeling
startup-financial-modeling covers revenue projections, cost structures, and cash flow analysis for early-stage companies. provides templates for saas, marketplace, and e-commerce models with scenario planning and validation checkpoints, but lacks executable procedures and specific tool integration.
5.8skills.sh
slo-implementation
slo-implementation defines service level indicators, objectives and error budgets to balance reliability targets with development velocity. includes prometheus rules, burn rate calculations, multi-window alerting and compliance review frameworks.
5.8skills.sh
react-state-management
react-state-management covers patterns and tool selection across local, global, server, and form state, with code examples for zustand and redux toolkit migration but lacks step-by-step decision procedures and failure recovery.
5.8skills.sh
react-native-design
react-native-design covers styling patterns, react navigation, and reanimated 3 for cross-platform mobile apps. provides a working component example and best practices but lacks procedural depth for implementation tasks.
5.8skills.sh
design-system-patterns
design-system-patterns covers token hierarchies, theming infrastructure, and component architecture for building consistent ui foundations. emphasizes naming conventions, multi-platform generation, and figma-to-code workflows but lacks actionable step-by-step procedures.
5.8skills.sh
react-modernization
react-modernization covers version upgrades across react 16-18, class-to-hooks migration patterns, concurrent features like suspense, and codemod automation. includes typescript guidance and performance optimization techniques.
5.8skills.sh
k8s-manifest-generator
k8s-manifest-generator covers best practices for building deployments, services, configmaps, secrets, and pvcs with resource limits, health checks, and security contexts. references external details documentation.
5.7skills.sh
pci-compliance
pci-compliance outlines the 12 core pci dss requirements for payment card data handling, including tokenization, encryption, and audit logging strategies with compliance level guidance.
5.7skills.sh
team-composition-analysis
team-composition-analysis provides templated hiring plans, compensation benchmarks, and equity allocation ranges for pre-seed through series a startups. lacks actionable decision procedures, failure mode handling, and integration with real hiring data or market signals.
5.6skills.sh
temporal-python-testing
temporal-python-testing covers pytest-based testing strategies for temporal workflows, including unit testing with time-skipping, integration testing with mocked activities, replay testing for determinism validation, and ci/cd pipeline setup.
5.6smithery
grafana-dashboards
wshobson-grafana-dashboards covers dashboard design patterns, panel types, and provisioning templates. lacks actionable procedures for common failure modes and decision logic for dashboard architecture choices.
5.6skills.sh
workflow-orchestration-patterns
workflow-orchestration-patterns documents when to apply temporal-based orchestration in distributed systems, emphasizing use cases over concrete implementation. introduces saga patterns and state management but lacks procedural depth.
5.6skills.sh
hybrid-cloud-networking
hybrid-cloud-networking covers connectivity patterns and configuration snippets for aws, azure, gcp, and oci. lacks procedural depth, decision trees, and explicit failure recovery paths.
5.5skills.sh
prompt-engineering-patterns
prompt-engineering-patterns covers six core capability areas including few-shot learning, chain-of-thought reasoning, structured outputs, prompt optimization, templates, and role-based design with patterns for testing, versioning, and monitoring.
5.4skills.sh
scan
scan generates project-doc.md and AGENTS.md from codebase inspection, with optional plugin enhancements and native fallback paths for plugin unavailability.
5.4skills.sh
python-resource-management
python-resource-management covers deterministic cleanup patterns using context managers for connections, file handles, and streaming scenarios, with guidance on custom and async implementations.
5.4skills.sh
python-packaging
python-packaging outlines modern python distribution workflows with pyproject.toml setup, but lacks actionable procedures and doesn't address common pitfalls like version conflicts or failed uploads.
5.3skills.sh
api-design-principles
api-design-principles covers rest and graphql fundamentals, versioning strategies, and common pitfalls. treatment remains conceptual rather than prescriptive, lacking worked decision trees for real design trade-offs.
5.3skills.sh
gdpr-data-handling
gdpr-data-handling outlines legal bases, data categories, and subject rights with do/don't guidelines, but lacks concrete implementation procedures for consent flows, dsr handling, or compliance workflows.
5.2skills.sh
auth-implementation-patterns
auth-implementation-patterns covers authentication and authorization fundamentals including session, jwt, and oauth2 strategies with best practices and common pitfalls, but lacks actionable implementation procedures.
5.2skills.sh
on-call-handoff-patterns
on-call-handoff-patterns provides templates and timing guidance for shift transitions including incident context, escalation procedures, and checklists for both outgoing and incoming engineers.
5.2smithery
on-call-handoff-patterns
wshobson-on-call-handoff-patterns covers shift transition choreography, incident context transfer, and documentation discipline. provides timing templates and troubleshooting patterns but lacks concrete procedural depth and actionable checklists.
5.2skills.sh
wcag-audit-patterns
wcag-audit-patterns provides conformance level taxonomy and violation categories but lacks procedural depth. it references external detail documentation and offers best-practice checklist rather than executable audit workflow.
5.2skills.sh
helm-chart-scaffolding
helm-chart-scaffolding covers chart creation, templating patterns, values management, and validation for kubernetes application packaging. provides best practices and basic troubleshooting but lacks actionable step sequences.
5.2skills.sh
nodejs-backend-patterns
nodejs-backend-patterns outlines architectural approaches for express/fastify services including middleware, authentication, and database layers, but lacks concrete procedural steps and actionable decision trees.
5.2skills.sh
team-communication-protocols
team-communication-protocols defines message type selection and team coordination patterns for multi-agent systems, covering direct messaging, broadcast, and shutdown workflows with documented anti-patterns.
5.2skills.sh
distributed-tracing
distributed-tracing covers implementing jaeger and tempo for request visibility across microservices. includes best practices for sampling, context propagation, and overhead monitoring with basic troubleshooting patterns.
5.2skills.sh
security-requirement-extraction
security-requirement-extraction bridges threat models and actionable requirements through structured categorization, traceability rules, and testability constraints. maps threats to functional, non-functional, and constraint-based security controls.
5.2skills.sh
accessibility-compliance
accessibility-compliance covers wcag 2.2 implementation patterns, screen reader support, keyboard navigation, and mobile accessibility testing. references external detail docs for worked examples.
5.2skills.sh
stride-analysis-patterns
stride-analysis-patterns provides categorical threat taxonomy and a decision matrix for systematic security review, but lacks step-by-step execution guidance and defers concrete procedures to external references.
5.2skills.sh
mobile-android-design
mobile-android-design covers material design 3 and jetpack compose patterns for building native android apps, with material theming, adaptive layouts, and accessibility guidance, but lacks procedural depth and concrete decision logic.
5.2smithery
prompt-engineering-patterns
wshobson-prompt-engineering-patterns covers techniques for few-shot learning, chain-of-thought reasoning, structured outputs, and prompt optimization. includes code examples and best practices but lacks procedural depth and failure mode handling.
5.2skills.sh
incident-runbook-templates
incident-runbook-templates provides structured scaffolding for incident response procedures including severity classification, but lacks executable detail. the skill reads as a starter framework rather than actionable runbooks with concrete steps and failure handling.
5.2skills.sh
multi-cloud-architecture
multi-cloud-architecture provides service comparison tables and four architectural patterns (single provider with dr, best-of-breed, geographic distribution, cloud-agnostic abstraction) with a four-phase migration strategy. lacks concrete decision logic and failure handling.
5.2smithery
uv-package-manager
uv-package-manager covers installation, virtual environment setup, dependency management, and python version pinning for the rust-based uv tool. procedural patterns are provided but lack failure recovery and edge case handling.
5.2smithery
solidity-security
wshobson-solidity-security provides pattern examples for reentrancy guards, integer overflow prevention, and access control testing via hardhat, but lacks structured decision flows and systematic vulnerability enumeration.
5.2smithery
rust-async-patterns
wshobson-rust-async-patterns covers tokio fundamentals, task spawning, channels, and error handling for concurrent rust systems. delegates deep patterns to external references/details.md file.
5.2skills.sh
hybrid-search-implementation
hybrid-search-implementation covers combining vector and keyword search via fusion methods like RRF and cross-encoders, with best practices for tuning and reranking. concrete templates live elsewhere.
5.2skills.sh
parallel-feature-development
parallel-feature-development provides guidance on decomposing features into parallel work streams, establishing file ownership boundaries, and coordinating multi-agent implementation through interface contracts and integration strategies.
5.2skills.sh
vector-index-tuning
vector-index-tuning covers parameter selection and quantization strategies for HNSW and other index types, with decision tables mapping data scale to index choice and guidance on balancing latency against recall.
5.2smithery
react-native-architecture
wshobson-react-native-architecture provides project structure, expo setup, and navigation patterns for react native development. lacks procedural depth, edge case handling, and decision trees for production scenarios.
5.2skills.sh
k8s-security-policies
k8s-security-policies covers network segmentation, pod security standards, rbac configuration, and admission control via templates and examples. references benchmarks for compliance validation and includes troubleshooting commands.
5.2skills.sh
gitlab-ci-patterns
gitlab-ci-patterns covers multi-stage pipeline construction with docker builds, kubernetes deployments, and security scanning templates. lacks detailed procedural steps and explicit failure handling.
5.1skills.sh
visual-design-foundations
visual-design-foundations provides modular templates for typography scales, spacing grids, semantic color tokens, and icon systems with wcag compliance guidance, but lacks concrete procedural steps and failure mode handling.
5.1skills.sh
database-migration
database-migration covers sequelize, typeorm, and prisma migrations with zero-downtime patterns, schema transformations, and rollback strategies across postgresql, mysql, and other platforms.
5.1skills.sh
spark-optimization
spark-optimization covers partitioning, caching, shuffle reduction, and memory configuration for apache spark jobs, with patterns for join strategies, data formats, and query plan debugging.
4.9smithery
helm-chart-scaffolding
wshobson-helm-chart-scaffolding covers helm chart creation and organization with best practice checklists and basic troubleshooting commands, but lacks actionable procedures and failure mode handling.
4.9skills.sh
defi-protocol-templates
defi-protocol-templates provides solidity code samples for staking and amm contracts but lacks procedural guidance, failure mode analysis, and integration instructions. suitable only as a code reference, not a skill.
4.9skills.sh
unity-ecs-patterns
unity-ecs-patterns covers dots fundamentals, component design, and system architecture for high-performance games. lacks worked examples, concrete decision flows, and failure recovery strategies.
4.8skills.sh
attack-tree-construction
attack-tree-construction provides conceptual grounding and ascii diagrams for threat modeling, but lacks procedural depth. no worked example, no decision tree for when to use AND vs OR nodes, no guidance on tree scope or depth limits.
4.7skills.sh
backtesting-frameworks
backtesting-frameworks outlines approaches to building trading strategy backtests with bias mitigation. content covers conceptual foundations but lacks actionable implementation details and concrete walkthroughs.
4.3skills.sh
brand-landingpage
brand-landingpage guides users through brand identity and visual strategy to produce a landing page, but the actual execution procedure is undefined and the skill ends at setup without covering the design interview, generation loop, or output contract.
4.3skills.sh
risk-metrics-calculation
risk-metrics-calculation provides conceptual grounding in portfolio risk measurement (var, cvar, sharpe, sortino, drawdown) but lacks actionable procedural steps, concrete trigger conditions, and implementation specifics needed for cross-vendor orchestration.
4.3skills.sh
billing-automation
billing-automation outlines subscription lifecycle states, dunning recovery, and proration concepts. the quickstart snippet shows api calls but lacks end-to-end decision logic, error handling, and integration choreography needed for production systems.
4.3skills.sh
changelog-automation
changelog-automation documents conventional commits and keep a changelog format with examples and best practices, but lacks concrete automation procedures, tooling guidance, and failure handling.
4.3skills.sh
context-driven-development
context-driven-development outlines managing project documentation artifacts (product.md, tech-stack.md, workflow.md, tracks.md) alongside code, but lacks concrete procedures and decision logic to be actionable.
4.3smithery
tailwind-design-system
wshobson-tailwind-design-system documents tailwind css v4 setup with design tokens and theming via css variables, but lacks actionable procedures for building actual components and omits error handling or migration failure scenarios.
4.3smithery
auth-implementation-patterns
wshobson-auth-implementation-patterns covers authentication and authorization concepts, strategies, and best practices but lacks concrete, step-by-step implementation procedures and decision logic needed to apply patterns in real systems.
4.2smithery
backtesting-frameworks
wshobson-backtesting-frameworks outlines common biases in strategy backtesting and identifies mitigation patterns like walk-forward analysis and out-of-sample validation, but lacks concrete implementation procedures or executable workflows.
4.2smithery
market-sizing-analysis
wshobson-market-sizing-analysis covers tam/sam/som frameworks and three analytical methodologies (top-down, bottom-up, value theory) for market opportunity estimation. lacks concrete procedures, decision logic, and failure handling.
4.2skills.sh
employment-contract-templates
employment-contract-templates provides templated language for offer letters, employment agreements, and handbook sections with jurisdiction and classification guidance, but lacks actionable procedures and edge case handling.
4.2smithery
gdpr-data-handling
wshobson-gdpr-data-handling covers legal bases, data categories, and subject rights with best practice do's and don'ts, but lacks concrete procedures for implementing consent flows, dsar handling, or compliance audits.
4.2smithery
api-design-principles
wshobson-api-design-principles covers rest and graphql design patterns, versioning strategies, and best practices, but lacks concrete procedures and actionable workflows for real design decisions.
4.2skills.sh
threat-mitigation-mapping
threat-mitigation-mapping provides conceptual frameworks for linking security threats to preventive, detective, and corrective controls across network, application, data, endpoint, and process layers, but lacks actionable procedures for execution.
4.0smithery
nodejs-backend-patterns
wshobson-nodejs-backend-patterns covers framework selection and best practice checklists for node.js services, but lacks concrete procedural guidance, worked examples, and decision logic needed for implementation.
3.8skills.sh
modern-javascript-patterns
modern-javascript-patterns documents es6+ syntax and functional programming conventions. lacks concrete procedures, executable steps, and measurable outcomes. reads as a style guide rather than a skill with verifiable completion criteria.
3.7skills.sh
protocol-reverse-engineering
protocol-reverse-engineering provides wireshark command snippets for packet capture but lacks procedural depth, decision logic, and systematic guidance for actual protocol dissection or documentation.
3.3skills.sh
anti-reversing-techniques
anti-reversing-techniques documents protection mechanisms encountered in authorized malware analysis and security research, but lacks actionable procedures and specific trigger conditions for real-world application.
3.2skills.sh
nx-workspace-patterns
nx-workspace-patterns describes when to apply nx monorepo management but lacks substantive procedure. the content is incomplete, offering intent and trigger contexts without actionable steps or failure-mode recovery.
3.2skills.sh
data-quality-frameworks
data-quality-frameworks outlines conceptual foundations for implementing validation with great expectations, dbt tests, and data contracts. content stops at definitions without actionable procedure or failure guidance.
3.2smithery
godot-gdscript-patterns
wshobson-godot-gdscript-patterns outlines godot architecture and gdscript syntax basics with a player class example, but lacks concrete procedural guidance for implementing the advertised patterns (signals, state machines, optimization).
skills.sh
team-composition-patterns
Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to…
skills.sh
mtls-configuration
Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing…
skills.sh
istio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic…
skills.sh
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise…
skills.sh
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md,…
skills.sh
paypal-integration
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing…
skills.sh
saga-orchestration
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across…
skills.sh
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval…
skills.sh
binary-analysis-patterns
Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables,…
skills.sh
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the…
skills.sh
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or…
skills.sh
dbt-transformation-patterns
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data…
skills.sh
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or…
skills.sh
shellcheck-configuration
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring…
skills.sh
prometheus-configuration
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection,…
skills.sh
python-resilience
Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing…
skills.sh
go-concurrency-patterns
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or…
skills.sh
market-sizing-analysis
Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies. Use this skill when sizing markets, estimating…
skills.sh
embedding-strategies
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or…
skills.sh
cost-optimization
Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when…
skills.sh
secrets-management
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive…
skills.sh
grafana-dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards,…
skills.sh
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems,…
skills.sh
web-component-design
Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI…
skills.sh
langchain-architecture
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI…
skills.sh
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use…
skills.sh
python-error-handling
Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic,…
skills.sh
stripe-integration
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe…
skills.sh
react-native-architecture
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps,…
skills.sh
solidity-security
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts,…
skills.sh
data-storytelling
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data…
skills.sh
godot-gdscript-patterns
Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or…
skills.sh
architecture-decision-records
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant…
skills.sh
dotnet-backend-patterns
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection,…
skills.sh
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use…
skills.sh
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when…
skills.sh
responsive-design
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive…
skills.sh
python-design-patterns
Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new…
skills.sh
e2e-testing-patterns
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when…
skills.sh
fastapi-templates
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI…
skills.sh
python-testing-patterns
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites,…
skills.sh
python-performance-optimization
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks,…
skills.sh
tailwind-design-system
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries,…
skills.sh
typescript-advanced-types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe…
smithery
competitive-landscape
Analyze competition, identify differentiation opportunities, and develop winning market positioning strategies using Porter's Five Forces, Blue Ocean Strategy, and positioning maps. Use this skill when evaluating competitors, assessing market positioning, identifying sustainable competitive advantages, or preparing competitive strategy analysis for a startup or investor pitch.
smithery
typescript-advanced-types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
smithery
accessibility-compliance
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
smithery
context-driven-development
>-
smithery
employment-contract-templates
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
smithery
data-storytelling
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
smithery
kpi-dashboard-design
Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill when building an executive SaaS metrics dashboard tracking MRR, churn, and LTV/CAC ratios; designing an operations center with live service health and request throughput; creating a cohort retention analysis view for a product team; or debugging a dashboard where metrics contradict each other due to inconsistent calculation methodology.
smithery
python-configuration
Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.
smithery
risk-metrics-calculation
Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.
smithery
startup-financial-modeling
Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups. Use this skill when creating financial projections, calculating burn rate or runway, modeling fundraising scenarios, or preparing investor-ready financials for a seed or Series A raise.
smithery
ml-pipeline-workflow
Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.
smithery
rag-implementation
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
smithery
react-native-design
Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.
smithery
langchain-architecture
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
smithery
github-actions-templates
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
smithery
mobile-android-design
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
smithery
fastapi-templates
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
smithery
vector-index-tuning
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
smithery
dependency-upgrade
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
wshobson (200 skills ranked by SkillRank) | implexa