analyze_codebase
Analyze codebases to extract functions, classes, methods, and other symbols into LLM-optimized markdown for AI assistants to understand project structures efficiently.
Instructions
Analyzes a codebase and returns a comprehensive LLM-optimized markdown with all symbols (functions, classes, methods, interfaces, types, etc.) and their file paths. Respects .gitignore rules. Perfect for giving LLMs complete understanding of code structure in a single request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the codebase directory to analyze |