A Claude Code plugin that delegates tasks to the opencode CLI via the /opencode slash command.
PATHAdd the following to your ~/.claude/settings.json:
{
"enabledPlugins": {
"cc-opencode@cc-opencode": true
},
"extraKnownMarketplaces": {
"cc-opencode": {
"source": {
"source": "github",
"repo": "Bill-Park/cc-opencode"
}
}
}
}
Then restart Claude Code.
/cc-opencode:opencode <task description>
/cc-opencode:opencode --continue "follow up on previous task"
/cc-opencode:opencode --session abc123 --fork "try an alternative approach"
/cc-opencode:opencode --file ./src/main.ts "review this file"
| Flag | Short | Description |
|---|---|---|
--model | -m | Model override (e.g. openai/gpt-4o) |
--continue | -c | Continue the latest opencode session |
--session | -s | Continue a specific session ID |
--fork | Fork from the continued session | |
--file | -f | Attach one or more files |
--dir | Working directory override | |
--thinking | Enable thinking block output |
Plugin structure inspired by oh-my-claudecode, licensed under MIT License. Copyright (c) 2025 Yeachan Heo.
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub bill-park/cc-opencode --plugin cc-opencodeAutonomous session orchestrator for Claude Code - manages multi-phase development workflows
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Commands for loading context and priming Claude for specific tasks
CLI tool for running Claude Code SDK sessions with configurable modes
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation