What is api-docs-generator?
Generate API documentation in OpenAPI/Swagger, Markdown, or Postman Collection formats. Use when documenting REST APIs, GraphQL schemas, or creating client code examples. Source: ntaksh42/agents.
Generate API documentation in OpenAPI/Swagger, Markdown, or Postman Collection formats. Use when documenting REST APIs, GraphQL schemas, or creating client code examples.
Quickly install api-docs-generator AI skill to your development environment via command line
Source: ntaksh42/agents.
このスキルは、ソースコードから美しく、詳細で、インタラクティブなAPIドキュメントを自動生成します。OpenAPI/Swagger、Markdown、HTML、Postman Collection等の多様な形式に対応し、開発者に優しいドキュメントを作成します。
curl -X GET "https://api.example.com/v1/users?page=1&limit=20" \ -H "Authorization: Bearer your-token-here"
{ "data": [ { "id": 1, "name": "John Doe", "email": "john@example.com", "createdat": "2024-01-15T10:30:00Z" } ], "pagination": { "page": 1, "limit": 20, "total": 50, "totalpages": 3 } }
Generate API documentation in OpenAPI/Swagger, Markdown, or Postman Collection formats. Use when documenting REST APIs, GraphQL schemas, or creating client code examples. Source: ntaksh42/agents.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ntaksh42/agents --skill api-docs-generatorGenerate API documentation in OpenAPI/Swagger, Markdown, or Postman Collection formats. Use when documenting REST APIs, GraphQL schemas, or creating client code examples. Source: ntaksh42/agents.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ntaksh42/agents --skill api-docs-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ntaksh42/agents