memoir
01Plugin Claude Code
Plugin marketplace listing 1 plugin: memoir.
Plugin Claude Code
Plugin marketplace listing 1 plugin: memoir.
Instructions file
Instructions for zhangfengcdt/memoir, covering claude.md, project, development, critical rules and architecture at a glance.
Plugin Claude Code
Git-versioned, taxonomy-structured memory for Claude Code — recall by path, branch to isolate, time-travel to audit.
Command
Indexes this folder and saves a persistent overview that future sessions pick up automatically. In a git repo this writes codebase:onboard (code-shape map). In a non-git folder this writes project:onboard (file-shape index built by deterministic extractors — no LLM at index time).
Command
Recall memories from past sessions via memoir. Delegates to the memory-recall skill. Pass --include-metrics to include machine-generated turn statistics (excluded by default).
Command
Manually capture a memory now (independent of Stop-hook auto-capture). On a conflict with an existing memory, prompts you to choose how to resolve it. Pass -p to skip classification.
Command
Show memoir store status — current branch, commit count, memory count, namespaces.
Command
Review and promote unmerged memoir branches into main (interactive).
Command
Launch (or re-open) the memoir web UI for the current project's store.
Hook
Runs when a session starts, executing session-start.sh via bash. From zhangfengcdt/memoir.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From zhangfengcdt/memoir.
Hook
Runs when the agent finishes a response, executing stop.sh via bash. From zhangfengcdt/memoir.
Hook
Runs when a session ends, executing session-end.sh via bash. From zhangfengcdt/memoir.
Skill Claude CodeCodex
Populate or refresh a persistent, high-level project snapshot in memoir. In a git repo this writes codebase:onboard (code-shape: modules, goals, rules, lessons) — use when: (1) the user asks for onboarding / a codebase tour ('what does this project do', 'give me a codebase overview', 'onboard me to this repo'); (2)…
Skill Claude CodeCodex
Recall facts from past sessions via memoir. STORE PATH: ALWAYS compute first via STORE=$(bash "$CLAUDEPLUGINROOT/scripts/derive-store-path.sh") (or $MEMOIRSTORE). Pass -s "$STORE" on every call — never rely on memoir's connected default (frequently stale). PROCEDURE (single-shot default): ONE summarize --depth 3 -n…
Skill Claude CodeCodex
Explicitly save a user-requested memory to Memoir now. Use when the user says remember, save, store, capture, or record a durable preference, decision, rule, fact, or note. Pick a taxonomy path with Codex when none is provided, always write with memoir remember -p, and never use legacy unpathed memoir remember.
Skill Claude CodeCodex
Show Memoir status for the current Codex project: store path, branch, commit count, memory count, and namespaces. Use when the user asks for Memoir status, whether Memoir is working, what store or branch is active, or why memories are not appearing.
Skill Claude CodeCodex
Launch or reopen the Memoir web UI for the current Codex project store. Use when the user asks to open, browse, inspect, visualize, or view Memoir memories in the UI. Starts the safe readonly, no-LLM UI through the plugin helper and reports the URL, PID, and store.