Skip to content
Development
Command

/brain-export

Export accumulated brain knowledge as a CONVENTIONS.md file in your project

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-export

Context preview

What this command does when you run it.

Export accumulated brain knowledge as a CONVENTIONS.md file in your project

Command definition

brain-export.md
name: brain-export
description: Export accumulated brain knowledge as a CONVENTIONS.md file in your project

Export all accumulated brain knowledge — manual rules, architectural decisions, key files, and agent roles — 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 the file:

  • Confirm how many rules, decisions, and files were exported
  • Tell the user they can commit `CONVENTIONS.md` to share accumulated team knowledge with humans and future AI sessions alike
  • Suggest running `/brain-remember` to add any missing rules before exporting
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