// Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly.
| name | Project Context Analyzer |
| description | Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly. |
| trigger | both |
| allowed-tools | ["Read","Glob","Bash","Write","Task","TaskOutput"] |
Analyze a project's structure, dependencies, framework, and patterns to generate comprehensive context documentation. Uses parallel agent swarm execution for blazing-fast analysis. Helps with onboarding, understanding unfamiliar codebases, and providing context to other AI agents. Uses specialized analysis tools for deep project understanding.
ENABLE_JAVASCRIPT: true # Enable JavaScript/TypeScript project analysis ENABLE_PYTHON: true # Enable Python project analysis ENABLE_GO: false # Enable Go project analysis (not yet implemented) ENABLE_PARALLEL_EXECUTION: true # Use parallel agent swarm for faster analysis OUTPUT_MODE: display # Options: display (show results), save (write to file) OUTPUT_FILE: .project-context.md # Where to save report if OUTPUT_MODE is save SUPPORTED_PROJECT_TYPES: javascript, typescript, python # Currently supported project types
Parse User Request
Detect Project Type
tools/detect_framework.pyRoute to Cookbook
Execute Analysis Tools
tools/ directory perform specialized analysisAggregate Results
Output Report
package.json file AND ENABLE_JAVASCRIPT is true..claude/skills/project-context/cookbook/javascript.mdrequirements.txt or pyproject.toml AND ENABLE_PYTHON is true..claude/skills/project-context/cookbook/python.md