api-documentation-writer

Generates API documentation with OpenAPI specs, endpoint descriptions, and code examples.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/Hieubkav/wincellarCloneBackend --skill api-documentation-writer-hieubkav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-documentation-writer
Source: https://github.com/Hieubkav/wincellarCloneBackend/tree/main/.claude/skills/api/api-documentation-writer
Command: npx skills add https://github.com/Hieubkav/wincellarCloneBackend --skill api-documentation-writer-hieubkav

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates API documentation creation, including REST/GraphQL endpoints, request/response examples, auth guides, and OpenAPI specs to improve developer experience.

Core Features & Use Cases

  • Auto-generate OpenAPI specs from implementation
  • Document endpoints, auth flows, and error handling
  • Produce developer guides and SDK references
  • Ready-to-publish API documentation templates

Quick Start

Provide endpoint details and run a documentation generator to produce an OpenAPI spec.

Frequently Asked Questions about api-documentation-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate OpenAPI specs from my REST API?

OpenAPI spec generation transforms your endpoint definitions into a standardized specification document. This Skill automates the process by converting REST endpoint details—methods, paths, parameters, and schemas—into a complete OpenAPI spec ready for documentation tools and client generation.

Can I document GraphQL and WebSocket APIs, or just REST?

This Skill documents REST, GraphQL, and WebSocket APIs comprehensively. It generates endpoint descriptions, request/response examples, authentication flows, and error handling guides tailored to each protocol type, producing protocol-specific documentation structures.

What sections does the generated API documentation include?

Generated documentation covers Overview, Authentication, Base URL & Versioning, Endpoints with method/path/parameters, Error Handling, Rate Limiting, SDKs, and Webhooks. Code examples in JavaScript, Python, and cURL are included for each endpoint to accelerate developer adoption.

Do I need to manually write request and response examples?

No. This Skill auto-generates request and response examples based on your endpoint schemas and definitions. Examples are produced in multiple languages—JavaScript, Python, and cURL—eliminating manual documentation overhead.

How do I include authentication guidance and SDK references in my docs?

Authentication guides and SDK references are generated as part of the documentation structure. The Skill produces dedicated sections for authentication flows, client library references, and versioning guidance, creating a complete developer reference from your API definition.

What's the fastest way to publish API documentation for multiple endpoints?

Provide your endpoint details—paths, methods, parameters, schemas—to the documentation generator. It produces a complete, ready-to-publish documentation template covering all endpoints, reducing creation time from hours to minutes and ensuring consistency across your API surface.