brain-approve
Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]
Export accumulated brain knowledge as a CONVENTIONS.md file in your project. Distills all rules, decisions, files, and agent roles into a committable file.
$ npx -y skills add Gr122lyBr/claude-teams-brain --skill brain-export --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brain-exportContext preview
The summary Claude sees to decide when to auto-load this skill.
Export accumulated brain knowledge as a CONVENTIONS.md file in your project. Distills all rules, decisions, files, and agent roles into a committable file.
name: brain-export description: | Export accumulated brain knowledge as a CONVENTIONS.md file in your project. Distills all rules, decisions, files, and agent roles into a committable file. user_invocable: true
Export all accumulated brain knowledge into a `CONVENTIONS.md` file written to the project root.
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py export-conventions "$CLAUDE_PROJECT_DIR"Take the `content` field from the JSON output and write it to `CONVENTIONS.md` in `$CLAUDE_PROJECT_DIR`.
After writing:
Give your Claude Code Agent Teams a memory. Auto-injects role-specific context into every new teammate — your team never starts blind again.
Repo: Gr122lyBr/claude-teams-brain
Approve, reject, or manage pending brain memories. Use: /brain-approve [all|<id>]
Launch the brain dashboard web UI to visualize and curate memories, decisions, and files. Trigger: /brain-dashboard
Remove a manually stored memory from the brain by partial text match. Use: /brain-forget <text>
Export accumulated brain knowledge as `CONVENTIONS.md` and open a GitHub PR so your whole team can review what the AI team learned.
Auto-learn project conventions from git history — zero manual setup. Trigger: /brain-learn