Code Visualizer Skill Purpose Automatically generate and maintain visual code flow diagrams across multiple programming languages. The skill auto-detects which languages are present in a target path, analyzes each one with a dedicated analyzer, and emits one mermaid diagram per language plus an optional combined high-level view. It also detects when committed diagrams are stale relative to the source they describe. What's New in 2.0.0 - Multi-language support : Python, TypeScript/JavaScript, Rust, and Go. - Language dispatcher : Detects languages by file extension and routes to per-language a…