zhangfengcdt

18 mods across 1 repository, 610 stars between them.

memoir

01

zhangfengcdt/memoir

Plugin Claude Code

Plugin marketplace listing 1 plugin: memoir.

610 7d ago A tokens not measured original Apache-2.0

memoir CLAUDE.md

02

zhangfengcdt/memoir

Instructions file

Instructions for zhangfengcdt/memoir, covering claude.md, project, development, critical rules and architecture at a glance.

610 7d ago C 1,839 tokens original Apache-2.0

claude-code

03

zhangfengcdt/memoir

Plugin Claude Code

Git-versioned, taxonomy-structured memory for Claude Code — recall by path, branch to isolate, time-travel to audit.

610 7d ago A tokens not measured original Apache-2.0

onboard

04

zhangfengcdt/memoir

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).

610 7d ago A 64 tokens original Apache-2.0

recall

05

zhangfengcdt/memoir

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).

610 7d ago A 33 tokens original Apache-2.0

remember

06

zhangfengcdt/memoir

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.

610 7d ago A 43 tokens original Apache-2.0

status

07

zhangfengcdt/memoir

Command

Show memoir store status — current branch, commit count, memory count, namespaces.

610 7d ago A 16 tokens original Apache-2.0

sync

08

zhangfengcdt/memoir

Command

Review and promote unmerged memoir branches into main (interactive).

610 7d ago A 12 tokens original Apache-2.0

ui

09

zhangfengcdt/memoir

Command

Launch (or re-open) the memoir web UI for the current project's store.

610 7d ago A 16 tokens original Apache-2.0

SessionStart

10

zhangfengcdt/memoir

Hook

Runs when a session starts, executing session-start.sh via bash. From zhangfengcdt/memoir.

610 7d ago A tokens not measured copy · 59% Apache-2.0

UserPromptSubmit

11

zhangfengcdt/memoir

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From zhangfengcdt/memoir.

610 7d ago A tokens not measured copy · 70% Apache-2.0

Stop

12

zhangfengcdt/memoir

Hook

Runs when the agent finishes a response, executing stop.sh via bash. From zhangfengcdt/memoir.

610 7d ago A tokens not measured original Apache-2.0

SessionEnd

13

zhangfengcdt/memoir

Hook

Runs when a session ends, executing session-end.sh via bash. From zhangfengcdt/memoir.

610 7d ago A tokens not measured copy · 55% Apache-2.0

memoir-onboard

14

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)…

610 7d ago A 181 tokens original Apache-2.0

memory-recall

15

zhangfengcdt/memoir

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…

610 7d ago A 343 tokens original Apache-2.0

memoir-remember

16

zhangfengcdt/memoir

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.

610 7d ago A 80 tokens original Apache-2.0

memoir-status

17

zhangfengcdt/memoir

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.

610 7d ago A 59 tokens original Apache-2.0

memoir-ui

18

zhangfengcdt/memoir

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.

610 7d ago A 67 tokens original Apache-2.0