From brain-os
Captures key decisions and insights mid-session with full git context, appending to a daily file for later journaling. Best-effort natural language trigger plus /aha command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brain-os:ahaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Vault path:** Read from `${CLAUDE_PLUGIN_ROOT}/brain-os.config.md`
Vault path: Read from ${CLAUDE_PLUGIN_ROOT}/brain-os.config.md
Captures the current context automatically when something clicks. Designed for speed — don't break flow.
When triggered (by /aha, /aha <note>, or natural language like "aha"):
Capture context automatically (no questions asked):
Append to daily aha file: {vault}/daily/sessions/YYYY-MM-DD-aha.md
Format per entry:
## HH:MM — <repo> (<topic>)
> "<user's one-liner if provided>"
**Context:** <what was being worked on, 1-2 sentences>
**Decision:** <the key decision or insight>
**Evidence:** <commits, file changes, or conversation that led here>
**Files:** <key files involved>
Confirm briefly: "Captured." — then continue working. No summary, no questions.
/aha (always reliable)aha switching to remote task is faster), use it as the quote/journal — don't polish, just captureFollow skill-spec.md § 11. Append to {vault}/daily/skill-outcomes/aha.log:
{date} | aha | capture | ~/work/brain-os-plugin | daily/sessions/{date}-aha.md | commit:N/A | {result}
result: pass (captured successfully), fail (context too sparse to capture)args="{user-one-liner}"npx claudepluginhub sonthanh/brain-os-pluginLogs session accomplishments, file changes, commits, decisions, and next steps for future recall. Triggered by phrases like 'save diary' or 'wrapping up'.
Captures decisions, learnings, patterns, and context as persistent memories organized by namespace across Claude Code sessions.
Captures mid-session insights—surprising findings, reusable patterns, user corrections, or decisions with rationale—into a knowledge graph immediately, bypassing end-of-session batch lag.