From api-reference
Generates API reference Markdown from source code and routes. Extracts endpoints, methods, params, schemas, auth, errors, examples for Express, FastAPI, Django, etc.
How this command is triggered — by the user, by Claude, or both
Slash command
/api-reference:generate-api-refThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /generate-api-ref - Generate API Reference Generate API reference documentation from source code and route definitions. ## Steps 1. Detect the API framework: Express, FastAPI, Django REST, Spring Boot, Gin, etc. 2. Scan route definitions to find all API endpoints 3. For each endpoint, extract: HTTP method, path, middleware, handler function 4. Parse handler functions to identify request parameters (path, query, body, headers) 5. Extract request/response schemas from TypeScript types, Pydantic models, or JSDoc 6. Identify authentication requirements from middleware chains 7. Find exampl...
Generate API reference documentation from source code and route definitions.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin api-reference/api-docsGenerates API reference docs from source code: scans routes/types/annotations, documents endpoints with params/schemas/responses/examples/auth, organizes by resource, adds operational details.
/api-docsGenerates API documentation from route definitions and handlers in web frameworks like Express, FastAPI, Gin, and Actix. Extracts schemas, auth, examples; outputs Markdown or OpenAPI to docs/api/.
/doc-apiGenerates API documentation from code by analyzing endpoints, routes, and models; produces OpenAPI specs, request/response examples, authentication details, and data schemas.
/generate-api-docsGenerates OpenAPI 3.0/Swagger API documentation from codebase analysis, creating interactive Swagger UI, ReDoc, TypeScript clients, and Postman collections.
/generate-api-documentationGenerates API reference documentation: analyzes endpoints, selects tools (OpenAPI/Swagger/Redoc), annotates code, creates specs/UI/guides, sets up hosting & CI/CD.
/generate-api-docsGenerates comprehensive API documentation for JavaScript endpoint files, including methods, parameters, curl examples, responses, status codes, and authentication.