Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

opencode-workspace

Bundled multi-agent orchestration harness for OpenCode. One install, complete control.

Quick Start

# 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 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│ │
│  └─────────┘ └────────────┘ └───────┘ └──────┘ └──────┘ │
└─────────────────────────────────────────────────────────┘
RoleAgents
Orchestratorsplan, build
Specialistsexplore, researcher, coder, scribe, reviewer

Components

CategoryComponentDescription
Pluginworkspace-pluginPlan management, agent rule injection
Pluginbackground-agentsAsync delegation system
PluginnotifyOS notifications on completion
PluginworktreeGit worktree isolation
Plugin@tarquinen/opencode-dcpDifferential context protocol
Plugin@franlol/opencode-md-table-formatterMarkdown table formatting
Skillplan-protocolImplementation planning guidelines
Skillcode-reviewReview methodology + severity classification
Skillcode-philosophyInternal logic philosophy (5 Laws)
Skillfrontend-philosophyVisual/UI philosophy (5 Pillars)
AgentresearcherExternal research (MCP tools, read-only)
AgentcoderImplementation (full file + bash)
AgentscribeDocumentation (write, no bash)
AgentreviewerCode review (read-only + git)
Commandreview/review slash command
BundlephilosophyCode + frontend philosophy skills
MCPcontext7Library documentation lookup
MCPexaWeb search for external research
MCPgh_grepGitHub code search

Permissions

The bundle configures security boundaries:

ScopeSetting
Globalwebfetch: deny — no direct web fetching
planRead-only orchestrator, delegates via task tool
buildRead-only orchestrator, delegates via task tool
exploreRead-only specialist, filesystem + git inspection only
researcherRead-only, MCP tools only (Context7, Exa, GitHub Grep)
coderFull file + bash access
scribeFile write only, no bash
reviewerRead-only + git inspection

Advanced: Direct Install (No Profile)

ocx add kdco/workspace --from https://registry.kdco.dev

If you don't have OCX installed, install it from the OCX repository.

Owning Your Code

Every file in this bundle is synced to this repository. Fork it, modify the agents, tune the skills, make it yours. That's the point of OCX.

Contributing

This facade is maintained from the main OCX monorepo.

If you want to update opencode-workspace itself, start here:

Disclaimer

This project is not built by the OpenCode team and is not affiliated with OpenCode in any way.

License

MIT

关于 About

Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
aideveloper-toolsopencodeopencode-pluginplanning

语言 Languages

TypeScript100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
28
Total Commits
峰值: 7次/周
Less
More

核心贡献者 Contributors