·api-documentation-writer
""

api-documentation-writer

onewave-ai/claude-skills

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.

25Installs·0Trend·@onewave-ai

Installation

$npx skills add https://github.com/onewave-ai/claude-skills --skill api-documentation-writer

SKILL.md

curl -X GET "https://api.example.com/v1/resource?limit=10" \ -H "Authorization: Bearer YOURAPIKEY"

{ "data": [ { "id": "123", "name": "Example", "createdat": "2024-01-15T10:00:00Z" } ], "total": 100, "limit": 10, "offset": 0 }

{ "name": "string (required)", "description": "string (optional)", "metadata": "object (optional)" }

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation. Source: onewave-ai/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/onewave-ai/claude-skills --skill api-documentation-writer
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is api-documentation-writer?

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation. Source: onewave-ai/claude-skills.

How do I install api-documentation-writer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/onewave-ai/claude-skills --skill api-documentation-writer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/onewave-ai/claude-skills