Generate API specification from codebase - endpoints, types, schemas. Triggers: API docs, endpoint documentation, API仕様, OpenAPI, Swagger, REST API.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill documenting-apis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Documenting Apis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-documenting-apis)More formats (shields.io, HTML) on the badges page.
---
name: documenting-apis
description: >
Generate API specification from codebase - endpoints, types, schemas.
Triggers: API docs, endpoint documentation, API仕様, OpenAPI, Swagger, REST API.
allowed-tools: [Read, Write, Grep, Glob, Bash, Task]
context: fork
user-invocable: false
---
# 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()` |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.