generate_project_summary
Analyze a project directory and generate an AI-optimized summary with metadata, dependencies, and statistics. Provides comprehensive project context for AI agents.
Instructions
Generate AI-optimized project overview and analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | The path to the project directory to analyze. Defaults to current directory. | . |
| include_readme | No | Whether to extract description from README files (README.md, README.txt, etc.). | |
| include_package_info | No | Whether to analyze package.json, requirements.txt, and other dependency files to detect framework and language. | |
| include_git_info | No | Whether to extract git repository information like branch, commits, and remotes. | |
| output_path | No | Optional path to save the generated summary as a JSON file. |