Generates interactive, collapsible HTML tree maps to help developers explore and understand project structures.
The Codebase Visualizer skill provides a powerful way to map out complex repositories by generating a dynamic HTML visualization of your project's architecture. It allows users to quickly grasp the hierarchy of a new codebase, identify large files that may need optimization, and see aggregate directory sizes through a color-coded, interactive interface that opens directly in the browser. This tool is particularly effective for developer onboarding and conducting architectural reviews of large-scale projects.
주요 기능
011 GitHub stars
02Auto-opens visualization in the default web browser
03Displays real-time file sizes and aggregate directory totals
04Color-codes files by type for easier visual scanning
05Generates interactive HTML tree maps with collapsible directories
06Supports project-wide structure exploration for any local repository
사용 사례
01Generating visual documentation for project structure reviews
02Onboarding onto a new, unfamiliar codebase to understand its hierarchy
03Identifying storage bottlenecks and large source files within a project