$npx -y skills add huangjia2019/claude-code-engineering --skill 04-codebase-visualizerGenerate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
| 1 | Run the visualization script from your project root: |
| 2 | |
| 3 | ```bash |
| 4 | python .claude/skills/codebase-visualizer/scripts/visualize.py . |
| 5 | ``` |
| 6 | |
| 7 | This creates `codebase-map.html` and opens it in your default browser. |