Generate REST API endpoints following project conventions
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-49e4d972)More formats (shields.io, HTML) on the badges page.
---
name: api-generator
description: Generate REST API endpoints following project conventions
---
# API Generator
When asked to create an API endpoint:
1. Inspect the closest route, schema, and service modules before creating new files.
2. Use Express router and keep validation at the request boundary.
3. Include Zod validation and typed response payloads.
4. Add structured error handling and one realistic test fixture.
5. Generate the route, test, and any small helper files together.
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!