Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quickstart

Meld a source, install an item, and see it linked into ~/.claude:

mind meld owner/repo        # clone and register a source repo
mind probe                  # browse and search available items (interactive)
mind learn <item>           # install one into each agent home
mind recall                 # list what's installed

Agent homes can be Claude Code, Gemini CLI, Codex CLI, or Antigravity – not just ~/.claude. See Configuration for the per-harness path table and preset commands.

For a self-contained first run with no remote, use the bundled starter source (a plain convention layout, see examples/starter/):

cp -r examples/starter /tmp/starter
cd /tmp/starter && git init -q && git add -A && git commit -qm init
mind meld /tmp/starter
mind probe
mind learn greet

Commands is the full verb reference. Source layout covers how a source repo exposes items.