Sharing Skills
Installation
SKILL.md
Sharing Skills
Overview
Contribute skills from your local branch back to the upstream repository.
Workflow: Branch → Edit/Create skill → Commit → Push → PR
When to Share
Share when:
- Skill applies broadly (not project-specific)
- Pattern/technique others would benefit from
- Well-tested and documented
- Follows skills/meta/writing-skills guidelines
Keep personal when:
- Project-specific or organization-specific
- Experimental or unstable
Related skills
More from obra/superpowers-skills
getting started with skills
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
298brainstorming ideas into designs
Interactive idea refinement using Socratic method to develop fully-formed designs
11test-driven development (tdd)
Write the test first, watch it fail, write minimal code to pass
11systematic debugging
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
9writing plans
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
9root cause tracing
Systematically trace bugs backward through call stack to find original trigger
8