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.
npx -y skills add sukoji/loadout --skill browseAssembled 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
- Read
${CLAUDE_PLUGIN_ROOT}/catalog/domains.json,mcp.json,skills.json, andhooks.json. - If the user named a domain (or a stack that maps to one), use it. Otherwise list the domain
titles fromdomains.jsonand let the user pick one withAskUserQuestion. - For the chosen domain, resolve its
loadoutids into the actual items and print them grouped by kind (MCP servers / Hooks & settings / Skills), each as name β description, with thehomepagelink and anyauth/notecaveat. - End by pointing the user to
/loadout:recommendif they want these profiled against their actual repo and applied automatically. Mention that token-saver skills (e.g. caveman) are not in browse β/loadout:recommendasks about those separately after the stack loadout.
Keep it scannable. This is the "read the shelf" mode; recommend is the "gear me up" mode.