fold

Folders as files.

# fold: pack a directory of text files into one markdown file usage fold <dir> # <dir>.folded.md unfold <file.folded.md> # <dir>/ options -o <path> custom output path -f overwrite if output exists
paste into any agent

      
---
fold: notes/
filename: notes.folded.md
# unfold: curl -sSLf fold.dom.vin/skill | bash -s <INSTALL_DIR>
---
├── week/
│ └── summary.md
<!--fold:mk@file path="week/summary.md"-->
Good week. Velocity up.
Parser refactor complete.
├── monday.md
<!--fold:mk@file path="monday.md"-->
Team standup. Shipped the new parser.
Three bugs closed before lunch.
├── tuesday.md
<!--fold:mk@file path="tuesday.md"-->
Deploy day. Three PRs merged.
Found a regression in prod.
Fixed it by 6pm.
└── friday.md
<!--fold:mk@file path="friday.md"-->
Ship day. Done early.
Retro notes filed.