·api-docs-generator
""

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.

6Installs·0Trend·@ntaksh42

Installation

$npx skills add https://github.com/ntaksh42/agents --skill api-docs-generator

How to Install api-docs-generator

Quickly install api-docs-generator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ntaksh42/agents --skill api-docs-generator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ntaksh42/agents.

SKILL.md

View raw

このスキルは、ソースコードから美しく、詳細で、インタラクティブな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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ntaksh42/agents --skill api-docs-generator
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from ntaksh42/agents

Quick answers

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.

How do I install api-docs-generator?

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

Where is the source repository?

https://github.com/ntaksh42/agents