name: documenting-apis description: > Generate API specification from codebase - endpoints, types, schemas. Use when generating API documentation, documenting endpoints, or when user mentions API docs, API仕様, OpenAPI, Swagger, REST API, endpoint documentation. allowed-tools: [Read, Write, Grep, Glob, Bash, Task] context: fork user-invocable: false
API Specification Generation
Detection
| Category | Pattern |
|---|---|
| Endpoints | Express, Fastify, Next.js, Flask, etc. |
| Functions | tree-sitter, TypeScript, JSDoc |
| Types | interface, type, Zod, Pydantic |
| OpenAPI | openapi.yaml, swagger.yaml |
| Authentication | Auth middleware, JWT, OAuth patterns |
Framework Patterns
| Framework | Pattern |
|---|---|
| Express | app.get(), router.post() |
| Next.js | app/api/**/route.ts |
| Flask | @app.route() |
| FastAPI | @app.get(), @app.post() |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!