From skillboxing
Capture what matters from the current session into the project brain. Use at the end of a work session, after important decisions, corrections, or discoveries, or when the user says to update or add to the brain.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillboxing:reflectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture learnings from the current session into the project's `brain/` folder.
Capture learnings from the current session into the project's brain/ folder.
If brain/ doesn't exist yet, create it:
brain/
└── index.md
Start index.md with # Brain and build it as you add files.
Read brain/index.md to see what's already captured
Scan the conversation for things worth remembering:
Filter. Each item must pass:
Write brain files:
.md (e.g., key-terms.md, open-questions.md)[[file-name]] to connect related filesUpdate brain/index.md with wikilinks to any new files, including a brief description after each link (e.g., [[analysis/owner-servicer-framing]] — Unified theory resolving silent participant vs. receivables purchaser tension). Descriptions help humans scanning the brain in Obsidian. Keep them to one phrase.
Report what was added, updated, or removed, with a one-line rationale for each
brain/templates/brain/plan.md or brain/plan/brain/open-questions.mdUse whatever structure fits the project. The brain should reflect how the project is actually organized, not a predetermined schema.
If new information supersedes or extends an existing brain file, update it in place rather than creating a new file. Delete files that are no longer relevant.
npx claudepluginhub zenzen-sol/skillboxing --plugin skillboxingCaptures conversational knowledge to Second Brain on 'remember this', 'save this', or 'brain dump' triggers. Journals verbatim quotes, classifies epistemic types, and updates structured markdown files.
Persists learnings into a 5-layer memory hierarchy (CLAUDE.md files, memory/MEMORY.md) and consolidates by pruning outdated entries and promoting recurring patterns. Triggers on 'extract learnings', 'remember', 'dream'.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.