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/insert-phase" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-insert-phase-ff0463 && rm -rf "$T"
manifest:
skills/data/insert-phase/SKILL.mdsource content
GSD Insert Phase
Inserts a phase into the roadmap at specific position.
When to Use
- Adding phase at specific position
- Reordering roadmap
Process
- Identify insertion point
- Create phase
- Update roadmap
Success Criteria
Phase inserted into roadmap.