install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/git-integration" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-reference-git-integration && rm -rf "$T"
manifest:
skills/data/git-integration/SKILL.mdsource content
GSD Git Integration Reference
Guide for using Git with GSD workflow.
Commit Patterns
- Atomic commits per task
- Descriptive commit messages
- Link to task when possible
- Regular commits during work
Branch Strategy
- Feature branches for tasks
- Main branch for stable
- Checkpoints as tags
Best Practices
- Commit early and often
- Write meaningful messages
- Review before pushing
- Keep commits focused
Success Criteria
Clean git history with traceable changes.