agents-market-installer
Installation
SKILL.md
Agents Market Installer
Use the local agents-market CLI to recommend and install specialized coding subagent packs.
If the agents-market CLI is not installed, run the same commands through npx github:tt-a1i/agents-market#preview-0.1.0 (or npx @agents-market/cli once the npm package is published).
Workflow
- Inspect the repository briefly so you understand the project type.
- If the user provides a registry URL or bundle path, run
agents-market registry info --registry <source> --json, summarize the source/version/checksum, then runagents-market registry lock --registry <source>after confirmation. - Run
agents-market apply --target all --jsonto preview the recommended pack, audit, policy result, and file diff. - If the user names a pack, run
agents-market apply <pack-id> --target all --jsoninstead. - If the user wants a small custom set, run
agents-market search <query> --json, create a pack withagents-market pack create <pack-id> --agent <ids...> --out ./registry/packs, then preview it withagents-market apply <pack-id> --target all --json. - Explain target files, permission implications, policy findings, warnings, and source/license status.
- After user confirmation, run
agents-market apply <pack-id> --target all --yes. - Verify install state with
agents-market status --json,agents-market outdated --json, andagents-market doctor --strict --json. - Summarize installed files, pack version state, health warnings, and how the user can invoke the new agents.