Skill: Craft Map
"Show structure, not noise."
The Principles
- Annotate — Each item gets
→ purpose - Collapse — Use
...or*/for patterns - Group — Blank lines between sections
- Summarize — End with count table
The Format
directory/ # Top-level
├── folder/ → purpose
│ ├── file.ext → what it does
│ └── ... → N more
│
└── pattern-*/ → wildcard
The Rules
- Max 4 levels unless specified
- Right-align annotations with
→ - Use
#for section comments in tree - Always end with summary table
Tools
Use Glob to discover structure, Read for context.
See Also
examples.md— full examples