--- name: api-generate description: >- API code generation from specifications. TODO: Implement for backend. Invoked by: "generate api", "api codegen", "create endpoints", "scaffold api". --- # API Generate **Status**: Stub - Not Implemented **Domain**: Backend ## Overview This is a placeholder skill for backend repositories. It will guide generating API code from OpenAPI/Swagger specifications, GraphQL schemas, or other API definitions. ## TODO - [ ] Define workflow for OpenAPI code generation - [ ] Define workflow for GraphQL code generation - [ ] Add templates for API boilerplate - [ ] Add supporting files for common patterns (CRUD, pagination) - [ ] Document integration with existing frameworks --- **End of Skill**