Best use case
Use OpenAPI Spec Generator when you need to generate OpenAPI documentation from typed routes and schemas without drifting from implementation, especially when the work is driven by openapi and zod schema.
Backend · Global library
Generate OpenAPI documentation from typed routes and schemas without drifting from implementation.
Best use case
Use OpenAPI Spec Generator when you need to generate OpenAPI documentation from typed routes and schemas without drifting from implementation, especially when the work is driven by openapi and zod schema.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show openapi-spec-generatorUse
orchestrator-mcp skills export openapi-spec-generator --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/openapi-spec-generator ./your-agent-skills/openapi-spec-generator
# or open skills/openapi-spec-generator/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.