From Brainmaxxing
Scaffold the brain/ vault (folder + index.md) in the current project so the hooks and other brainmaxxing skills have somewhere to read and write. Use once when setting up brainmaxxing in a new project. Triggers: "init brain", "initBrain", "set up the brain", "create the brain vault".
How this skill is triggered — by the user, by Claude, or both
Slash command
/brainmaxxing:init-brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create an empty brain vault in the project. Run this once before first use, or
Create an empty brain vault in the project. Run this once before first use, or
just let /reflect and /brain create files on demand.
Run the scaffold script — it is idempotent and never overwrites existing content:
sh "${CLAUDE_PLUGIN_ROOT}/skills/init-brain/scripts/init-brain.sh"
This creates, only if missing:
brain/ — the vault root (an Obsidian vault)brain/index.md — the index the SessionStart hook injectsbrain/plans/ + brain/plans/index.md — where the plan skill writesAfter it runs, report the vault path to the user. The PostToolUse hook keeps
brain/index.md in sync as files are added or removed from then on.
Provides 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.
npx claudepluginhub alexanderop/brainmaxxing-plugin --plugin brainmaxxing