agentsclimarketplace

Browse

Skill sukoji/loadout/plugins/loadout/skills/browse

🎯 Loadout β€” profile your project and gear up Claude Code with the right skills, MCP servers & hooks, in one command. A recommender + installer, not a list you read.

Install
npx -y skills add sukoji/loadout --skill browse

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Browse the Loadout catalog of curated Claude Code extensions by domain (frontend, backend, data/ML, devops, mobile, security, docs) without changing anything. Use when the user wants to see what's available for a given kind of project, or asks "what MCP/skills/hooks exist for X" but isn't ready to install.

SKILL.md

1.4 KB, as published. Nobody here has run it

Loadout β€” browse the catalog

Read-only. Show what's in the catalog for a chosen domain; do not modify any files.

Steps

  1. Read ${CLAUDE_PLUGIN_ROOT}/catalog/domains.json, mcp.json, skills.json, and hooks.json.
  2. If the user named a domain (or a stack that maps to one), use it. Otherwise list the domain titles from domains.json and let the user pick one with AskUserQuestion.
  3. For the chosen domain, resolve its loadout ids into the actual items and print them grouped by kind (MCP servers / Hooks & settings / Skills), each as name β€” description, with the homepage link and any auth/note caveat.
  4. End by pointing the user to /loadout:recommend if they want these profiled against their actual repo and applied automatically. Mention that token-saver skills (e.g. caveman) are not in browse β€” /loadout:recommend asks about those separately after the stack loadout.

Keep it scannable. This is the "read the shelf" mode; recommend is the "gear me up" mode.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.