80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
python-docstring
by LounisBou
Write Python docstrings following PEP 257 and popular formats (Google, NumPy, Sphinx). WHEN: Writing docstrings for Pyth...
python-packaging
by LounisBou
Create distributable Python packages with pyproject.toml, setup.py, and PyPI publishing. WHEN: Packaging Python librarie...
finishing-a-development-b...
by LounisBou
Complete development branches with structured options for merge, PR, keep, or discard. WHEN: MUST use when implementatio...
subagent-driven-developme...
by LounisBou
Execute plans by dispatching fresh subagent per task with two-stage review (spec + quality). WHEN: MUST use for same-ses...
php-docstring
by LounisBou
Write PHP DocBlocks following PSR-5 and PSR-19 PHPDoc standards. WHEN: Writing DocBlocks for PHP classes/methods/functio...
python-performance-optimi...
by LounisBou
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. WHEN: Debugging slow...
python-async-patterns
by LounisBou
Python asyncio patterns for concurrent programming, async/await, and non-blocking I/O operations. WHEN: Building async A...
claude-plugin-settings
by LounisBou
Configure plugin settings using .local.md files with YAML frontmatter for Claude Code plugins. WHEN: MUST use for plugin...
claude-plugin-structure
by LounisBou
Scaffold and organize Claude Code plugins with proper directory structure and plugin.json manifest. WHEN: MUST use when...
python-data-transform
by LounisBou
Transform, clean, and reshape data using pandas and numpy for ETL and data preprocessing. WHEN: Manipulating DataFrames,...
claude-command-developmen...
by LounisBou
Create slash commands for Claude Code with proper frontmatter, arguments, and bash execution. WHEN: MUST use when creati...
claude-skill-development
by LounisBou
Best practices for developing Claude Code skills with progressive disclosure and proper organization. WHEN: MUST use whe...
claude-hook-development
by LounisBou
Create event-driven hooks for Claude Code plugins (PreToolUse, PostToolUse, Stop, SessionStart, etc.). WHEN: MUST use wh...
requesting-code-review
by LounisBou
Request code review by dispatching reviewer subagent with proper context and git SHAs. WHEN: MUST use after completing m...
php-symfony-api-platform-...
by LounisBou
Control API Platform output with serialization groups, custom normalizers, and context-aware serialization. WHEN: Config...
vuejs-apex-charts
by LounisBou
ApexCharts integration for Vue 3 using vue3-apexcharts for data visualization. WHEN: Creating charts in Vue 3 (line, bar...
php-symfony-api-platform-...
by LounisBou
Configure API Platform resources with operations, pagination, DTOs, and GraphQL support. WHEN: Defining API resources, c...
html-dev
by LounisBou
HTML structure, semantics, accessibility, and SEO best practices. WHEN: Writing semantic HTML, implementing ARIA accessi...
mcp-builder
by LounisBou
Build MCP (Model Context Protocol) servers to expose external APIs and services as tools for LLMs. WHEN: Creating new MC...
php-symfony-doctrine-batc...
by LounisBou
Process large datasets with Doctrine batch processing, iteration, and memory management. WHEN: Processing thousands/mill...
vuejs-dev
by LounisBou
Vue 3 development: Composition API, reactivity, components, props/emits, Vue Router, Pinia. WHEN: Creating .vue componen...
php-symfony-api-platform-...
by LounisBou
Implement API Platform State Providers and Processors for custom data sources and persistence. WHEN: Creating custom sta...
receiving-code-review
by LounisBou
Handle code review feedback with technical rigor, verification, and appropriate pushback. WHEN: MUST use when received c...
using-git-worktrees
by LounisBou
Create isolated git worktrees with smart directory selection and baseline verification. WHEN: MUST use when needing isol...