Skip to content
Agent Orchestration
Skill

/remember

Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs

From plugin
oh-my-claudecode
39k39 skills21 agents21 commands11 hooks
+1
Install
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill remember --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/remember

Context preview

The summary Claude sees to decide when to auto-load this skill.

Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs

SKILL.md

remember.SKILL.md
name: remember
description: Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs

Remember

Use this skill when the user wants to preserve or organize useful knowledge discovered during a session.

Goal

Promote durable, reusable knowledge into the right memory surface instead of leaving it buried in chat history.

Memory surfaces

  • **Project memory** — durable team/project knowledge
  • **Notepad priority** — short high-signal context for the next turns
  • **Notepad working** — temporary active-session notes
  • **Docs / AGENTS / CLAUDE files** — durable instructions and conventions when they truly belong there

Workflow

1. Gather the relevant session findings. 2. Classify each item:

  • durable project fact
  • temporary working note
  • operator preference or instruction
  • duplicate / stale / conflicting information

3. Propose the best destination for each item. 4. Write or update only the appropriate memory surface. 5. Call out duplicates or conflicts that should be cleaned up.

Rules

  • Do not dump everything into one store.
  • Prefer project memory for durable team knowledge.
  • Prefer notepad for short-lived working context.
  • Keep entries concise and actionable.
  • If something is uncertain, mark it as uncertain rather than storing it as fact.

Output

  • What was stored
  • Where it was stored
  • Any duplicates/conflicts found
Read more
Ships withoh-my-claudecode

For Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI. Liked OmC but found it a bit overkill? Try gajae-code.

Get the whole plugin

Other skills on oh-my-claudecode.