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.
1
2
3
4
5
6
7
8
9
10
11
# marketplace-plugin

A single-plugin fixture for testing `mind`'s Claude plugin manifest support (MKT-1..6).

Layout mirrors a real Claude plugin:
- `.claude-plugin/plugin.json` - plugin name (`acme-tools`), version, description
- `skills/greet/SKILL.md` - a skill; installs as `acme-tools:greet` by default
- `agents/helper.md` - an agent; installs as `helper` (bare frontmatter name, NS-40)
- `commands/` and `hooks/` - unsupported component kinds; `mind` reports a skipped count (MKT-4)

Used by `Sandbox::from_example("marketplace-plugin")` in `tests/cli.rs`.