inmemory
01Plugin Claude Code
Plugin marketplace listing 1 plugin: inmemory.
Plugin Claude Code
Plugin marketplace listing 1 plugin: inmemory.
Plugin Claude Code
Verbatim recall across Claude Code sessions, plus a gate that stops oversized skills from flooding the prompt. Pure Node, no dependencies, no API calls.
Command
Record a decision so it survives the session, or search past ones.
Command
What happened in a given week, verbatim.
Command
Check the inmemory install and report anything wrong.
Command
Declarations and filenames repeated across the repo.
Command
What inmemory does, what it costs, and what it cannot do.
Command
Find instructions written for older models, and see what they cost.
Command
Structure of the current repo — files and declarations, no model involved.
Command
Search verbatim history from previous Claude Code sessions.
Command
Index the history of every project (one-time backfill).
Command
What is in flight across branches and worktrees.
Command
Chronological history of this project's sessions, grouped by week.
Command
Recurring themes distinctive to this project.
Hook
Runs when a session starts on startup, resume, clear and compact, executing run.sh via sh. From Reikor-Arg/inmemory.
Hook
Runs when you submit a prompt, before the agent sees it, executing run.sh via sh. From Reikor-Arg/inmemory.
Hook
Runs when the agent finishes a response, executing run.sh via sh. From Reikor-Arg/inmemory.
Hook
Runs before the agent uses a tool for Skill, Read, Edit, Write and NotebookEdit tool calls, executing run.sh via sh (2 commands). From Reikor-Arg/inmemory.
Hook
Runs before the context is compacted, executing run.sh via sh. From Reikor-Arg/inmemory.
Skill Claude CodeCodex
Use when building or reviewing a UI — a page, a component, a dashboard, a landing page — or when the user says something "looks off", "looks generic", or asks for a design review. Checks against the project's own conventions first, then against principles that survive taste.
Skill Claude CodeCodex
Use when starting work in a project you have not seen this session, when the user refers to past work ("what did we decide", "how did we do X", "last week"), before a refactor that spans files, or when picking up branches mid-flight. Turns the inmemory index into answers instead of re-exploring from scratch.
Skill Claude CodeCodex
Use when the user asks to plan a feature, a refactor, a migration, or any change spanning more than one file — "how would we do X", "plan this", "break this down". Grounds the plan in what the repo already is and what was already decided, instead of proposing from a blank page.
Skill Claude CodeCodex
Use when reviewing a pull request, preparing one, or waiting on CI and review comments — "review this PR", "is it ready to merge", "why is CI failing", "watch this until it lands". Reviews the diff against what the project already decided, not against generic best practice.