Forráskód Böngészése

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.
Jesse Vincent 11 hónapja
szülő
commit
803ce11b5d
2 módosított fájl, 7 hozzáadás és 0 törlés
  1. 2 0
      .gitignore
  2. 5 0
      skills/meta/writing-skills/SKILL.md

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+.worktrees/
+.private-journal/

+ 5 - 0
skills/meta/writing-skills/SKILL.md

@@ -571,6 +571,11 @@ Deploying untested skills = deploying untested code. It's a violation of quality
 - [ ] No narrative storytelling
 - [ ] 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
 
 How future Claude finds your skill: