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/add-todo" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-add-todo && rm -rf "$T"
manifest:
skills/data/add-todo/SKILL.mdsource content
GSD Add Todo
Adds a todo item for tracking.
When to Use
- Tracking pending tasks
- Managing work items
Process
- Create todo item
- Add to tracking list
- Update status
Success Criteria
Todo item added and tracked.