Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
Scanned 5/27/2026
Install via CLI
openskills install huangjia2019/claude-code-engineering---
name: codebase-visualizer
description: Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
allowed-tools:
- Bash(python *)
---
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.
No comments yet. Be the first to comment!