From Brainmaxxing
Read/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".
How this skill is triggered — by the user, by Claude, or both
Slash command
/brainmaxxing:brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Persistent memory across sessions. Obsidian vault at `brain/`.
Persistent memory across sessions. Obsidian vault at brain/.
The brain is the foundation of the entire workflow — every agent, skill, and session reads it. Low-quality or speculative content degrades everything downstream. Before adding anything, ask: "Does this genuinely improve how the system operates?" If the answer isn't a clear yes, don't write it.
Read brain/index.md first. Then read the relevant entrypoint for your topic:
brain/principles.md for principle updatesFor directories without a dedicated index file yet, scan nearby files directly and edit an existing note when possible.
brain/
├── index.md <- root entry point, links to everything
├── principles.md <- index for principles/
├── principles/ <- engineering and design principles
├── codebase/ <- project-specific knowledge and gotchas
└── plans/ <- feature plans
Rules:
brain/codebase/deploy-gotchas.md, not a mega-file.brain/index.md, brain/principles.md.brain/index.md is the root. Every brain file must be reachable from it.worktree-gotchas.md.Format: [[section/file-name]]. Resolution order: same directory, then relative path, then vault root. Heading anchors ([[file#heading]]) are stripped during resolution.
# Title. No Obsidian frontmatter.Update brain/index.md for any files you added or removed. Also update the relevant entrypoint when applicable. Keep indexes link-only and scannable.
Ask: "Would I include this in a prompt for a different task?"
brain/. It's durable knowledge.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.