Generates mermaid flow diagrams from your codebase across Python, TypeScript, JavaScript, Rust, and Go. Point it at a directory and it spits out one diagram per language showing imports and dependencies, plus an optional combined view with subgraphs. The staleness detection is genuinely useful: it compares file mtimes against your committed diagrams and tells you when they're out of sync. Built with a clean brick architecture where each language analyzer is self-contained and outputs to a normalized graph format. Reaches for regex parsers instead of full ASTs for most languages, which keeps it fast but means it might miss exotic syntax. Best for onboarding docs, PR reviews, and catching when your architecture diagrams have drifted from reality.
npx skills add https://github.com/rysweet/amplihack --skill code-visualizer