From Brainmaxxing
Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".
How this skill is triggered — by the user, by Claude, or both
Slash command
/brainmaxxing:reflectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the conversation and persist learnings — to `brain/`, to skill files, or as structural enforcement.
Review the conversation and persist learnings — to brain/, to skill files, or as structural enforcement.
brain/index.md to understand what notes already existbrain/index.md if any brain files were added or removedNot everything belongs in the brain. Route each learning to where it will have the most impact.
Before routing a learning to brain/, ask: can this be a lint rule, script, metadata flag, or runtime check? If yes, encode it structurally and skip the brain note. See brain/principles/encode-lessons-in-structure.md.
brain/)Codebase knowledge, principles, gotchas — anything that informs future sessions. This is the default destination. Use the brain skill for writing conventions.
[[wikilinks]].${CLAUDE_PLUGIN_ROOT}/skills/<skill>/)If a learning is about how a specific skill works — its process, prompts, or edge cases — update the skill directly.
Follow-up work that can't be done during reflection — bugs, non-trivial rewrites, tooling gaps. File as a todo or backlog item.
## Reflect Summary
- Brain: [files created/updated, one-line each]
- Skills: [skill files modified, one-line each]
- Structural: [rules/scripts/checks added]
- Todos: [follow-up items filed]
npx claudepluginhub alexanderop/brainmaxxing-plugin --plugin brainmaxxingProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.