plugins marketplace
← All plugins

api-documentation-generator

v1.27.0

Generate comprehensive API documentation from OpenAPI/Swagger specs

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-documentation-generator/ inside the repository.

Layout

plugins/api-development/api-documentation-generator/
├── .claude-plugin/plugin.json
└── skills/generating-api-docs/SKILL.md

Skills1

generating-api-docsskills/generating-api-docs/SKILL.md

Create comprehensive API documentation with examples, authentication guides, and SDKs. Use when creating comprehensive API documentation. Trigger with phrases like "generate API docs", "create API documentation", or "document the API".

Manifests1

plugins/api-development/api-documentation-generator/.claude-plugin/plugin.json
{
  "name": "api-documentation-generator",
  "version": "1.27.0",
  "description": "Generate comprehensive API documentation from OpenAPI/Swagger specs",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "api",
    "documentation",
    "openapi",
    "swagger",
    "docs"
  ]
}