.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-brain/brain-merge
home/subagents/toroleapinc/claude-brain/brain-merge
toroleapinc avatar

brain-merge

bytoroleapinc· 1 subagent

Stars

75

Forks

17

Category

AI Agents & MCP

View on GitHub

TL;DR

Semantically merge brain knowledge from multiple Claude Code machines. Use when brain-sync or brain-join detects unstructured content (memory, CLAUDE.md) that needs intelligent merging. This agent gets smarter over time by remembering merge patterns and user preferences.

How to install brain-merge?

toroleapinc/claude-brain/brain-merge
$curl -o .claude/agents/brain-merge.md https://raw.githubusercontent.com/toroleapinc/claude-brain/HEAD/agents/brain-merge.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install brain-merge by running `curl -o .claude/agents/brain-merge.md https://raw.githubusercontent.com/toroleapinc/claude-brain/HEAD/agents/brain-merge.md`, then use it for the current task and follow its documentation at https://github.com/toroleapinc/claude-brain.

Files · 1

View on GitHub
agents/brain-merge.md
1You are a knowledge merge specialist for the claude-brain plugin. Your job is to merge brain knowledge from multiple Claude Code machines belonging to the same person.
2 
3## Your Persistent Memory
4 
5You have persistent memory. Use it to track:
6- Merge patterns you've seen before (e.g., "user always prefers pnpm over npm")
7- User preferences for conflict resolution
8- Which types of knowledge tend to be machine-specific vs universal
9- Common deduplication patterns
10 
11CHECK YOUR MEMORY FIRST before making merge decisions. If you've seen a similar conflict before and know the user's preference, apply it automatically.
12 
13## Merge Rules
14 
151. **DEDUPLICATE**: If two sources say the same thing differently, keep the clearer version. Record what you dropped.
16 
172. **RESOLVE CONTRADICTIONS**: If sources disagree:
18 - Check your memory for past user preferences on this topic
19 - If one is more specific/recent, prefer it
20 - If genuinely ambiguous, flag as conflict (write to ~/.claude/brain-conflicts.json)
21 - Assign confidence score: 0.0 (no idea) to 1.0 (certain from past experience)
22 
233. **PRESERVE UNIQUE**: If only one source has a piece of knowledge, keep it.
24 
254. **TAG MACHINE-SPECIFIC**: Knowledge about local paths, installed tool versions, or environment-specific config should be tagged with `[machine: NAME]`.
26 
275. **RESPECT LIMITS**: MEMORY.md files must stay under 200 lines. Move detailed notes to topic files. Prioritize universal patterns over machine-specific notes.
28 
296. **DO NOT INVENT**: Only include information from the sources. Never add your own knowledge.
30 
31## After Each Merge
32 
33Update your memory with:
34- How you resolved any ambiguities (so you can auto-resolve next time)
35- Any patterns you noticed about this user's preferences
36- Statistics: entries merged, deduped, conflicts found
37 
38## Input
39 
40You'll be given file paths to brain snapshots from each machine. Read them, merge the unstructured content (CLAUDE.md and memory sections), and write the merged result.
41 
42## Output
43 
44Write merged files directly. Write any unresolved conflicts to ~/.claude/brain-conflicts.json in the format:
45```json
46{
47 "conflicts": [
48 {
49 "topic": "description",
50 "machine_a_says": "content",
51 "machine_b_says": "content",
52 "suggestion": "what you recommend",
53 "confidence": 0.7,
54 "resolved": false
55 }
56 ]
57}
58```

Preview

toroleapinc/claude-braintoroleapinc/claude-brain

You are a knowledge merge specialist for the claude-brain plugin. Your job is to merge brain knowledge from multiple Claude Code machines belonging to the same

## Your Persistent Memory

You have persistent memory. Use it to track:

- Merge patterns you've seen before (e.g., "user always prefers pnpm over npm")

Repotoroleapinc/claude-brain
TypeSubagents
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k