equip 0.1.2

Equips local agents with centrally-managed skills from local and remote sources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Tasks

fix these bugs. Run `just test` and `just sandbox-test` after each, and insure all pass. Commit everything. Work in separate worktrees when appropriate. 

then create this feature.

## Bugs

- [ ] Fix this bug: equip list ‘cl*sk*' - the issue is if you have a skill identity like 'claude-plugins:agent-skills/my-foo-skill'. Then 'cl*sk*' should match it, but it doesn't appear to
- [ ] `bundle list <bundle>` should show the list of skills
- [ ] `status` should show more info
- [ ] `agent list` should show more info - follow the patterns in other commands. colorize. provide more info.


## Feature

Enable an experimental feature, an fzf thing, that is used with `list` subcommands. It allows you to filter the full output of teh command, and will also show a preview on the right, of the relevant skill.md. you see the skills on the left and you can see a preview on the right.