Opencode Claude Code Plugin
Description
Use Claude Code in OpenCode - created from idea https://github.com/anomalyco/opencode/issues/9677
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
opencode-claude-code
A standalone [opencode](https://github.com/opencodeco/opencode) provider plugin that uses [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) as a backend. It spawns `claude` as a subprocess with `--output-format stream-json --input-format stream-json`, implements the AI SDK `LanguageModelV2` interface, and streams responses back to opencode.
This is a **standalone npm package** that opencode loads dynamically via its external provider system -- no modifications to opencode's source code required.
Archived repo
This repository is archived. Unfortunately I don't have enough free time to maintain it. You can find forks like:
- https://github.com/khalilgharbaoui/opencode-claude-code-plugin
- https://github.com/Aptul9/opencode-claude-code-plugin
Prerequisites
- Claude Code CLI installed and authenticated (
claudeavailable in your PATH) - opencode installed
Installation
Local development
git clone
cd opencode-claude-code
bun install
bun run build
Then reference it via `file://` in your `opencode.json`.
Configuration
Add this to your project's `opencode.json`:
{
"provider": {
"claude-code": {
"npm": "opencode-claude-code-plugin",
"models": {
"haiku": {
"name": "Claude Code Haiku",
"attachment": false,
"limit": { "context": 200000, "output": 8192 },
"capabilities": { "reasoning": false, "toolcall": true }
},
"sonnet": {
"name": "Claude Code Sonnet",
"attachment": false,
"limit": { "context": 1000000, "output": 16384 },
"capabilities": { "reasoning": true, "toolcall": true }
},
"opus": {
"name": "Claude Code Opus",
"attachment": false,
"limit": { "context": 1000000, "output": 16384 },
"capabilities": { "reasoni
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git