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:
Jesse Vincent
2025-10-10 21:05:37 -07:00
parent 0cc9c52a78
commit 803ce11b5d
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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