Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
| Date | Stars |
|---|---|
| 2026-07-24 | 38201 |
| 2026-07-25 | 38214 |
| 2026-07-28 | 38214 |
| 2026-07-30 | 38214 |
| 2026-07-31 | 38383 |
| 2026-08-06 | 38383 |
Today
— stars today
This week
+169 stars this week
This month
— stars this month
Momentum
169.0
growth rate 0.44%/day
# Agentic Plugin Marketplace > Production-ready agentic workflow building blocks: **94 plugins**, **203 agents**, > **175 skills**, **109 commands** — built for Claude Code and consumed natively by > OpenAI Codex CLI, Cursor, OpenCode, Gemini CLI, and GitHub Copilot from a single Markdown source. [](#claude-code) [](docs/harnesses.md) [](docs/harnesses.md) [](docs/harnesses.md) [](GEMINI.md) [](docs/harnesses.md) > [!NOTE] > One source-of-truth (`plugins/`), five harnesses. Each harness gets idiomatic, > harness-native artifacts — not lowest-common-denominator translations. > See [docs/harnesses.md](docs/harnesses.md) for the capability matrix. ## Quick start Pick your harness: ### Claude Code ```bash /plugin marketplace add wshobson/agents /plugin install python-development # or any of 94 plugins ``` [→ Full Claude Code setup, troubleshooting, and plugin catalog](docs/usage.md) ### Codex CLI · Cursor · OpenCode · Gemini CLI · Copilot Codex and Cursor install natively from the committed registries (which point at the source `plugins/`): ```bash npx codex-marketplace add wshobson/agents # Codex; then install individual plugins # Cursor: add the marketplace, then `/plugin install <name>` (reads .cursor-plugin/ + source) ``` Gemini and OpenCode install via clone + generate (the transformed trees are gitignored): ```bash gh repo clone wshobson/agents ~/agents && cd ~/agents make generate HARNESS=gemini && gemini extensions install . # Gemini make install-opencode # OpenCode (runs generate + symlinks) ``` Setup details and per-harness gotchas: [docs/harnesses.md](docs/harnesses.md). Gemini-specific setup: [GEMINI.md](GEMINI.md) (also auto-loaded by Gemini CLI). ## What's inside | | Count | What it is | |---|---:|---| | **Plugins** | 94 | Granular, single-purpose installable units (90 local + 4 external via git-subdir) | | **Agents** | 203 | Domain experts (architecture, languages, infra, security, data, ML, docs, business, SEO) | | **Skills** | 175 | Modular knowledge packages with progressive disclosure (load when activated) | | **Commands** | 109 | Slash commands: scaffolding, security scans, test gen, infrastructure setup | | **Orchestrators** | 16 | Multi-agent coordination workflows (full-stack, security, ML, incident response) | Browse the catalog: [docs/plugins.md](docs/plugins.md) · [docs/agents.md](docs/agents.md) · [docs/agent-skills.md](docs/agent-skills.md) ## How it works Each plugin is isolated and composable: agents, commands, and skills are auto-discovered from directory structure. **Installing a plugin loads only its components into context** — not the whole marketplace. ``` plugins/python-development/ ├── .claude-plugin/plugin.json ├── agents/ # 3 Python agents (python-pro, django-pro, fastapi-pro) ├── commands/ # 1 scaffolding command └── skills/ # 16 specialized skills (async, testing, packaging, …) ``` Tiered model strategy: | Tier | Model | Use | |---|---|---| | 0 | Fable 5 | Longest-horizon autonomous work — large migrations, multi-hour runs (opt-in, premium cost) | | 1 | Opus | Architecture, security, code review, production-critical | | 2 | inherit | User-chosen — backend, frontend, AI/ML, specialized | | 3 | Sonnet | Docs, testing, debugging, API references | | 4 | Haiku | Fast operational tasks, SEO, deployment, content | [→ Model configuration details](docs/agents.md#model-configuration) ## Multi-harness support This marketplace ships to five agentic harnesses from one Ma
Excerpt of 8,085 characters
Read on GitHubSeth Hobson · UDT | Major 7 Apps · United States
329
GitHub Web Flow
32
26
9
OxLauren
9
Sawyer Hollenshead
6
Bikash Pokharel · @Olympian-Motors · United States
6
5
Agentic-Worker · South Korea
4
Chan Meng · Lincoln University (NZ) · New Zealand
4
4
Helge Sverre · Crescat AS · Norway
4
3
Alexx
3
Caesar Li
3
jon · United States
3
秀吉 · Taipei City Hospital, Yangming Branch · Taiwan
3
TJF · ScopeBlind Pty Ltd (ACN: 693 027 440) · Australia
2
Dmytro Onypko · Portugal
2
Chawput Nawakalanyu · Thailand
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:21adfd9b4bd6e584, topic:ai-agents, topic:agents, topic:multi-agent
matched fp:21adfd9b4bd6e584, topic:copilot, topic:developer-tools, readme:code review