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

  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

Installs
1
GitHub Stars
1
First Seen
Aug 18, 2026
agents-market-installer — tt-a1i/agents-market