80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
Deploys features to staging environment with database migrations, health checks, and deployment verification. Use during...
Integration guide for shadcn/ui components with OKLCH design tokens. Use when setting up shadcn, customizing themes, or...
Executes production deployment workflow by promoting validated staging builds to production with semantic versioning, he...
Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, a...
Executes the /clarify phase using AskUserQuestion tool to resolve ambiguities through structured questions (≤3), priorit...
Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code qualit...
Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-que...
Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determ...
Completes feature/epic workflows after deployment with comprehensive walkthrough generation for epics (v5.0+), roadmap u...
Preview command effects without making changes. Simulates file writes, git operations, agent spawns, and state changes....
Generate regression tests when bugs are discovered during /debug or continuous checks. Auto-detects test framework, crea...
Generates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan...
Enforces test-driven development (TDD) following Kent Beck's methodology. MANDATORY micro-cycle approach - write ONE tes...
codebase-guide
by Mavrick91
Master guide for this TanStack Start e-commerce application. Use when onboarding, exploring architecture, or needing con...
forms
by Mavrick91
Build forms with FNForm component including validation, grid layouts, custom fields, and external control. Use when crea...
skill-developer
by Mavrick91
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-r...
typescript-lsp
by Mavrick91
Use TypeScript LSP for code intelligence instead of grep. Always prioritize LSP tools for go-to-definition, find referen...
security
by Mavrick91
Security auditing and implementation for authentication, rate limiting, CSRF protection, input validation, and secure co...
admin-crud
by Mavrick91
Generate admin dashboard pages with data tables, filters, bulk actions, dialogs, and forms. Use when building admin inte...
api-routes
by Mavrick91
Generate secure TanStack Start API routes with authentication, rate limiting, validation, and proper error handling. Use...
database
by Mavrick91
Drizzle ORM schema design, migrations, queries, and performance optimization for PostgreSQL. Use when modifying schema,...
checkout
by Mavrick91
Checkout flow with cart, shipping, Stripe/PayPal payments, and order completion. Use when modifying checkout, debugging...
i18n
by Mavrick91
Internationalization with i18next for UI translations and JSONB for database content. Use when adding translations, work...
testing
by Mavrick91
REQUIRED for ANY interaction with test files (.test.ts, .test.tsx). Use when creating tests, modifying tests, debugging...