{
  "markdown": "# Agentic Plugin Marketplace\n\n> Production-ready agentic workflow building blocks: **94 plugins**, **202 agents**,\n> **183 skills**, **105 commands** — built for Claude Code and consumed natively by\n> OpenAI Codex CLI, Cursor, OpenCode, the Antigravity CLI, and GitHub Copilot from a single Markdown source.\n\n[![Claude Code](https://img.shields.io/badge/Claude%20Code-native-blueviolet)](#claude-code) [![Codex CLI](https://img.shields.io/badge/Codex%20CLI-supported-black)](docs/harnesses.md) [![Cursor](https://img.shields.io/badge/Cursor-supported-purple)](docs/harnesses.md) [![OpenCode](https://img.shields.io/badge/OpenCode-supported-green)](docs/harnesses.md) [![Antigravity CLI](https://img.shields.io/badge/Antigravity%20CLI-supported-blue)](docs/harnesses.md) [![Copilot](https://img.shields.io/badge/Copilot-supported-lightgrey)](docs/harnesses.md)\n\n> [!NOTE]\n> One source-of-truth (`plugins/`), five harnesses. Each harness gets idiomatic,\n> harness-native artifacts — not lowest-common-denominator translations.\n> See [docs/harnesses.md](docs/harnesses.md) for the capability matrix.\n\n## Quick start\n\nPick your harness:\n\n### Claude Code\n\n```bash\n/plugin marketplace add wshobson/agents\n/plugin install python-development          # or any of 94 plugins\n```\n\n[→ Full Claude Code setup, troubleshooting, and plugin catalog](docs/usage.md)\n\n### Codex CLI · Cursor · OpenCode · Antigravity CLI · Copilot\n\nCodex and Cursor install natively from the committed registries (which point at the source `plugins/`):\n\n```bash\nnpx codex-marketplace add wshobson/agents        # Codex; then install individual plugins\n# Cursor: add the marketplace, then `/plugin install <name>` (reads .cursor-plugin/ + source)\n```\n\nAntigravity and OpenCode install via clone + generate (the transformed trees are gitignored):\n\n```bash\ngh repo clone wshobson/agents ~/agents && cd ~/agents\nmake generate HARNESS=antigravity && make install-antigravity  # Antigravity (agy)\nmake install-opencode                                          # OpenCode (runs generate + symlinks)\n```\n\n### Skills only: `gh skill` · `npx skills`\n\nBoth Agent Skills installers read `plugins/*/skills/` straight from GitHub, into whichever agent you use. No clone, no marketplace, no generate step. Skills only: no agents, commands, or hooks.\n\n```bash\ngh skill install wshobson/agents                                 # browse, then pick a skill or --all\ngh skill install wshobson/agents python-testing-patterns --agent claude-code\nnpx skills add wshobson/agents --skill python-testing-patterns   # add -a claude-code, -g for user scope\n```\n\nSetup details and per-harness gotchas: [docs/harnesses.md](docs/harnesses.md).\n\n## What's inside\n\n| | Count | What it is |\n|---|---:|---|\n| **Plugins** | 94 | Granular, single-purpose installable units (92 local + 2 external via git-subdir) |\n| **Agents** | 202 | Domain experts (architecture, languages, infra, security, data, ML, docs, business, SEO) |\n| **Skills** | 183 | Modular knowledge packages with progressive disclosure (load when activated) |\n| **Commands** | 105 | Slash commands: scaffolding, security scans, test gen, infrastructure setup |\n| **Orchestrators** | 16 | Multi-agent coordination workflows (full-stack, security, ML, incident response) |\n\nBrowse the catalog: [docs/plugins.md](docs/plugins.md) · [docs/agents.md](docs/agents.md) · [docs/agent-skills.md](docs/agent-skills.md)\n\n## How it works\n\nEach plugin is isolated and composable: agents, commands, and skills are auto-discovered\nfrom directory structure. **Installing a plugin loads only its components into\ncontext** — not the whole marketplace.\n\n```\nplugins/python-development/\n├── .claude-plugin/plugin.json\n├── agents/             # 3 Python agents (python-pro, django-pro, fastapi-pro)\n├── commands/           # 1 scaffolding command\n└── skills/             # 16 specialized skills (async, testing, packaging, …)\n```\n\nTiered model strategy:\n\n| Tier | Model | Use |\n|---|---|---|\n| 0 | Fable 5  | Longest-horizon autonomous work — large migrations, multi-hour runs (opt-in, premium cost) |\n| 1 | Opus     | Architecture, security, code review, production-critical |\n| 2 | inherit  | User-chosen — backend, frontend, AI/ML, specialized |\n| 3 | Sonnet   | Docs, testing, debugging, API references |\n| 4 | Haiku    | Fast operational tasks, SEO, deployment, content |\n\n[→ Model configuration details](docs/agents.md#model-configuration)\n\n## Multi-harness support\n\nThis marketplace ships to five agentic harnesses from one Markdown source. Each adapter\nemits harness-native artifacts (not lowest-common-denominator translations):\n\n| Harness | Generates | Notes |\n|---|---|---|\n| **Claude Code** | (source-of-truth) | Native `marketplace.json` + `plugins/` |\n| **Codex CLI** | `.agents/plugins/marketplace.json` + `plugins/*/.codex-plugin/plugin.json` (committed); `.codex/skills/`, `.codex/agents/` (gitignored) | 8 KB skill cap respected; commands → skills |\n| **Cursor** | `.cursor-plugin/`, `.cursor/rules/` | Thin marketplace + curated rules; reuses `.claude/` |\n| **OpenCode** | `.opencode/agents/`, `.opencode/commands/`, `.opencode/skills/` | `permission:` block from `tools:` allowlist; OpenCode-safe skill names |\n| **Antigravity CLI** | `.antigravity/plugins/<p>/{skills/,agents/,commands/}` | Self-contained agy plugin per source plugin; model tier alias (`inherit`/`flash`/`pro`) |\n| **Copilot** | `.copilot/agents/`, `.copilot/skills/`, `.copilot/commands/` | Markdown agent profiles + SKILL.md skills + commands-as-skills; model maps to native Claude models |\n\n```bash\nmake generate-all                        # all five\nmake validate                            # structural checks\nmake garden                              # drift / dead-link / cap detection\n```\n\nCodex and Cursor install from source via committed registries; Antigravity and OpenCode install via clone + `make`. Individual skills install into any agent with `gh skill install wshobson/agents` or `npx skills add wshobson/agents`, no clone needed.\n\n[→ Full capability matrix and per-harness deep-dives](docs/harnesses.md)\n\n## Quality evaluation\n\n[`plugin-eval`](plugins/plugin-eval/) is a three-layer evaluation framework for measuring\nand certifying plugin/skill quality:\n\n- **Static** — deterministic structural analysis (<2s, free)\n- **LLM Judge** — semantic evaluation across 4 dimensions (~30s, Haiku + Sonnet)\n- **Monte Carlo** — statistical reliability via 50-100 simulated runs (~2-5 min)\n\n```bash\nuv run plugin-eval score path/to/skill --depth quick\nuv run plugin-eval certify path/to/skill\n```\n\n[→ PluginEval framework documentation](docs/plugin-eval.md)\n\n## Documentation map\n\nDetail lives in `docs/`. Read in this order:\n\n- **[docs/plugins.md](docs/plugins.md)** — full catalog of all 94 plugins\n- **[docs/agents.md](docs/agents.md)** — all 202 agents by category\n- **[docs/agent-skills.md](docs/agent-skills.md)** — 183 skills with progressive disclosure\n- **[docs/usage.md](docs/usage.md)** — commands, workflows, examples\n- **[docs/architecture.md](docs/architecture.md)** — design principles\n- **[docs/harnesses.md](docs/harnesses.md)** — cross-harness capability matrix\n- **[docs/authoring.md](docs/authoring.md)** — portable-content style guide\n- **[docs/plugin-eval.md](docs/plugin-eval.md)** — quality evaluation framework\n- **[docs/round-trip-results.md](docs/round-trip-results.md)** — real-CLI verification recipes\n\nHarness setup, capability deltas, and gotchas live in [docs/harnesses.md](docs/harnesses.md).\n\nContributing: [CONTRIBUTING.md](CONTRIBUTING.md) · Authoring: [docs/authoring.md](docs/authoring.md)\n\n## External Memory Integration\n\n[Pensyve](https://github.com/major7apps/pensyve) is included as an external\n`git-subdir` entry for Claude Code. Pensyve also maintains direct upstream\nintegrations for Codex CLI, Cursor, OpenCode, and Copilot (not yet Antigravity CLI).\n\n| Harness | Pensyve integration |\n|---|---|\n| Claude Code | `/plugin install pensyve` from this marketplace (`integrations/claude-code`) |\n| Codex CLI | [integrations/codex-plugin](https://github.com/major7apps/pensyve/tree/main/integrations/codex-plugin) |\n| Cursor | [integrations/cursor](https://github.com/major7apps/pensyve/tree/main/integrations/cursor) |\n| OpenCode | [integrations/opencode-plugin](https://github.com/major7apps/pensyve/tree/main/integrations/opencode-plugin) |\n| Copilot | `.copilot/` in repo root or `~/.copilot/` via `make install-copilot` |\n\n## External Security Integration\n\n[HOL Guard](https://hol.org/guard) is included as an external\n`git-subdir` entry for Claude Code from the reviewed `distributions/wshobson-agents`\npayload in [hashgraph-online/hol-guard-plugin](https://github.com/hashgraph-online/hol-guard-plugin).\nThe payload exposes local `hol-guard` and `plugin-scanner` skills. Guard Cloud is neither\nrequired nor promoted on the default path. This marketplace entry is a Claude Code\ndiscovery surface only; it does not add HOL Guard to this repository's generated Codex,\nCursor, OpenCode, Antigravity, or Copilot registries.\n\nThe reviewed external payload is pinned to commit `43b2dda59e9f07057c52e69fd7426188faae1488`. Its local CLI pins are\n`hol-guard==2.2.119` and `plugin-scanner==2.2.119`, and installation requires user approval.\nFor a reviewed payload update, the marketplace `sha` and the matching marketplace/external\nmanifest versions must be advanced together. When protection is explicitly requested, the\nexternal `hol-guard` runtime can modify supported harness hook/settings configuration; those\nchanges are performed by the local Guard CLI, not by files in this marketplace repository.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n## Star history\n\n[![Star History Chart](https://star-history.dera.page/svg?repos=wshobson/agents&type=date&legend=top-left)](https://star-history.dera.page/#wshobson/agents&type=date&legend=top-left)\n",
  "bytes": 9854,
  "sha": "5aa8da470004d683e81694a2cf6489489b3669d805ae7c6b4418a5fbc5d8c554",
  "repo_slug": "wshobson/agents",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_wshobson_agents_python_configuration_1c7cb9ec/readme"
}