Browse Skills
Requesting Code Review
v1.0.0Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Remembering Conversations
v1.0.0Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
Code Review Reception
v1.0.0Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performat...
Pulling Updates From Skills Repository
v1.0.0Sync local skills repository with upstream changes from obra/superpowers-skills
Preserving Productive Tensions
v1.0.0Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
Meta Pattern Recognition
v1.0.0Spot patterns appearing in 3+ domains to find universal principles
Inversion Exercise
v1.0.0Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?
Gardening Skills Wiki
v1.0.0Maintain skills wiki health - check links, naming, cross-references, and coverage
Finishing A Development Branch
v1.0.0Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Executing Plans
v1.0.0Use when you have a written implementation plan to execute in a separate session with review checkpoints
Dispatching Parallel Agents
v1.0.0Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Defense In Depth Validation
v1.0.0Validate at every layer data passes through to make bugs impossible