implexa
back to leaderboard
WS

@wshobson

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

wshobson on githubpublishes to skills.shpublishes to smithery
skills
180
avg SkillRank
5.3
26 scored / 180 total
total stars
732,810
across 27 repos
total installs
237
across 27 repos

skills, ranked by SkillRank

scoresourceskill
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
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.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.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.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.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
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.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.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.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
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.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.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
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.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.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
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.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.
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
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.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.
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.
skills.sh
signed-audit-trails-recipe
Step-by-step cookbook for setting up cryptographically signed audit trails on Claude Code tool calls. Use when explaining, evaluating, or demonstrating the…
skills.sh
protect-mcp-setup
Configure Cedar policy enforcement and Ed25519 signed receipts for Claude Code tool calls. Use when setting up projects that need cryptographic audit trails,…
skills.sh
hads
Use when writing technical documentation that needs to be readable by both humans and AI models, converting existing docs to HADS format, validating a HADS…
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
team-communication-protocols
Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid.…
skills.sh
task-coordination-strategies
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when…
skills.sh
multi-reviewer-patterns
multi-reviewer-patterns — an installable skill for AI agents, published by wshobson/agents.
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
parallel-feature-development
parallel-feature-development — an installable skill for AI agents, published by wshobson/agents.
skills.sh
parallel-debugging
parallel-debugging — an installable skill for AI agents, published by wshobson/agents.
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
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
saga-orchestration
saga-orchestration — an installable skill for AI agents, published by wshobson/agents.
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 — an installable skill for AI agents, published by wshobson/agents.
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
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or…
skills.sh
team-composition-analysis
team-composition-analysis — an installable skill for AI agents, published by wshobson/agents.
skills.sh
mtls-configuration
mtls-configuration — an installable skill for AI agents, published by wshobson/agents.
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
nft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts,…
skills.sh
context-driven-development
>-
skills.sh
competitive-landscape
Analyze competition, identify differentiation opportunities, and develop winning market positioning strategies using Porter's Five Forces, Blue Ocean Strategy,…
skills.sh
bazel-build-optimization
bazel-build-optimization — an installable skill for AI agents, published by wshobson/agents.
skills.sh
sast-configuration
sast-configuration — an installable skill for AI agents, published by wshobson/agents.
skills.sh
defi-protocol-templates
defi-protocol-templates — an installable skill for AI agents, published by wshobson/agents.
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
prometheus-configuration
prometheus-configuration — an installable skill for AI agents, published by wshobson/agents.
skills.sh
vector-index-tuning
vector-index-tuning — an installable skill for AI agents, published by wshobson/agents.
skills.sh
service-mesh-observability
service-mesh-observability — an installable skill for AI agents, published by wshobson/agents.
skills.sh
bats-testing-patterns
bats-testing-patterns — an installable skill for AI agents, published by wshobson/agents.
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
threat-mitigation-mapping
Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating…
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
screen-reader-testing
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues,…
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
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security…
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
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
binary-analysis-patterns
Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables,…
skills.sh
postmortem-writing
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem…
skills.sh
anti-reversing-techniques
Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use this skill when analyzing malware evasion…
skills.sh
hybrid-cloud-networking
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building…
skills.sh
web3-testing
Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts,…
skills.sh
multi-cloud-architecture
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud…
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
ml-pipeline-workflow
Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines,…
skills.sh
incident-runbook-templates
Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use this skill when building a service…
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
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
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
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
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
attack-tree-construction
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to…
skills.sh
python-anti-patterns
Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when…
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
protocol-reverse-engineering
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network…
skills.sh
airflow-dag-patterns
Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating…
skills.sh
llm-evaluation
llm-evaluation — an installable skill for AI agents, published by wshobson/agents.
skills.sh
dependency-upgrade
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions,…
skills.sh
billing-automation
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing,…
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
memory-forensics
memory-forensics — an installable skill for AI agents, published by wshobson/agents.
skills.sh
k8s-manifest-generator
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when…
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
gitops-workflow
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps…
skills.sh
python-type-safety
Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining…
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
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts,…
skills.sh
unity-ecs-patterns
Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing…
skills.sh
wcag-audit-patterns
wcag-audit-patterns — an installable skill for AI agents, published by wshobson/agents.
skills.sh
startup-financial-modeling
startup-financial-modeling — an installable skill for AI agents, published by wshobson/agents.
skills.sh
python-project-structure
python-project-structure — an installable skill for AI agents, published by wshobson/agents.
skills.sh
bash-defensive-patterns
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities…
skills.sh
workflow-orchestration-patterns
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism…
skills.sh
memory-safety-patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code,…
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
python-code-style
python-code-style — an installable skill for AI agents, published by wshobson/agents.
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
grafana-dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards,…
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
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
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems,…
skills.sh
langchain-architecture
langchain-architecture — an installable skill for AI agents, published by wshobson/agents.
skills.sh
changelog-automation
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release…
skills.sh
rag-implementation
rag-implementation — an installable skill for AI agents, published by wshobson/agents.
skills.sh
interaction-design
interaction-design — an installable skill for AI agents, published by wshobson/agents.
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
uv-package-manager
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python…
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-state-management
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing…
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
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency…
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
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
react-native-design
react-native-design — an installable skill for AI agents, published by wshobson/agents.
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
gdpr-data-handling
Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal…
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
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,…
skills.sh
terraform-module-library
Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure…
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
async-python-patterns
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent 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
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
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
modern-javascript-patterns
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional…
skills.sh
security-requirement-extraction
Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user…
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
javascript-testing-patterns
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking,…
skills.sh
error-handling-patterns
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient…
skills.sh
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…
skills.sh
mobile-ios-design
Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or…
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
architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing…
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
fastapi-templates
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI…
skills.sh
nextjs-app-router-patterns
Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications,…
skills.sh
code-review-excellence
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when…
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
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-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
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
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
protocol-reverse-engineering
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
smithery
architecture-decision-records
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
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
godot-gdscript-patterns
Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices.
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
mobile-ios-design
Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.
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
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.
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
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
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
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
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
prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
smithery
grafana-dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.
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
code-review-excellence
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
skills.sh
review-agent-setup
Configure human-in-the-loop gating for AI agent review actions in Claude Code. Use when setting up a project where an agent may post PR reviews, comments,…
skills.sh
scan
Scans the codebase to generate project-doc.md and AGENTS.md. Runs a full scan on first use and a smart delta scan on subsequent runs. Uses understand-anything…
smithery
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
smithery
react-state-management
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
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
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
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 addressable revenue, validating market opportunity for a new venture, or building investor-ready market analysis for a startup pitch or business plan.