codegraph_repomap
Generate a YAML repository map to grasp project structure instantly. Identify key files and symbols without reading all code.
Instructions
Generate a YAML-formatted repository map showing the most important files and their symbols.
Helps understand the global structure of a project without reading all files.
Args: project: Project name (e.g. "my-app") limit: Maximum number of top files to include (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project | Yes |