How this skill is triggered — by the user, by Claude, or both
Slash command
/cpr:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ad-hoc project memory management. Use to record something mid-session without
Ad-hoc project memory management. Use to record something mid-session without
running a full /end.
Trigger phrases: "remember this", "note that", "record a decision", /cpr:memory.
| Content type | File |
|---|---|
| Architectural or design decision | decisions.md |
| Workflow friction or process lesson | lessons.md |
| CLI syntax, missing tool, flag trap, argument quirk | tools.md |
| Update to project goal or scope | spec.md |
| New phase, task, or open question | plan.md |
| Current state update | status.md |
Determine where the content belongs using the table above. If ambiguous, ask the user which file is appropriate.
If .memory/tasks/ exists, this is a workspace. Determine whether the content is:
If unclear, ask the user.
Append to the appropriate file. If the file doesn't exist, create it with frontmatter:
---
name: {{Name}}
description: {{one-liner for MEMORY.md index}}
type: {{decisions|lessons|tools|spec|plan|status}}
---
For lessons.md, include this note at the top if creating for the first time:
_For tool-specific knowledge (CLI syntax, missing tools, flag traps), see [tools.md](tools.md)._
If a new file was created, add it to .memory/MEMORY.md with a one-line entry:
- [Title](file.md) — one-liner description
npx claudepluginhub torarnv/claude-project-manager --plugin cprSaves, recalls, and queries persistent personal notes across Claude Code sessions via demarkus-memory MCP tools on a local versioned markdown store organized by project.
Captures project-level learnings, conventions, and decisions into memory, rules, or ADR files. Useful when surfacing durable conventions and technical decisions during work.
Saves decisions, preferences, patterns, lessons, and project context to Claude Code's persistent memory directory as structured markdown files, with duplicate checks and index updates for cross-session recall.