npx skills add smithery/manastalukdar --skill api-docs-generate
manastalukdar/ai-devstudio
api-docs-generate
Generate OpenAPI/Swagger documentation from code analysis
Installation
npx skills add manastalukdar/ai-devstudio --skill api-docs-generate
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybr…
568.2K installsUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or bot…
216.8K installsUse this skill whenever the user wants to do anything with PDF files. This includes reading or …
192.4K installsUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.do…
184.5K installsUse this skill any time a spreadsheet file is the primary input or output. This means any task …
165K installsAlso in this package
Other skills from manastalukdar/ai-devstudio · top by installs.
npx skills add manastalukdar/ai-devstudio
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md855 B -
docs
SUMMARY.md82 B
History
- First seen on skills.sh
- First recorded snapshot · 6 installs
SKILL.md
API Documentation Generation
I'll generate comprehensive OpenAPI/Swagger documentation from your API code.
Features:
- Auto-generate from Express, FastAPI, Next.js API routes
- OpenAPI 3.0 specification format
- Interactive Swagger UI setup
- Automatic schema extraction
- Integration with
/api-test-generate
Token Optimization
Expected range: 1,500–2,500 tokens (initial), 400–600 tokens (cache hit)
Caching: Caches OpenAPI spec analysis in .claude/cache/api-docs/ for 7 days. Invalidated when API routes change.
Early exit: Returns immediately if spec already exists and is current.
Patterns used: Grep-before-Read, early exit, template-based generation, git diff scope default