From squatch-cc
Build your OWN HDC (FHRR) codebook over your OWN notes/material so you can search, find-related, walk, and analogize across it — geometrically, with no LLM in the loop and nothing leaving your machine. Use when the user wants to reason over their own corpus (notes, docs, a zettelkasten) or asks to "make a codebook" / "index my own stuff".
How this skill is triggered — by the user, by Claude, or both
Slash command
/squatch-cc:new-codebookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This makes the Squatch working system **yours**: point it at *your* notes and it builds a local
This makes the Squatch working system yours: point it at your notes and it builds a local hyperdimensional codebook you can query — no cloud, no LLM, nothing leaves the machine. Each note becomes one complex vector; relationships are geometry. (Background: the Near Enough references.)
The user has a body of their own material — a notes folder, a docs tree, a personal zettelkasten — and wants to search it, find related items, walk neighborhoods, or do analogies over it. Their corpus stays local; their codebook is theirs.
.md/text files. Never assume a path —
it's theirs, and it never gets committed or sent anywhere.python3 "${CLAUDE_PLUGIN_ROOT}/tools/codebook/codebook.py" build --notes <their-dir> --out <their-dir>/.codebook
query "<text>" — most-related notes to a phraserelated <note> — neighbors of a notewalk <note> — traverse the neighborhoodanalogy <a> <b> <c> — a is to b as c is to ?numpy) is missing, say so and stop — never silently degrade to keyword grep.npx claudepluginhub squatch-c-c/squatch --plugin squatch-ccCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.