Use when a user asks Claude Code to recommend, install, update, or inspect specialized coding subagents for Claude Code, Codex, OpenCode, or multiple targets in the current repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-market-installer:agents-market-installerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the local `agents-market` CLI to recommend and install specialized coding subagent packs.
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).
agents-market registry info --registry <source> --json, summarize the source/version/checksum, then run agents-market registry lock --registry <source> after confirmation.agents-market apply --target all --json to preview the recommended pack, audit, policy result, and file diff.agents-market apply <pack-id> --target all --json instead.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.agents-market apply <pack-id> --target all --yes.agents-market status --json, agents-market outdated --json, and agents-market doctor --strict --json.--target claude for Claude Code only.--target codex for Codex only.--target opencode for OpenCode only.--target all when the user wants cross-tool support or does not know which tool they will use.Prefer apply because it combines recommendation, audit, policy, diff, and guarded install. Use lower-level commands such as recommend, audit, policy check, diff, and install only when the user needs custom control or troubleshooting.
Use search --json for discovery. Do not use list --agents --json --full unless the user explicitly asks to inspect full prompt bodies; default list --agents --json is a compact index, and --full can be large on community registries.
Prefer core-tier packs. Community-tier packs and agents are imported collections with provenance but a lighter review bar; mention the tier and audit result before asking for install confirmation. Use --tier core with search or list to stay on curated content.
Treat policy failures as blockers unless the user explicitly updates project policy. Treat compatibility failures as blockers and ask the user to upgrade @agents-market/cli. Do not install a very large number of agents unless the user explicitly asks for broad coverage. Prefer curated packs.
Do not use --force with update or uninstall unless the user explicitly confirms that modified generated files should be overwritten or removed.
Use agents-market outdated --json before update workflows, then use agents-market update --dry-run --json before asking for confirmation.
Use agents-market status --diff --json when generated files are modified or missing and the user needs a concise drift summary.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub tt-a1i/agents-market --plugin agents-market-installer