By turygo
Delegate bounded coding tasks from Claude Code to opencode's secondary models (Kimi, Qwen, etc.) via a thin subagent.
Cancel an active background opencode job in this repository
Delegate a bounded, mechanical coding task to opencode (Kimi/Qwen/etc.) via the opencode-delegate subagent
Show the stored final output for a finished opencode job in this repository
Check whether the local opencode CLI is ready to use
Show active and recent opencode jobs for this repository
A Claude Code plugin that lets you delegate bounded, mechanical coding tasks from Claude (Opus) to opencode's cheaper secondary models — Kimi, Qwen, GLM, etc.
Opus stays as the orchestrator. Opencode does the grunt work. The long tool log stays inside the subagent's transcript, so orchestration doesn't burn your main Opus context.
/opencode:delegate (or when you name opencode in the request), never as a surprise for generic tasks.PATH — brew install sst/tap/opencode or npm i -g opencode-aiopencode auth login)/plugin marketplace add turygo/opencode-plugin-cc
/plugin install opencode@opencode-plugin-cc
/reload-plugins
/opencode:setup
Delegate a task to opencode:
/opencode:delegate add JSDoc to every exported function in src/auth/*.ts
Opus routes the request through the opencode-delegate subagent, which runs opencode run synchronously and returns the final output. Model selection follows your opencode config by default; pass --model <provider/model> to override per-call.
Run long tasks in the background:
/opencode:delegate --background port the validator test suite to vitest
# → [opencode-job] id=job-abc123 status=started
/opencode:status
/opencode:result job-abc123
| Command | What it does |
|---|---|
/opencode:delegate <task> | Hand a task to opencode. Blocks until done, or returns a job-id with --background. |
/opencode:status [job-id] | List or inspect background jobs. |
/opencode:result <job-id> | Print the stored output of a finished job. |
/opencode:cancel [job-id] | Kill an active background job. |
/opencode:setup | Verify opencode is installed and authenticated. |
Flags for /opencode:delegate:
| Flag | Purpose |
|---|---|
--background / --wait | Run detached and return a job-id, or block until done (default --wait). |
--model <provider/model> | Override opencode's default model for this call. |
--continue | Continue opencode's last session instead of starting fresh. |
--session <id> | Resume a specific opencode session. |
--agent <name> | Run under a named opencode agent. |
--dir <path> | Run opencode with a different working directory. |
Everything after the flags becomes the opencode prompt.
The companion always passes --dangerously-skip-permissions to opencode run — the spawned opencode has no TTY, so TUI permission prompts can never be answered. In practice opencode has full write and shell-exec authority in the current working directory while a delegation runs.
Always delegate inside a git repository and review the diff before committing.
MIT
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
npx claudepluginhub turygo/opencode-plugin-cc --plugin opencodeAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams