mind-cli 0.8.0

A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links items into your agent directories.
1
2
3
4
5
6
# The mind repo as a melding source. Convention discovery is rooted at the
# hello example so `mind meld jaemk/mind` offers the `hello-mind` skill (DSC-50).
# This is what the docs landing page runs.
[source]
description = "mind: meld this repo to learn the hello-mind example skill"
roots = ["examples/hello"]