$npx -y skills add toroleapinc/claude-brain --skill brain-statusShow brain inventory, sync status, and network info across all machines.
| 1 | Show the user their brain status. |
| 2 | |
| 3 | Run: |
| 4 | ``` |
| 5 | bash "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh" |
| 6 | ``` |
| 7 | |
| 8 | Display the output to the user as-is. The script shows: |
| 9 | - Machine identity and sync status |
| 10 | - Network info (all machines in the brain network) |
| 11 | - Full brain inventory (CLAUDE.md, rules, skills, agents, memory, settings) |
| 12 | - Any pending conflicts |