Acerca de
Code Visualizer is a specialized utility designed to bridge the gap between source code and architectural documentation. By parsing Python AST (Abstract Syntax Tree), the skill extracts import relationships, class hierarchies, and module dependencies to generate live Mermaid diagrams. Beyond simple generation, it features a proactive staleness detection engine that compares file modification timestamps and Git history against existing diagrams, alerting developers when documentation no longer reflects the current state of the code. It is an essential tool for PR reviews, refactoring, and maintaining transparent project overviews.