Skip to content
Development
Skill

/brain-update

Update claude-teams-brain from GitHub. Pulls latest changes, syncs to plugin cache, and reports what changed. Trigger: /brain-update

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

Context preview

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

Update claude-teams-brain from GitHub. Pulls latest changes, syncs to plugin cache, and reports what changed. Trigger: /brain-update

SKILL.md

brain-update.SKILL.md
name: brain-update
description: |
  Update claude-teams-brain from GitHub.
  Pulls latest changes, syncs to plugin cache, and reports what changed.
  Trigger: /brain-update
user_invocable: true

brain-update

Pull the latest version of claude-teams-brain from GitHub and sync it to the local plugin cache.

Instructions

Run:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/update.sh"

After the script completes, display the results as markdown:

## claude-teams-brain update
- [x] Pulled latest from GitHub
- [x] Synced to plugin cache
- [x] Version: <version>
- [x] Changes: <summary of changed files or "already up to date">

Use `[x]` for success, `[ ]` for failed steps. If hooks or settings changed, tell the user to restart Claude Code to apply them.

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.