Claude-skill-registry fixtures-generator

Fixtures Generator Skill

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.md
source 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

  1. Generate sample command and decision payloads.
  2. Write fixtures to the output directory.
  3. Update README content between documentation markers.
  4. 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.