{ "name": "documentation-generator", "description": "Create comprehensive documentation for code, APIs, and projects.", "version": "1.0.0", "author": { "name": "Anonymous" }, "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/documentation-generator" }
Claude Plugin
documentation-generator
Create comprehensive documentation for code, APIs, and projects.
Editor's Note
Create comprehensive documentation for code, APIs, and projects.
Plugin Overview
This item is backed by a plugin manifest rather than a `SKILL.md` file, so the most useful fields are surfaced here first.
Plugin Name
documentation-generator
Version
1.0.0
Author
Anonymous
Manifest Description
Create comprehensive documentation for code, APIs, and projects.
Raw Manifest
The structured plugin fields above are derived from the same upstream manifest shown below.
Related Items
Claude Plugin
codebase-documenter
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Claude Plugin
generate-api-docs
Generate API documentation for endpoints
Claude Plugin
openapi-expert
Use this agent to update, synchronize, or validate the OpenAPI specification (openapi.yml) against the actual REST API implementation. This includes adding new endpoints, updating request/response schemas, fixing discrepancies between the spec and code, or ensuring complete API documentation coverage.
Claude Plugin
analyze-codebase
Generate comprehensive analysis and documentation of entire codebase