scratch-html
Installation
SKILL.md
scratch-html — where HTMLs land
Every HTML file you create with Zack goes in ~/.scratch/, organized by where the work is happening. Not in the repo. Not in /tmp. Not in the current directory. Not in ~/Documents. One predictable place, always.
This is a destination rule plus a little bookkeeping (naming + a home-base index), not a style guide. Consult this skill first to pick the path, then choose the style skill below for how the HTML should look.
The rule
Take the current working directory, make it relative to $HOME, and mirror that path under ~/.scratch/:
cwd → html path
─────────────────────────────────────────────────────────────────────────────
~/Dev/projects/skills → ~/.scratch/Dev/projects/skills/<slug>.html
~/Dev/onemany/internal-tools/gander → ~/.scratch/Dev/onemany/internal-tools/gander/<slug>.html
~/ (home itself) → ~/.scratch/_loose/<slug>.html
/tmp/anywhere (outside $HOME) → ~/.scratch/_loose/<slug>.html