From skillboxing
Audit and clean up the project brain. Prunes stale notes, merges duplicates, tightens verbose files, and fills gaps. Use when the brain feels cluttered, after a major project milestone, or periodically to keep it sharp.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillboxing:meditateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit the project's `brain/` folder for quality and coherence.
Audit the project's brain/ folder for quality and coherence.
Read everything in brain/, starting from index.md
Audit each file against:
Check the whole for:
index.mdPresent findings before making changes. Group by action type — deletions, merges, tightening, gaps, orphans — with a one-line rationale for each. Example:
Delete:
brain/initial-timeline.md— superseded bybrain/revised-timeline.mdMerge:brain/vendor-a-notes.md+brain/vendor-b-notes.md→brain/vendor-comparison.mdTighten:brain/project-context.md— 3 paragraphs can be reduced to 6 bullets Gap: No record of budget constraints discussed last week Orphan:brain/meeting-notes-jan.md— not linked from index
Ask the user to confirm before applying any changes
Apply approved changes only
Rebuild brain/index.md to reflect the current state
npx claudepluginhub zenzen-sol/skillboxing --plugin skillboxingOrganizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Audits Claude Code project health: verifies CLAUDE.md accuracy against codebase, checks memory hygiene, audits settings and plans, discovers patterns, proposes cleanups.
Multi-project Manus-style planning with coordinator pattern. Supports project switching, separate planning/source paths, and cross-machine sync via git. Creates task_plan.md, findings.md, and progress.md.