generate_project_documentation
Analyze codebases to create structured project documentation with intelligent file discovery, supporting multiple languages and output formats.
Instructions
Generate comprehensive project documentation based on codebase analysis with intelligent file discovery and structured output
WORKFLOW: Ideal for creating production-ready code, tests, and documentation TIP: Generate unlimited iterations locally, then review with Claude SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
code | No | The code to analyze (for single-file analysis) | |
docStyle | No | Documentation style to use | markdown |
filePath | No | Path to single file to analyze | |
files | No | Array of specific file paths (for multi-file analysis) | |
focusAreas | No | Areas to focus on: api, architecture, setup, contributing | |
includeExamples | No | Include usage examples in documentation | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for discovery (1-5) | |
projectPath | No | Absolute path to project root directory |