Scaffold a new REST route with validation, handler, query and tests.
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-e8b8b5b4)More formats (shields.io, HTML) on the badges page.
---
name: api-generator
description: Scaffold a new REST route with validation, handler, query and tests.
---
# API generator
Use this skill when a task asks for a new endpoint on the orders service.
## Steps
1. Read `references/route-checklist.md` and confirm every item applies.
2. Add the zod request schema next to the handler in `src/routes`.
3. Add the query builder in `src/db`, never inline SQL in a handler.
4. Write the failing route test first, then implement until it passes.
5. Update `AGENTS.md` only if the layout convention changed.
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!