Scaffold new REST endpoints or controllers for existing resources
Scanned 9/5/2026
Install to Claude Code
npx -y skills add sampleXbro/agentsmesh --skill api-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/samplexbro-api-generator-a4420949)More formats (shields.io, HTML) on the badges page.
---
name: api-generator
description: Scaffold new REST endpoints or controllers for existing resources
---
## When to use
- New CRUD endpoints for a resource
- Greenfield resource scaffolding
- Adding query parameters or pagination to existing routes
## Steps
1. Read the [route checklist](references/route-checklist.md) for requirements.
2. Generate a controller from [template.ts](template.ts) for the resource name.
3. Wire the route into the router and update the OpenAPI document.
## Outputs
- Controller file under `src/controllers/`
- Test stub under `tests/controllers/`
- Updated OpenAPI document
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!