From second-brain
Distill today's session notes into a concise Daily summary
How this skill is triggered — by the user, by Claude, or both
Slash command
/second-brain:distillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read today's accumulated session notes and synthesize a concise summary into the Daily note.
Read today's accumulated session notes and synthesize a concise summary into the Daily note.
Get today's date by running date +%Y-%m-%d.
Determine the vault path from the SECOND_BRAIN_VAULT_PATH environment variable.
If not set, read CLAUDE.md in the current repository and extract the path from the
## Vault section (- Location: \...``).
Find all session notes for today:
<vault>/Meta/AI Sessions/<today>/*.mdRead each session note. Focus on:
## Captures — what the user worked on (user prompts, verbatim)## Tool Events — which files were modifiedSynthesize a summary of 3–5 bullet points covering:
Append the summary to <vault>/Daily/<today>.md under the ## AI Session heading.
Use the sub-heading format below. Do NOT duplicate individual session links that
the hook already added — only add the #### Summary block.
#### Summary (HH:MM)
- ...
- ...
- ...
Use the current time (HH:MM) in the heading. Keep each bullet under 120 characters. Write in the same language the user used during the session.
npx claudepluginhub masuda-so/second-brainCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.