api-generator
Installation
SKILL.md
⚡ API Generator
Generate production-ready API code scaffolds from zero. REST, GraphQL, auth, tests — all in one tool.
Usage
bash scripts/apigen.sh <command> <resource_name> [options]
Commands
Core Generation
- rest
<name>— RESTful CRUD endpoints (Express.js) - graphql
<name>— GraphQL Type + Query + Mutation schema - swagger
<name>— OpenAPI 3.0 specification document