Skip to content
Development
Skill

/brain-clear

Clear all claude-teams-brain memory for this project

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

Context preview

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

Clear all claude-teams-brain memory for this project

SKILL.md

brain-clear.SKILL.md
name: brain-clear
description: |
  Clear all claude-teams-brain memory for this project
user_invocable: true

brain-clear

Wipe all brain memory for this project. This is irreversible.

Instructions

1. First show the current brain stats:

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

2. Ask the user to confirm by typing **"yes, clear brain"** before proceeding.

3. Only if confirmed, run:

   CLAUDE_BRAIN_CONFIRM_CLEAR=yes python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py clear "$CLAUDE_PROJECT_DIR"

4. Confirm success and note that the brain will start building fresh from the next Agent Team session.

**Important**: Only use the exact commands shown above (`status` and `clear`). Do not invent or guess other command names.

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.