mind-cli 0.10.0

A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links items into your agent directories.
mind-cli-0.10.0 is not a library.

mind

docs release

A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links installed items into your agent directories (default ~/.claude). Modeled on Homebrew.

Full documentation: https://jaemk.github.io/mind/

Install

mind shells out to git to clone and sync sources, so git must be on your PATH. The methods below install the mind binary itself, not git.

Linux and Apple Silicon macOS:

curl --proto '=https' --tlsv1.2 -fsSL https://raw.githubusercontent.com/jaemk/mind/main/resources/install.sh | sh

Homebrew (macOS / Linux):

brew tap jaemk/mind https://github.com/jaemk/mind
brew trust jaemk/mind
brew install mind

See the install guide for version pinning, target-dir overrides, and Intel macOS.

Quickstart

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 details.

The documentation is the full reference: the command reference, configuration, install hooks, authoring a source, and troubleshooting. The spec/ directory is the normative behavioral spec.

Develop

cargo test

Releases are tag-driven: pushing v* builds per-platform binaries, creates the GitHub Release, and regenerates Formula/mind.rb.