Find the perfect skill
UX Research Flow Audit
Testing
Audit user flows for friction and pain points. Use when reviewing a feature's UX, identifying drop-off risks, or getting actionable improvement recommendations based on industry best practices (Nielsen heuristics, Baymard benchmarks).
Address PR Review Feedback
Development
Reads all review comments on a pull request, independently verifies each suggestion's correctness, applies or rejects them with justification, and posts a summary before re-requesting review. Best used when you need to critically evaluate reviewer feedback and ensure changes are safe and correct.
Memory Decide
Development
Creates Architecture Decision Records (ADRs) to document significant technical choices. Use it when you need to record the rationale behind a design or architecture decision, including context, options considered, and the chosen approach. It stores records in a structured markdown format in the project's memory system for future reference.
Security Control Verification
Security
Verifies that security controls from a threat model are implemented in the codebase. Searches for control implementations using code patterns, validates configurations, and identifies missing or incomplete controls. Helps when validating a threat model against actual code or finding security gaps.
Docker Helper
DevOps
Expert helper for Docker containers, Docker Compose, and container optimization. It provides commands for managing containers, inspecting logs, and executing commands. Use it to optimize Dockerfiles, set resource limits, and implement health checks in compose files.
kubectl - Kubernetes Cluster Management
DevOps
Provides CLI operations for managing Kubernetes clusters using kubectl. Includes tools to inspect and manipulate pods, deployments, and services, such as listing, scaling, and viewing logs. Helps DevOps and developers interact with Kubernetes infrastructure efficiently.
SEO Content Writer
Content
Writes SEO-optimized content based on keywords and topic briefs, following best practices for structure and readability. Useful when creating comprehensive articles, blog posts, or web copy that needs to rank well and engage readers.
Create Claude Code Skills
Development
Guides users through creating high-quality Claude Code skills. Provides step-by-step instructions for defining requirements, structuring skill files, and writing effective SKILL.md metadata. Ideal when adding custom slash commands or automating workflows.
Vercel API Endpoint
Development
This skill creates a new Vercel serverless API endpoint following the NuxChain project conventions. It automatically enforces TypeScript, kvCache integration, CORS handling, rate limiting, error handling, and registration in vercel.json. Use this when you need to add a backend handler or a route under /api/.
Git CLI Agentic Patterns
Development
Provides optimized Git commands with porcelain output for AI agent workflows. Ensures machine-readable, stable output across versions and configurations using flags like --porcelain, --numstat, and custom --format. Best for agents automating version control tasks that require deterministic parsing.
Buy Anything - Amazon Shopping
Business & Administration
Purchase products from Amazon through conversational checkout. Search, compare, and buy with a natural language shopping experience.
PHI Compliance Checker
Security
Scans code and data for Protected Health Information (PHI) to ensure HIPAA compliance. Use when reviewing code that handles patient data, healthcare records, or medical information. Checks for 18 HIPAA identifiers, logs, encryption, access controls, and flags PHI in comments, test data, or configuration files.