The substrate is the open-source ai-brain-starter repo. Three install paths, ordered from least to most technical.Documentation Index
Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt
Use this file to discover all available pages before exploring further.
Paste-prompt for Claude Code
Easiest path. Paste the install prompt into a fresh Claude Code session and let the harness scaffold the vault for you.bootstrap.sh (macOS / Linux) or bootstrap.ps1 (Windows). Takes about three minutes.
Plugin marketplace
If you already use the Claude Code plugin marketplace, search forai-brain-starter and install. The marketplace handles cloning and registering hooks.
Manual git clone
For operators who want full control:- Creates the vault folder structure (
Meta/,Sessions/,External Inputs/). - Writes a starter
CLAUDE.mdwith placeholders. - Registers the
~/.claude/hooks/and~/.claude/skills/symlinks. - Prompts you for tenant context (name, role, email).
/diagnose from a Claude Code session to verify the install passed every check.