dependency-graph
Installation
SKILL.md
Dependency Graph
Generate a Mermaid flowchart showing import and dependency relationships between modules, packages, or plugins.
When To Use
- Understanding what depends on what
- Finding circular dependencies
- Analyzing coupling between modules
- Planning refactoring by seeing dependency impact
- Answering "what breaks if I change this?"
When NOT To Use
- Runtime call paths (use
cartograph:call-chain) - Type hierarchies (use
cartograph:class-diagram)