Skip to content
Development
Command

/brain-query

Query the claude-teams-brain for context about a specific role or topic

From plugin
claude-teams-brain
2716 skills16 commands
Install
$ npx -y skills add Gr122lyBr/claude-teams-brain --agent claude-code

How it fires

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

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/brain-query

Context preview

What this command does when you run it.

Query the claude-teams-brain for context about a specific role or topic

Command definition

brain-query.md
name: brain-query
description: Query the claude-teams-brain for context about a specific role or topic

Query the claude-teams-brain memory index for context relevant to a role or topic.

Usage: `/brain-query <role-or-topic>`

Examples:

  • `/brain-query backend`
  • `/brain-query authentication`
  • `/brain-query database`

Run: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py query-role "$ARGS" "$CLAUDE_PROJECT_DIR"`

Display the returned context in a readable format. If no relevant memory is found, say so clearly. This is the same context that would be auto-injected into a teammate with that role name.

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, auto-invoked
Stats
27
Stars
1
Views
2
Forks
Maintained
Maintenance
Python
Language
4mo ago
Last commit
5mo ago
Created

Repo: Gr122lyBr/claude-teams-brain