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

Introduction

mind is a manager for agent tooling: skills, agents, rules, and tools. It melds arbitrary git repos and links the items they offer into one or more agent homes (default ~/.claude).

  • A source is a melded git repo (mind meld). It offers items: skills, agents, rules, and tools, found by convention or declared in a mind.toml.
  • mind learn <item> copies an item into the store (~/.mind/store) and symlinks it into each lobe (agent home). A tool is the exception: store-only helper tooling reached by reference, not linked into a lobe by default. Lobes can be non-Claude homes (Gemini CLI, Codex CLI, Antigravity) with a per-kind filter so only the compatible item types link in; see Configuration.
  • mind recall and mind probe inspect what is installed and what is available; mind sync and mind upgrade keep sources and installed items current.
  • For authoring, mind init-source and mind review scaffold and validate a source for publishing.

This site is the reference for installing, using, and authoring mind. Start with Install and the Quickstart; Commands is the full verb reference. For authoring a source, see Source layout and Authoring a source. The normative behavior is the spec.