recommendlisted
Install: claude install-skill sukoji/loadout
# Loadout — recommend and apply
Your job: look at THIS project, figure out what it is, and hand the user a short, ranked
**loadout** of agent extensions worth adding — then apply exactly the ones they choose.
You are a recommender and installer, not a list-dumper. Never paste the whole catalog.
## Step 0 — Load the catalog (3 tiers)
Resolve the plugin root first from the directory two levels above this `SKILL.md`. A host-provided
`PLUGIN_ROOT` or `CLAUDE_PLUGIN_ROOT` may be used when available, but the workflow must not depend on
either variable. Refer to the resolved directory as `<plugin-root>` below.
Read the curated (Tier 1) files fully — they're small and hand-verified:
- `<plugin-root>/catalog/mcp.json`
- `<plugin-root>/catalog/skills.json`
- `<plugin-root>/catalog/hooks.json`
- `<plugin-root>/catalog/domains.json`
- `<plugin-root>/catalog/community.json` (Tier 3, small)
Each item has `id`, `name`, `description`, `domains`, `signals`. MCP items carry a `config`, hook/setting
items a `settings` object, skill items an `install` block.
**Tier 2 (official marketplace) is large (`catalog/ecosystem.json`, ~280 entries) — do NOT read it whole.**
After you know the project's signals (Step 1), `Grep` `ecosystem.json` for those signal tokens to pull only
the handful of official plugins that match. Each is a `tier: "official"`, verified Anthropic-marketplace
plugin installed with the `/plugin install <name>@claude-plugins-official` command in its `install.commands`.
Tier m