api-docs-generator

Generate Markdown API docs for REST, GraphQL, or RPC endpoints with cURL, Python, JavaScript examples.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ming-Kai-LC/python-projects-portfolio --skill api-docs-generator-ming-kai-lc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-docs-generator
Source: https://github.com/Ming-Kai-LC/python-projects-portfolio/tree/main/projects/claude-integration/examples/skills/api-docs-generator
Command: npx skills add https://github.com/Ming-Kai-LC/python-projects-portfolio --skill api-docs-generator-ming-kai-lc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual API documentation is time-consuming, error-prone, and often falls out of sync with code. This skill automates the generation of comprehensive, consistent, and up-to-date API documentation, freeing developers to focus on building.

Core Features & Use Cases

  • Comprehensive Documentation: Generates detailed overviews, request/response schemas, and error handling for REST, GraphQL, or RPC APIs.
  • Multi-language Code Examples: Provides cURL, Python, and JavaScript examples for easy integration.
  • Use Case: A developer needs to quickly document a new set of REST endpoints. Instead of manually writing each section, they can use this skill to generate a complete Markdown document, ensuring consistency and saving hours.

Quick Start

Generate API documentation for the /api/v1/users POST endpoint, including Python and cURL examples.