~ $ inspect projects/agents

Agentic Plugin Marketplace

Open source, six agent environments, composable workflows

The Agentic Plugin Marketplace is Seth Hobson's open-source collection of production-ready agent workflow building blocks. It contains 92 plugins, 202 agents, 181 skills, 105 commands, and 16 orchestrators. The repository keeps one Markdown source and adapts it to the formats required by Claude Code and five other agent environments.

Updated .

At a glance

  • Creator and maintainer: Seth Hobson (wshobson)
  • Current scope: 92 plugins, 202 agents, 181 skills, 105 commands, and 16 orchestrators
  • Supported environments: Claude Code, OpenAI Codex CLI, Cursor, OpenCode, Antigravity CLI, and GitHub Copilot
  • Distribution model: isolated, composable plugins installed only when needed
  • License: MIT

How it works

The repository keeps the reusable instructions in Markdown and converts them into the native conventions expected by each supported harness. A plugin can combine specialist agents, task skills, slash commands, and orchestration patterns without requiring the full marketplace to be loaded into every session.

The plugin structure keeps context focused. Users select the capability they need, and maintainers can update one shared source for every agent environment.

Capability coverage

AreaRepresentative work
Software deliveryArchitecture, implementation, testing, debugging, and code review workflows
SecurityThreat modeling, attack-path analysis, vulnerability triage, and validation
Data and AIData engineering, model workflows, retrieval systems, and evaluation
OperationsIncident response, observability, deployment, and infrastructure tasks
Plugin qualityEvaluation and improvement tools for agents, skills, and complete plugins

Start with the marketplace

Claude Code users can register the repository as a marketplace, then install only the plugins relevant to the current task:

/plugin marketplace add wshobson/agents

For the full plugin catalog, harness-specific installation details, and component source, use the canonical GitHub repository.