80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
subagents
by seajhawk
Guide for using Claude Code subagents effectively. Use when deciding whether to delegate a task to a subagent or handle...
interview-skill
by seajhawk
Deep-dive technical discovery and requirement gathering before coding. Use when a task is broad, ambiguous, or requires...
git-conventions
by bwl21
Apply when committing code, creating branches, or preparing pull requests. Covers conventional commit format, branch nam...
development-workflow
by bwl21
Apply when setting up the development environment, running dev server, building, testing, or deploying the extension. Co...
churchtools-api
by bwl21
Apply when making API calls to ChurchTools, using churchtoolsClient methods, handling API responses, or working with Tag...
vue-components
by bwl21
Apply when creating or modifying Vue components, using BaseCard, ColorPicker, Toast, or composables. Covers component ar...
common-pitfalls
by bwl21
Apply when debugging errors, reviewing code for issues, or encountering unexpected behavior. Contains known mistakes wit...
skill-creator
by DennisToma
Create new Claude Agent Skills following best practices. Use when user wants to create, scaffold, or update a skill pack...
migration-agent
by DennisToma
Plan and execute large-scale codebase migrations using agent workflows. Use when user wants to migrate from one system t...
code-explainer
by DennisToma
Explain code in plain English with visual diagrams. Use when user wants to understand how code works or needs documentat...
code-review
by DennisToma
Review code changes for AI-generated patterns, anti-patterns, and project convention violations. Use before committing o...
skill-evolution
by DennisToma
Review accumulated feedback and propose skill updates. Use periodically or when evolution triggers accumulate. Requires...
complexity-killer
by DennisToma
Audit and remove unnecessary abstractions from the codebase. Use when user wants to simplify, reduce dependencies, or el...
testing-anti-patterns
by DennisToma
Prevent common testing anti-patterns that undermine test effectiveness and code quality by ensuring tests verify real be...
todo-collector
by DennisToma
Scan codebase for TODO, FIXME, and HACK comments and generate a prioritized report. Use when user wants to find or track...
quick-test
by DennisToma
Run tests and analyze failures with actionable fixes. Use when user wants to run tests or debug test failures.
frontend-responsive-desig...
by DennisToma
Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design...
backend-api-standards
by DennisToma
Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resourc...
diagram-gen
by DennisToma
Generate architecture, sequence, state, and ERD diagrams for code understanding. Use when user wants to visualize code s...
track-metrics
by DennisToma
Record task metrics after completing work. Use after /verify or any completed task to build measurement data.
frontend-components-stand...
by DennisToma
Design reusable, composable UI components following single responsibility principle with clear interfaces, encapsulation...
frontend-css-standards
by DennisToma
Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) wit...
skill-feedback
by DennisToma
Capture task outcomes and patterns after completing work. Use after /verify or when a task succeeds/fails to enable adap...
git-commit
by DennisToma
Create well-structured git commits with conventional commit messages. Use when user wants to commit changes or asks abou...