About
The Code Visualizer skill automates the creation of architectural documentation by performing deep AST analysis on Python codebases to extract import relationships, class hierarchies, and data flows. It solves the common problem of outdated documentation by implementing a staleness detection system that monitors file modification timestamps against diagram metadata. Designed for the amplihack framework, it allows developers to visualize the architectural impact of pull requests, generate instant overviews for new modules, and ensure that README diagrams remain a truthful representation of the underlying source code.