Auto-generated by trend-scout.py β review and edit as needed.
π What problem it solves
Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
π
Timeline
| Field |
Value |
| Created |
2025-07-24 |
| Last pushed |
2026-06-22 |
| Stars |
37,032 |
| Forks |
4,000 |
| Open issues |
22 |
| License |
MIT |
| Language |
Python |
| Topics |
agent-skills, agentic-ai, agents, ai-agents, anthropic, automation, claude-code, claude-code-plugins, codex-cli, copilot, cursor, cursor-rules, developer-tools, gemini-cli, mcp, multi-agent, opencode, orchestration, prompt-engineering, workflows |
β
Strengths
- Strong community interest (37,032 β)
- Widely forked (4,000 forks) β active derivative work
- Well-tagged: agent-skills, agentic-ai, agents, ai-agents, anthropic, automation
- Primary language: Python
- Actively maintained (pushed within 30 days)
β οΈ Weaknesses / Risks
- No significant risks identified from available metadata
π‘ What this repo can learn
- Claude Code session patterns: this repo's Claude Code integration approach could improve
claude-adapter.py's JSONL parsing β e.g., handling new session event types or extracting richer metadata from Claude Code tool-use blocks
- CLI verb patterns: a clear add/search/update/delete verb model (like
memory-tool add / search / dream) could streamline the UX of query-session.py and learn.py, making them easier to invoke from hooks or scripts
- Multi-agent coordination: the agent commons / trust model could inform how
learn.py and watch-sessions.py handle concurrent writes from multiple simultaneous Copilot / Claude sessions
- Zero-config install UX:
install.py / setup-project.py could adopt a single-command bootstrap pattern (similar to this repo's one-command install) to lower the setup barrier when onboarding new machines or environments
- Editor integration (cursor):
watch-sessions.py could be extended to detect and parse cursor session formats natively, broadening the range of AI sessions indexed into knowledge.db
README excerpt
# Agentic Plugin Marketplace
> Production-ready agentic workflow building blocks: **84 plugins**, **192 agents**,
> **156 skills**, **102 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 84 plugins
β Full Claude Code setup, troubleshooting, and plugin catalog
Codex CLI Β· Cursor Β· OpenCode Β· Gemini CLI Β· Copilot
Codex and Cursor install natively from the committed registries (which point at the source plugins/):
Scouted on 2026-06-22 Β· View on GitHub
π Trend Scout: wshobson/agents
π What problem it solves
Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
π Timeline
β Strengths
π‘ What this repo can learn
claude-adapter.py's JSONL parsing β e.g., handling new session event types or extracting richer metadata from Claude Code tool-use blocksmemory-tool add/search/dream) could streamline the UX ofquery-session.pyandlearn.py, making them easier to invoke from hooks or scriptslearn.pyandwatch-sessions.pyhandle concurrent writes from multiple simultaneous Copilot / Claude sessionsinstall.py/setup-project.pycould adopt a single-command bootstrap pattern (similar to this repo's one-command install) to lower the setup barrier when onboarding new machines or environmentswatch-sessions.pycould be extended to detect and parse cursor session formats natively, broadening the range of AI sessions indexed intoknowledge.dbREADME excerpt
β Full Claude Code setup, troubleshooting, and plugin catalog
Codex CLI Β· Cursor Β· OpenCode Β· Gemini CLI Β· Copilot
Codex and Cursor install natively from the committed registries (which point at the source
plugins/):Scouted on 2026-06-22 Β· View on GitHub