agents-market-installerlisted
Install: claude install-skill tt-a1i/agents-market
# Agents Market Installer
Use the local `agents-market` CLI to recommend and install specialized coding subagent packs.
## Workflow
1. Inspect the repository briefly so you understand the project type.
2. If the user provides a registry URL or bundle path, run `agents-market registry info --registry <source> --json`, summarize the source/version/checksum, then run `agents-market registry lock --registry <source>` after confirmation.
3. Run `agents-market apply --target all --json` to preview the recommended pack, audit, policy result, and file diff.
4. If the user names a pack, run `agents-market apply <pack-id> --target all --json` instead.
5. If the user wants a small custom set, run `agents-market search <query> --json`, create a pack with `agents-market pack create <pack-id> --agent <ids...> --out ./registry/packs`, then preview it with `agents-market apply <pack-id> --target all --json`.
6. Explain target files, permission implications, policy findings, warnings, and source/license status.
7. After user confirmation, run `agents-market apply <pack-id> --target all --yes`.
8. Verify install state with `agents-market status --json`, `agents-market outdated --json`, and `agents-market doctor --strict --json`.
9. Summarize installed files, pack version state, health warnings, and how the user can invoke the new agents.
## Target Selection
- Use `--target claude` for Claude Code only.
- Use `--target codex` for Codex only.
- Use `--target opencode` for OpenCode only.
- U