All tools
DevOpsSetupMember postAdvanced
Wshobson Agent Library
194 agents, 158 skills, 106 commands, and 88 plugin packages for Claude Code.
What it is
194 agents, 158 skills, 106 commands, and 88 plugin packages for Claude Code.
Operating-instructions layer for the Wshobson Agent Library (github.com/wshobson/agents, ~37.6k GitHub stars). The repo ships 194 agents, 158 skills, 106 slash commands, and 88 plugin packages. Plugins are installed via the .claude-plugin marketplace; Makefile targets automate batch install and update. This Armory setup compiles a CLAUDE.md operating note that tells Claude how to find and invoke the right agent or skill from this large, well-organized collection.
This setup uses tools you'll connect yourself, we'll walk you through it.
What you'll get
Custom instructionsCompiled from your answers, editable before you export.
What's in the Wshobson Agent Library + how to installOverview of the library — 194 agents, 158 skills, 106 commands, 88 plugin packages — and the install methods.
Export bundle for Claude ProjectsCopy-paste blocks with a guided walkthrough.
Compiled preview
# Wshobson Agent Library — Operating Instructions
You have the Wshobson Agent Library installed in Claude Code (github.com/wshobson/agents). This collection ships 194 agents, 158 skills, 106 slash commands, and 88 plugin packages. Always check whether a bundled agent or skill covers the task before building something from scratch.
## How the library is organized
Agents are role-based and broadly scoped — each handles a class of tasks end-to-end. Skills are narrower and composable; stack them inside an agent flow when you need a specific sub-task handled reliably. Commands are the invocation surface: browse the library's command index to find the right entry point, then let the agent or sk
…