Brain Init banner
vuhai2002 vuhai2002

Brain Init

Development community

Description

--- description: Scaffold a new second brain vault from scratch - creates AGENTS.md, index.md, log.md, and starter domain folders. argument-hint: "[target folder, default: current directory]" --- # /brain-init Bootstrap a brand-new vault for a first-time user / new machine. ## Steps 1. Target folder = `$ARGUMENTS` or the current directory. Confirm with the user before writing. 2. Copy the skeleton from this skill's `templates/brain-skeleton/` (`AGENTS.md`, `index.md`, `log.md`) into the targe

Installation

Installs to ~/.claude/commands/vuhai2002-second-brain-kit-brain-init.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vuhai2002/second-brain-kit/HEAD/.claude/commands/brain-init.md -o ~/.claude/commands/vuhai2002-second-brain-kit-brain-init.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository