codegraph
Installation
SKILL.md
codegraph
Turn a codebase into a map a human can actually read.
The goal is not a graph that shows off how complex the code is — it is a graph that quietly teaches someone how the pieces fit together.
When to Use
Trigger on requests like:
- "help me understand this codebase" / "I just joined this project"
- "map / visualize / diagram this repo or its architecture"
- "what are the entry points?" / "how does data flow through this?"
- "generate an onboarding guide" / "where do I start reading?"
- "show me the dependency graph" / "find circular dependencies"
- "which files are most important here?"
Do not use this for a single-file explanation — just read the file.