Converted
Skill stevesolun/micro-skills/examples/api-crud-skill/converted
Generate production-ready CRUD REST API endpoints with validation, auth, error handling, pagination, tests, and OpenAPI docs. Auto-triggers when asked to create API endpoints, REST resources, or backend CRUD operations.From its SKILL.md
npx -y skills add stevesolun/micro-skills --skill convertedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 234 tokens by cl100k_base, as published. Nobody here has run it
API CRUD Generator
When this skill triggers, execute the following gated pipeline. One step at a time. Do NOT skip ahead.
Pipeline
- Scope -- Read
references/01-scope.md. Detect stack, define resource. - Plan -- Read
references/02-plan.md. Map endpoints, auth, and file layout. - Build -- Read
references/03a-build-endpoints.mdthenreferences/03b-build-infra.md. Generate code. - Check -- Read
references/04-check.md. Answer every gate question YES or NO. Any NO = fix. - Deliver -- Read
references/05-deliver.md. Finalize and present.
Failure Log
Read failure-log.md before starting. Every pattern is a mandatory constraint.
Rules
- Read each reference file when you reach that step, not all at once.
- Step 4 (Check) is the hard gate. "Mostly yes" counts as NO.
- On Check failure: fix, re-run full checklist, append pattern to
failure-log.md.
What ships with it: 8 files
7.2 KB alongside SKILL.md
references/
- 01-scope.md1.0 KB
- 02-plan.md1.0 KB
- 03a-build-endpoints.md1.1 KB
- 03b-build-infra.md1.1 KB
- 04-check.md869 B
- 05-deliver.md540 B
- check-gates.md1020 B
- failure-log.md570 B