Agent skill
documenting-apis
Generate API specification from codebase - endpoints, types, schemas. Triggers: API docs, endpoint documentation, API仕様, OpenAPI, Swagger, REST API.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/documenting-apis
SKILL.md
API仕様生成
検出
| カテゴリ | パターン |
|---|---|
| エンドポイント | Express, Fastify, Next.js, Flask 等 |
| 関数 | tree-sitter, TypeScript, JSDoc |
| 型 | interface, type, Zod, Pydantic |
| OpenAPI | openapi.yaml, swagger.yaml |
| 認証 | Authミドルウェア、JWT、OAuthパターン |
フレームワークパターン
| フレームワーク | パターン |
|---|---|
| Express | app.get(), router.post() |
| Next.js | app/api/**/route.ts |
| Flask | @app.route() |
| FastAPI | @app.get(), @app.post() |
Didn't find tool you were looking for?