Skip to content
Development
Skill

/brain-approve

Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]

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

Context preview

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

Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]

SKILL.md

brain-approve.SKILL.md
name: brain-approve
description: |
  Approve, reject, or manage pending brain memories.
  Use: /brain-approve [all|<id>]
user_invocable: true

brain-approve

Manage pending brain memories. Memories from `/brain-remember` start as PENDING and need approval before being injected into teammates.

Instructions

If the user provides "all" as argument:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py approve-all-pending "$CLAUDE_PROJECT_DIR"

If the user provides a specific task/decision ID:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py approve-task "$ARGS" "$CLAUDE_PROJECT_DIR"

If no argument provided, list pending items first:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py list-pending "$CLAUDE_PROJECT_DIR"

Then ask the user which items to approve or if they want to approve all.

Report the results back to the user.

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.