brain-log

Display brain synchronization history from the local merge log.

78|18|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/toroleapinc/claude-brain --skill brain-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-log
Source: https://github.com/toroleapinc/claude-brain/tree/main/skills/brain-log
Command: npx skills add https://github.com/toroleapinc/claude-brain --skill brain-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly access and review the evolution of their Claude Brain by displaying the brain synchronization history from the local log, enabling audits and progress tracking.

Core Features & Use Cases

  • Quickly view the most recent brain sync events across machines.
  • Verify merges and evolutions over time to understand how the brain state has changed.
  • Use this history for onboarding, troubleshooting, or documenting changes to the brain.

Quick Start

Run brain-log to display the most recent brain sync history, with an optional numeric limit.

Frequently Asked Questions about brain-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view my Claude Brain sync history?

You can check your Claude Brain synchronization log by running brain-log, which reads the local merge-log.json file and formats each entry as timestamp, machine, action, and summary.

Can I limit the number of brain sync log entries displayed?

Yes, you can limit the displayed brain sync log entries by providing an optional numeric limit, which restricts the output to the most recent synchronization events from the merge log.

Where is the Claude Brain merge log file stored?

The Claude Brain merge log is stored locally at ~/.claude/brain-repo/meta/merge-log.json, containing the synchronization history tracked across different machines.

What happens if the brain synchronization log file is missing?

If the brain synchronization log file is missing, the brain-log command handles the missing file gracefully without crashing, allowing you to continue tracking future sync events as they occur.

What format are the Claude Brain sync log entries displayed in?

Claude Brain sync log entries are displayed in the format of [timestamp] machine (action): summary, showing the chronological evolution of your brain state across machines.