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/fixtures-generator" ~/.claude/skills/majiayu000-claude-skill-registry-fixtures-generator && rm -rf "$T"
manifest:
skills/data/fixtures-generator/SKILL.mdsource content
Fixtures Generator Skill
Inputs
- Optional output directory (defaults to
).skills/fixtures-generator/fixtures/ - Core graph sample command generator.
Outputs
- Generated fixture JSON files.
- Updated documentation snippet in README between markers.
Steps
- Generate sample command and decision payloads.
- Write fixtures to the output directory.
- Update README content between documentation markers.
- Report the generated fixture locations.
Definition of Done (DoD)
- Fixtures are written to disk in the expected location.
- README markers are updated with the latest fixture summary.
- Script exits with status 0 when generation completes.