mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 01:19:04 +08:00
Add git deployment steps to writing-skills checklist
Personal skills should be version controlled. Added deployment checklist items: - Commit skill to git - Push to GitHub - Consider sharing to core This ensures personal skills are properly tracked and backed up.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.worktrees/
|
||||||
|
.private-journal/
|
||||||
@@ -571,6 +571,11 @@ Deploying untested skills = deploying untested code. It's a violation of quality
|
|||||||
- [ ] No narrative storytelling
|
- [ ] No narrative storytelling
|
||||||
- [ ] Supporting files only for tools or heavy reference
|
- [ ] Supporting files only for tools or heavy reference
|
||||||
|
|
||||||
|
**Deployment:**
|
||||||
|
- [ ] Commit skill to git (in `~/.config/superpowers/`)
|
||||||
|
- [ ] Push to GitHub (if remote configured)
|
||||||
|
- [ ] Consider sharing via skills/meta/sharing-skills (if broadly useful)
|
||||||
|
|
||||||
## Discovery Workflow
|
## Discovery Workflow
|
||||||
|
|
||||||
How future Claude finds your skill:
|
How future Claude finds your skill:
|
||||||
|
|||||||
Reference in New Issue
Block a user