Skip to content
Development
Skill

/brain-remember

Store a persistent rule or convention that will be injected into all future teammates. Use: /brain-remember <text>

From plugin
claude-teams-brain
2618 skills16 commands
Install
$ npx -y skills add Gr122lyBr/claude-teams-brain --skill brain-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/brain-remember

Context preview

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

Store a persistent rule or convention that will be injected into all future teammates. Use: /brain-remember <text>

SKILL.md

brain-remember.SKILL.md
name: brain-remember
description: |
  Store a persistent rule or convention that will be injected into all future teammates.
  Use: /brain-remember <text>
user_invocable: true

brain-remember

Store a fact, rule, or convention in the brain. It will be automatically injected into every future teammate under "Project Rules & Conventions" — regardless of their role.

Instructions

The user provides the memory text as an argument.

Run:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py remember "$ARGS" "$CLAUDE_PROJECT_DIR"

Confirm success and echo back the stored memory. Note: memories are now staged as **PENDING**. Use `/brain-approve` to confirm them, or approve via the `/brain-dashboard`. Tell the user it will appear in every new teammate's context once approved. Mention `/brain-forget` to remove it if needed.

Ships withclaude-teams-brain

Give your Claude Code Agent Teams a memory. Auto-injects role-specific context into every new teammate — your team never starts blind again.

Get the whole plugin

Other skills on claude-teams-brain.