Назад към всички

codebase-visualizer

// Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.

$ git log --oneline --stat
stars:160
forks:30
updated:March 3, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namecodebase-visualizer
descriptionGenerate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
allowed-toolsBash(python *)

Run the visualization script from your project root:

python .claude/skills/codebase-visualizer/scripts/visualize.py .

This creates codebase-map.html and opens it in your default browser.