TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
LounisBou

test-driven-development

by LounisBou

star 0

Write failing test first, then minimal code to pass (RED-GREEN-REFACTOR cycle). WHEN: MUST use when implementing new fea...

LounisBou

php-symfony-doctrine-migr...

by LounisBou

star 0

Create and manage Doctrine migrations for database schema versioning and deployment. WHEN: Creating migrations (make:mig...

LounisBou

verification-before-compl...

by LounisBou

star 0

Run verification commands and confirm output before claiming success or completion. WHEN: MUST use before claiming work...

LounisBou

vuejs-shadcn

by LounisBou

star 0

shadcn/vue UI components for Vue 3: Button, Dialog, Form, Table, and theming. WHEN: Using shadcn-vue components, install...

LounisBou

php-symfony-api-platform-...

by LounisBou

star 0

Implement API Platform filters: SearchFilter, DateFilter, RangeFilter, BooleanFilter, and custom filters. WHEN: Adding f...

LounisBou

systematic-debugging

by LounisBou

star 0

Find root cause before attempting fixes through systematic investigation phases. WHEN: MUST use when encountering bugs,...

LounisBou

brainstorming

by LounisBou

star 0

Collaborative design refinement through Socratic dialogue to turn ideas into validated specs. WHEN: MUST use when starti...

LounisBou

claude-skill-creator

by LounisBou

star 0

Create and structure Claude Code skills with proper SKILL.md format, frontmatter, and progressive disclosure. WHEN: MUST...

LounisBou

php-symfony-doctrine-fetc...

by LounisBou

star 0

Optimize Doctrine queries with fetch modes, eager loading, lazy loading, and query hints. WHEN: Fixing N+1 queries, conf...

LounisBou

sql-optimization-patterns

by LounisBou

star 0

SQL query optimization, indexing strategies, and EXPLAIN analysis for database performance. WHEN: MUST use for slow quer...

LounisBou

writing-plans

by LounisBou

star 0

Create comprehensive implementation plans with bite-sized tasks, exact paths, and inline TODOs. WHEN: MUST use for compl...

LounisBou

claude-agent-creator

by LounisBou

star 0

Create and configure Claude Code agents with proper frontmatter, system prompts, and triggering conditions. WHEN: MUST u...

LounisBou

mcp-integration

by LounisBou

star 0

Integrate existing MCP servers into Claude Code plugins via .mcp.json configuration. WHEN: Adding MCP servers to plugins...

LounisBou

python-pdf

by LounisBou

star 0

Manipulate PDF files in Python: extract text/tables, create, merge, split, and fill forms. WHEN: Extracting text from PD...

LounisBou

python-testing-patterns

by LounisBou

star 0

Comprehensive pytest testing strategies with fixtures, mocking, and TDD patterns. WHEN: Writing pytest tests, creating f...

LounisBou

js-dev

by LounisBou

star 0

JavaScript ES6+ patterns, async/await, modules, and modern JS best practices. WHEN: Writing JavaScript code, using ES6+...

LounisBou

ts-docstring

by LounisBou

star 0

TSDoc documentation standards for TypeScript following tsdoc.org conventions. WHEN: Writing TSDoc comments, documenting...

LounisBou

claude-hookify-rules

by LounisBou

star 0

Write hookify rules for pattern-based hook triggers in Claude Code. WHEN: MUST use for creating hookify rules. Invoke wi...

LounisBou

php-laravel-specialist

by LounisBou

star 0

Laravel 10+ development with Eloquent ORM, queues, API resources, and enterprise patterns. WHEN: Building Laravel applic...

LounisBou

ts-dev

by LounisBou

star 0

TypeScript patterns: type definitions, interfaces, generics, type guards, and utility types. WHEN: Writing .ts/.tsx file...

LounisBou

python-xlsx

by LounisBou

star 0

Create and edit Excel spreadsheets (.xlsx) in Python with openpyxl/xlsxwriter. WHEN: Creating Excel files with formulas/...

LounisBou

dispatching-parallel-agen...

by LounisBou

star 0

Dispatch multiple agents concurrently to solve independent problems in parallel. WHEN: MUST use when facing 2+ independe...

LounisBou

python-docx

by LounisBou

star 0

Create and edit Word documents (.docx) in Python with python-docx library. WHEN: Creating .docx files, editing Word docu...

LounisBou

executing-plans

by LounisBou

star 0

Execute written implementation plans with batch tasks and human checkpoints between batches. WHEN: MUST use when have a...