80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
release-skill
by mcsdodo
Bump version, update changelog, commit, tag, push, and build release installer
plan-review-skill
by mcsdodo
Use when about to implement a plan, when plan seems incomplete or has gaps, when unsure if tasks are feasible, or when v...
task-plan-skill
by mcsdodo
Use when starting a new feature that needs planning - runs brainstorming then creates numbered task folder in _tasks/
decision-skill
by mcsdodo
Use when making architectural or business logic decisions during conversations - adds entry to DECISIONS.md
tRPC router patterns for Otaku Odyssey. Use when creating or modifying tRPC routers, procedures, or API endpoints.
Convention management domain knowledge for Otaku Odyssey. Use when implementing features related to conventions, attende...
Drizzle ORM schema patterns for Otaku Odyssey. Use when creating or modifying database schemas, migrations, or relations...
build-feature
by davzucky
Autonomous task loop that picks ready tasks, implements them, updates progress.txt, commits, and repeats. Use when asked...
srt-summaries
by hoxbro
Use this when you have an SRT subtitle file and want to generate two types of summaries.
testing-patterns
by gtakairo
Testing best practices and TDD workflow. Use when writing tests, following TDD, or improving test coverage.
code-review
by gtakairo
Comprehensive code review focusing on quality, security, performance, and best practices. Use when reviewing PRs, commit...
frontend-design
by gtakairo
Create production-ready frontend interfaces with high-quality, memorable design. Use when building web components, pages...
agent-memory
by gtakairo
Retain and recall work context across sessions. Use when user asks to remember something, recall previous work, or refer...
documentation
by gtakairo
Generate and maintain comprehensive documentation. Use when writing README, API docs, code comments, or technical docume...
systematic-debugging
by gtakairo
Four-phase systematic debugging methodology for efficient problem resolution. Use when investigating bugs, errors, or un...
ui-patterns
by gtakairo
Opinionated UI constraints and patterns for building better interfaces. Focuses on accessibility, usability, and impleme...
Agent orchestration pattern for multi-step email processing pipeline. Cost tracking, circuit breakers, graceful degradat...
AWS SDK client initialization patterns for this project. Lazy singletons, conditional credentials, DocumentClient wrappe...
Testing setup for this project. MSW for API mocking, happy-dom environment, coverage thresholds. Triggers on "test setup...
Error handling patterns for this project. Uses neverthrow for new code, custom Result type for legacy. Includes retry lo...
Cost control patterns preventing bankruptcy in this indie SaaS. Hard $1/run limit, service-specific cost calculation, gr...
Next.js API route patterns for this project. Runtime config, circuit breakers, demo mode fallback, multiple AWS invocati...
Opossum circuit breaker patterns for resilience. Singleton pattern per service, timeout from env, event listeners. Trigg...