Test fixtures and eval checklist for api-best-practice-skill-creator.
api-best-practice-skill-creator-tests/
fixtures/
acme-orders-openapi.yaml test spec (ACME Orders API, 8 endpoints)
test-output/ generated skill lands here (gitignored)
eval-checklist.md what correct output looks like
- Open Claude Code in this directory (or any directory)
- Run
/api-best-practice-skill-creator - When prompted for a spec, provide:
../api-best-practice-skill-creator-tests/fixtures/acme-orders-openapi.yaml - When prompted for output path, use:
../api-best-practice-skill-creator-tests/test-output/ - Check generated files against
eval-checklist.md
Open eval-checklist.md and tick off each item against the files in test-output/.
Target is 100% before distributing the skill.