← ClaudeAtlas

codebase-visualizerlisted

Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
huangjia2019/claude-code-engineering · ★ 796 · AI & Automation · score 79
Install: claude install-skill huangjia2019/claude-code-engineering
Run the visualization script from your project root: ```bash python .claude/skills/codebase-visualizer/scripts/visualize.py . ``` This creates `codebase-map.html` and opens it in your default browser.