一键导入
brain-sync
Manually sync brain with remote. Exports local state, pushes to remote, pulls updates from other machines, merges, and applies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manually sync brain with remote. Exports local state, pushes to remote, pulls updates from other machines, merges, and applies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review and resolve unresolved brain merge conflicts.
Analyze accumulated brain memory and propose promotions to CLAUDE.md, rules, or new skills. Makes your brain smarter over time.
Initialize brain sync network. Creates a Git remote for your brain and exports your current Claude Code state.
Join an existing brain sync network from another machine. Pulls the consolidated brain and merges with any local state.
Show brain sync and evolution history.
Share a skill, agent, or rule with the team by copying it to the shared namespace
| name | brain-sync |
| description | Manually sync brain with remote. Exports local state, pushes to remote, pulls updates from other machines, merges, and applies. |
The user wants to manually trigger a full brain sync cycle.
Check that brain is initialized:
if [ ! -f ~/.claude/brain-config.json ]; then
echo "Brain not initialized. Run /brain-init first."
exit 1
fi
Push local changes:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/push.sh"
Pull and merge remote changes:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/pull.sh" --auto-merge
Show the sync result summary. Check:
If there are conflicts, suggest: "Run /brain-conflicts to review and resolve."