Primorum

Skills Directory / Development Workflows

wshobson/agents

Author
Seth Hobson
Category
Development Workflows
Stars
★ 38k
Source
github.com/wshobson/agents
Tags
agents · marketplace · multi-tool · orchestration

A plugin marketplace of agents and skills that works across Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI. Notable for treating the agent harness as an abstraction layer — write once, run in whichever coding agent you use. Includes specialized subagent definitions referenced by many downstream collections.

View on GitHub

How to load this skill

Fastest: copy this prompt into your AI agent

Please install the "wshobson/agents" agent skills collection (https://github.com/wshobson/agents) for me.

If you are Claude Code:
1. Run: /plugin marketplace add wshobson/agents
2. Show me the available plugins from this marketplace and ask which I want, then install them.

If you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):
1. Run: git clone https://github.com/wshobson/agents
2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.
3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).
4. Confirm the skills load (list your available skills afterwards).

More details: https://primorum.ai/skills/wshobson-agents

wshobson/agents is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.

  1. Claude Code — register marketplace
    /plugin marketplace add wshobson/agents
  2. Claude Code — then browse & install
    /plugin
  3. Any agent — clone and copy a skill folder
    git clone https://github.com/wshobson/agents && cp -r agents/<skill-name> ~/.claude/skills/

For AI agents: this entry is also available as JSON at /skills/skills.json — the install.steps field contains these commands. See the agent instructions on the directory index.


Related in Development Workflows