api/api-documentation/SKILL.md
API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.
npx skillsauth add caobingsheng/skills api-documentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Specialized workflow for creating comprehensive API documentation including OpenAPI/Swagger specs, developer guides, code examples, and interactive documentation.
Use this workflow when:
api-documenter - API documentationapi-design-principles - API designUse @api-documenter to discover and document API endpoints
openapi-spec-generation - OpenAPIapi-documenter - API specsUse @openapi-spec-generation to create OpenAPI specification
api-documentation-generator - Documentationdocumentation-templates - TemplatesUse @api-documentation-generator to create developer guide
api-documenter - Code examplestutorial-engineer - TutorialsUse @api-documenter to generate code examples
api-documenter - Interactive docsUse @api-documenter to set up interactive documentation
docs-architect - Documentation architecturewiki-page-writer - DocumentationUse @docs-architect to design API documentation site
api-documenter - Doc maintenanceUse @api-documenter to set up automated doc generation
documentation - Documentationapi-development - API developmentdevelopment - Developmentdevelopment
Use when working with tdd workflows tdd refactor
testing
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
development
Implement the minimal code needed to make failing tests pass in the TDD green phase.
tools
Use when working with tdd workflows tdd cycle