Claude-skill-registry documenting-apis

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/documenting-apis" ~/.claude/skills/majiayu000-claude-skill-registry-documenting-apis && rm -rf "$T"
manifest: skills/data/documenting-apis/SKILL.md
source content

API仕様生成

検出

カテゴリパターン
エンドポイントExpress, Fastify, Next.js, Flask 等
関数tree-sitter, TypeScript, JSDoc
interface, type, Zod, Pydantic
OpenAPIopenapi.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()