mind-cli 0.12.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
12
13
# marketplace-catalog

A marketplace catalog fixture for testing `mind`'s Claude plugin marketplace support (MKT-7..8).

Layout:
- `.claude-plugin/marketplace.json` - lists two in-repo plugins by relative path
- `plugins/alpha/` - a plugin named `alpha` with one skill (`alpha:one`)
- `plugins/beta/` - a plugin named `beta` with one agent (`two`, bare frontmatter name per NS-40)

The catalog is self-contained: all plugins are in-repo relative paths, no network access needed.
External-plugin cases are built inline in tests using `Sandbox::bare` + `write_and_commit`.

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