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.
Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
| Date | Stars |
|---|---|
| 2026-07-31 | 551 |
| 2026-08-05 | 555 |
| 2026-08-06 | 555 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# opencode-workspace
Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
## Quick Start
```bash
# One-time setup
ocx init --global
# Install the KDCO workspace profile (OpenCode Free Models Only)
ocx profile add ws --source tweak/p-1vp4xoqv --from https://tweakoc.com/r --global
# Launch
ocx oc -p ws
```
Need a custom profile? Open the KDCO Workspace harness in TweakOC: https://tweakoc.com/h/kdco-workspace
See the [full installation guide](../../docs/guides/kdco-workspace.mdx) for more customization options.
## What This Is
A **bundle** — a curated collection of 16 components that work together as a complete AI development harness. Installing `kdco/workspace` gives you:
- 4 plugins (delegation, planning, notifications, worktrees)
- 2 npm plugins (DCP, markdown table formatter)
- 3 MCP servers (Context7, Exa, GitHub Grep)
- 4 agents (researcher, coder, scribe, reviewer)
- 4 skills (plan protocol, code review, code philosophy, frontend philosophy)
- 1 command (/review)
- Orchestrator configurations for plan/build/explore agents
- Permission boundaries (webfetch deny, agent sandboxing)
## Architecture
```
┌──────────────────────────────────────────────────────────┐
│ ORCHESTRATORS │
│ ┌──────┐ ┌───────┐ │
│ │ plan │ │ build │ │
│ └──┬───┘ └───┬───┘ │
└────────────┼────────────────────────────┼────────────────┘
│ │
┌───────┴───────┐ ┌───────┴───────┐
▼ ▼ ▼ ▼ ▼ ▼
┌─────────────────────────────────────────────────────────┐
│ SPECIALISTS │
│ ┌─────────┐ ┌────────────┐ ┌───────┐ ┌──────┐ ┌──────┐ │
│ │ explore │ │ researcher │ │ coder │ │scribe│ │review│ │
│ └─────────┘ └────────────┘ └───────┘ └──────┘ └──────┘ │
└─────────────────────────────────────────────────────────┘
```
| Role | Agents |
| ------------- | -------------------------------------------------- |
| Orchestrators | `plan`, `build` |
| Specialists | `explore`, `researcher`, `coder`, `scribe`, `reviewer` |
## Components
| Category | Component | Description |
| -------- | ------------------- | -------------------------------------------- |
| Plugin | workspace-plugin | Plan management, agent rule injection |
| Plugin | background-agents | Async delegation system |
| Plugin | notify | OS notifications on completion |
| Plugin | worktree | Git worktree isolation |
| Plugin | @tarquinen/opencode-dcp | Differential context protocol |
| Plugin | @franlol/opencode-md-table-formatter | Markdown table formatting |
| Skill | plan-protocol | Implementation planning guidelines |
| Skill | code-review | Review methodology + severity classification |
| Skill | code-philosophy | Internal logic philosophy (5 Laws) |
| Skill | frontend-philosophy | Visual/UI philosophy (5 Pillars) |
| Agent | researcher | External research (MCP tools, read-only) |
| Agent | coder | Implementation (full file + bash) |
| Agent | scribe | Documentation (write, no bash) |
| Agent | reviewer | Code review (read-only + git) |
| Command | review | `/review` slash command |
| Bundle | philosophy | Code + frontend philosophy skills |
| MCP | context7 | Library documentation lookup |
| MCP | exa | Web search for external research |
| MCP | ghExcerpt of 5,955 characters
Read on GitHubKenny · United States
35
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:de934a3476bb2bae, topic:developer-tools
matched fp:de934a3476bb2bae, desc:multi-agent, desc:multi agent, desc:agent orchestration