CtrlK
BlogDocsLog inGet started
Tessl Logo

punkdev/cc2oc

Add and ship OpenCode support for one Claude Code plugin at a time. Includes core migration to a reviewable `opencode-plugin/` adapter, maintainer-facing docs, and follow-up CI/versioning setup for package publishing or skill-copy drift checks.

92

1.25x
Quality

92%

Does it follow best practices?

Impact

97%

1.25x

Average score across 2 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

opencode-mcp-config-snippet.mdskills/migrate-plugin/assets/

OpenCode MCP Config Snippet

Merge these snippets into opencode.jsonc or opencode.json under the mcp key. This is OpenCode config, not opencode-plugin/package.json metadata.

Local MCP Server

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "SERVER_NAME": {
      "type": "local",
      "command": ["COMMAND", "ARG1"],
      "enabled": true,
      "environment": {}
    }
  }
}

Remote MCP Server

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "SERVER_NAME": {
      "type": "remote",
      "url": "https://example.com/mcp",
      "enabled": true,
      "headers": {}
    }
  }
}

README.md

tile.json