Plugin Claude Code
A personal knowledge trove for Claude Code, by anishfyi. Capture durable learnings as you work and reload them every session.
Plugin Claude Code
A personal knowledge trove for Claude Code, by anishfyi. Capture durable learnings as you work and reload them every session.
Cursor rule Cursor
Never use em-dashes or en-dashes in Trove repo content.
Plugin Claude Code
Repository memory for Claude Code: index symbols and architecture, progressively retrieve context beyond the context window, and capture durable engineering decisions in a personal trove.
Hook
Runs when a session starts on startup and resume, executing load-trove.sh via bash. From anishfyi/trove.
Hook
Runs when a session ends, executing reflect-trove.sh via bash. From anishfyi/trove.
Skill Claude CodeCodex
Index the repository into Trove memory layers (symbols, modules, subsystems, architecture). Use when the user asks to index the repo, build the trove index, refresh symbols, or re-index after large changes.
Skill Claude CodeCodex
Initialize a personal Trove, a local file-based knowledge index for Claude Code. Use when the user says start/set up/create my trove, or when they want to remember things but no trove exists yet. Scaffolds the trove directory, INDEX.md and entries/ folder at user scope (/.claude/trove, follows you everywhere) or…
Skill Claude CodeCodex
Progressive retrieval from the Trove index. Use when the user asks what Trove knows about a subsystem, where code lives, or wants context assembled before editing. Runs architecture -> subsystem -> module -> symbol retrieval with a context budget.
Skill Claude CodeCodex
Search and recall from the personal Trove. Use when the user asks what do I know about X, did we decide something, what's in my trove, or any question that past learnings might answer. Reads INDEX.md, opens the relevant entry files, and answers grounded in them with citations.
Skill Claude CodeCodex
Capture a durable learning into the personal Trove. Use when the user says remember this, note this, save to trove, add to my trove, or when a session surfaces a decision, gotcha, convention/preference, or external reference worth keeping. Writes one atomic entry file and updates INDEX.md.