architecture-diagram
Installation
SKILL.md
Architecture Diagram
Generate a Mermaid flowchart showing high-level component relationships in a codebase.
When To Use
- Visualizing how plugins/modules relate to each other
- Onboarding to understand system structure
- Documenting architecture for PR reviews
- Answering "how does this system fit together?"
When NOT To Use
- Import-level coupling (use
cartograph:dependency-graph) - Runtime call paths (use
cartograph:call-chain)