Skip to content
Development
Skill

/brain-export

Export accumulated brain knowledge as a CONVENTIONS.md file in your project. Distills all rules, decisions, files, and agent roles into a committable file.

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

Context 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.

SKILL.md

brain-export.SKILL.md
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

brain-export

Export all accumulated brain knowledge into a `CONVENTIONS.md` file written to the project root.

Instructions

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:

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