fix: nested code fence rendering in memory README (#48)
* fix: nested code fence rendering in memory README Example 2 * fix: nested code fence rendering in skills README Example 2
This commit is contained in:
committed by
GitHub
parent
34259caf7c
commit
ce24423320
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user