Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ A skill that generates interactive HTML visualizations:

**File:** `~/.claude/skills/codebase-visualizer/SKILL.md`

```yaml
````yaml
---
name: codebase-visualizer
description: Generate an interactive collapsible tree visualization of your codebase. Use when exploring a new repo, understanding project structure, or identifying large files.
Expand All @@ -433,7 +433,7 @@ This creates `codebase-map.html` and opens it in your default browser.
- **File sizes**: Displayed next to each file
- **Colors**: Different colors for different file types
- **Directory totals**: Shows aggregate size of each folder
```
````

The bundled Python script does the heavy lifting while Claude handles orchestration.

Expand Down