From squatch-cc
Search your OWN past Claude/agent sessions with `harbor search` — a simple, local index of what you did and why. Everything stays on your machine. Use when the user wants to recall past work ("when did I…", "how did we solve…", "what was that about…").
How this skill is triggered — by the user, by Claude, or both
Slash command
/squatch-cc:harborThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A simple local search over your own session transcripts. The index is a SQLite file on your machine;
A simple local search over your own session transcripts. The index is a SQLite file on your machine; nothing is sent anywhere.
harbor ingest
harbor search "<terms>"
Read the hits, use them to answer the question, and cite the session + date it returns.That's it. Keep it simple — harbor search is the whole tool.
~/.claude; it never gets
copied into a repo or sent out.Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub squatch-c-c/squatch --plugin squatch-cc