80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
test-driven-development
by LounisBou
Write failing test first, then minimal code to pass (RED-GREEN-REFACTOR cycle). WHEN: MUST use when implementing new fea...
php-symfony-doctrine-migr...
by LounisBou
Create and manage Doctrine migrations for database schema versioning and deployment. WHEN: Creating migrations (make:mig...
verification-before-compl...
by LounisBou
Run verification commands and confirm output before claiming success or completion. WHEN: MUST use before claiming work...
vuejs-shadcn
by LounisBou
shadcn/vue UI components for Vue 3: Button, Dialog, Form, Table, and theming. WHEN: Using shadcn-vue components, install...
php-symfony-api-platform-...
by LounisBou
Implement API Platform filters: SearchFilter, DateFilter, RangeFilter, BooleanFilter, and custom filters. WHEN: Adding f...
systematic-debugging
by LounisBou
Find root cause before attempting fixes through systematic investigation phases. WHEN: MUST use when encountering bugs,...
brainstorming
by LounisBou
Collaborative design refinement through Socratic dialogue to turn ideas into validated specs. WHEN: MUST use when starti...
claude-skill-creator
by LounisBou
Create and structure Claude Code skills with proper SKILL.md format, frontmatter, and progressive disclosure. WHEN: MUST...
php-symfony-doctrine-fetc...
by LounisBou
Optimize Doctrine queries with fetch modes, eager loading, lazy loading, and query hints. WHEN: Fixing N+1 queries, conf...
sql-optimization-patterns
by LounisBou
SQL query optimization, indexing strategies, and EXPLAIN analysis for database performance. WHEN: MUST use for slow quer...
writing-plans
by LounisBou
Create comprehensive implementation plans with bite-sized tasks, exact paths, and inline TODOs. WHEN: MUST use for compl...
claude-agent-creator
by LounisBou
Create and configure Claude Code agents with proper frontmatter, system prompts, and triggering conditions. WHEN: MUST u...
mcp-integration
by LounisBou
Integrate existing MCP servers into Claude Code plugins via .mcp.json configuration. WHEN: Adding MCP servers to plugins...
python-pdf
by LounisBou
Manipulate PDF files in Python: extract text/tables, create, merge, split, and fill forms. WHEN: Extracting text from PD...
python-testing-patterns
by LounisBou
Comprehensive pytest testing strategies with fixtures, mocking, and TDD patterns. WHEN: Writing pytest tests, creating f...
js-dev
by LounisBou
JavaScript ES6+ patterns, async/await, modules, and modern JS best practices. WHEN: Writing JavaScript code, using ES6+...
ts-docstring
by LounisBou
TSDoc documentation standards for TypeScript following tsdoc.org conventions. WHEN: Writing TSDoc comments, documenting...
claude-hookify-rules
by LounisBou
Write hookify rules for pattern-based hook triggers in Claude Code. WHEN: MUST use for creating hookify rules. Invoke wi...
php-laravel-specialist
by LounisBou
Laravel 10+ development with Eloquent ORM, queues, API resources, and enterprise patterns. WHEN: Building Laravel applic...
ts-dev
by LounisBou
TypeScript patterns: type definitions, interfaces, generics, type guards, and utility types. WHEN: Writing .ts/.tsx file...
python-xlsx
by LounisBou
Create and edit Excel spreadsheets (.xlsx) in Python with openpyxl/xlsxwriter. WHEN: Creating Excel files with formulas/...
dispatching-parallel-agen...
by LounisBou
Dispatch multiple agents concurrently to solve independent problems in parallel. WHEN: MUST use when facing 2+ independe...
python-docx
by LounisBou
Create and edit Word documents (.docx) in Python with python-docx library. WHEN: Creating .docx files, editing Word docu...
executing-plans
by LounisBou
Execute written implementation plans with batch tasks and human checkpoints between batches. WHEN: MUST use when have a...