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 amind.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 recallandmind probeinspect what is installed and what is available;mind syncandmind upgradekeep sources and installed items current.- For authoring,
mind init-sourceandmind reviewscaffold 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.