| 8.2 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | smithery | 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.4 | smithery | 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.3 | skills.sh | protect-mcp-setup protect-mcp enforces cedar policy gates on claude code tool calls and produces ed25519-signed, hash-chained receipts for offline verification. designed for compliance contexts where audit trails must be tamper-evident and third-party verifiable. |
| 7.3 | skills.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.3 | skills.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.3 | skills.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.3 | skills.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.3 | smithery | 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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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. |
| 6.9 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | smithery | 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.7 | skills.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.5 | skills.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.3 | skills.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.3 | skills.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.3 | skills.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.3 | skills.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.3 | skills.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.3 | smithery | 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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.1 | skills.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.1 | smithery | 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.0 | skills.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.9 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | skills.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.8 | smithery | 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.7 | skills.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.7 | skills.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.6 | skills.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.6 | skills.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.6 | skills.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.6 | smithery | 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.5 | skills.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.4 | skills.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.4 | skills.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.4 | skills.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.3 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | skills.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.2 | smithery | 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.2 | smithery | 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.2 | smithery | 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.1 | skills.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.1 | skills.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. |
| 5.1 | skills.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. |
| 4.9 | skills.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.9 | skills.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.9 | smithery | 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.8 | skills.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.7 | skills.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.3 | skills.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.3 | skills.sh | turborepo-caching turborepo-caching covers monorepo build optimization through local and remote caching configuration, but stops short of actionable implementation details and concrete configuration examples needed for real-world deployment. |
| 4.3 | skills.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.3 | skills.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.3 | smithery | 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.2 | skills.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.2 | skills.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.2 | smithery | 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.2 | smithery | 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.2 | smithery | 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. |
| 3.8 | skills.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.7 | skills.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.3 | skills.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.2 | skills.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.2 | skills.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.2 | smithery | 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 | evaluation-methodology PluginEval quality methodology — dimensions, rubrics, statistical methods, and scoring formulas. Use this skill when understanding how plugin quality is… |
| — | 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 | multi-reviewer-patterns Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this… |
| — | skills.sh | linkerd-patterns Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies,… |
| — | 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 | sast-configuration Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning,… |
| — | 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 | saga-orchestration Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across… |
| — | skills.sh | distributed-tracing Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging… |
| — | 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 | hybrid-search-implementation Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides… |
| — | 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 | python-background-jobs Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues,… |
| — | skills.sh | angular-migration Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS… |
| — | 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 | 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 | 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 | risk-metrics-calculation Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, 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 | startup-metrics-framework Track, calculate, and optimize key performance metrics for SaaS, marketplace, consumer, and B2B startups from seed through Series A, including unit economics,… |
| — | 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-observability Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting… |
| — | skills.sh | python-configuration Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, 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 | stride-analysis-patterns Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security… |
| — | 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 | billing-automation Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing,… |
| — | 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 | gitops-workflow Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps… |
| — | 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 | llm-evaluation Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance,… |
| — | skills.sh | wcag-audit-patterns Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility,… |
| — | 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 | python-error-handling Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic,… |
| — | 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 | microservices-patterns Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems,… |
| — | skills.sh | auth-implementation-patterns Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when… |
| — | 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-project-structure Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with… |
| — | 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 | accessibility-compliance Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing… |
| — | 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 | 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 | design-system-patterns Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing… |
| — | 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 | 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 | openapi-spec-generation Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs,… |
| — | 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 | 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 | 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 | 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 | 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 | architecture-patterns Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing… |
| — | 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 | postgresql-table-design Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and… |
| — | skills.sh | api-design-principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs,… |
| — | 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 | typescript-advanced-types Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe… |
| — | 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,… |
| — | 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 | solidity-security Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications. |
| — | 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 | 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 | 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 | python-code-style Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards. |
| — | smithery | tailwind-design-system Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns. |
| — | smithery | responsive-design Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior. |
| — | smithery | api-design-principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards. |
| — | 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 | 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 | interaction-design Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, or creating delightful user experiences. |
| — | 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 | 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 | nodejs-backend-patterns Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. |
| — | 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. |