80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
design
by hellowind777
Solution design phase detailed rules; read when entering solution design; includes solution ideation, task breakdown, ri...
analyze
by hellowind777
Requirements analysis phase detailed rules; read when entering requirements analysis; includes requirement scoring, foll...
develop
by hellowind777
Development implementation phase detailed rules; read when entering development implementation; includes execution flow,...
templates
by hellowind777
Documentation template collection; read when creating Wiki or solution package files; includes all knowledge base templa...
respectfully
by dailydotdev
Wraps any prompt with a reminder to respect CLAUDE.md files
design-philosophy
by r3bl-org
Core design principles for the codebase - cognitive load, progressive disclosure, type safety, abstraction worth. Use wh...
local-env
by dailydotdev
Local environment management - run SQL queries, set up fake payments, reset test data. Use when the user needs help with...
agentic-jujutsu
by ruvnet
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordinat...
Analyze codebase for GoF design patterns - detection, suggestions, evaluation with stack-aware adaptations
parallel-task
by am-will
Execute plan files by launching multiple parallel subagents to complete tasks simultaneously. Triggers on explicit "/par...
mapq
by jwiegley
Query Apple Maps for nearby places with driving/walking/transit directions and travel time.
smoke-test
by peteonrails
Run interactive smoke tests for voxtype. Tests recording cycles, CLI overrides, signal handling, and service management....
test-driven-development
by Trevoke
Use when implementing any feature or bugfix, before writing implementation code
writing-skills
by Trevoke
Use when creating new skills, editing existing skills, or verifying skills work before deployment
executing-plans
by Trevoke
Use when you have a written implementation plan to execute in a separate session with review checkpoints
subagent-driven-developme...
by Trevoke
Use when executing implementation plans with independent tasks in the current session
using-superpowers
by Trevoke
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY...
organize-modules
by r3bl-org
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and...
write-documentation
by r3bl-org
Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). C...
check-bounds-safety
by r3bl-org
Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffer...