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
92%
Does it follow best practices?
Impact
97%
1.25xAverage score across 2 eval scenarios
Passed
No known issues
Use this when preparing OpenCode adapter publishing or CI after local migration works.
Check, in order:
.claude-plugin/plugin.json.version.plugin/.claude-plugin/plugin.json.version.package.json.version.Do not invent a new scheme silently. If one source is clearly authoritative, use it for opencode-plugin/package.json. If sources conflict, ask the maintainer. If none exists, use 0.1.0 for local adapter files and document that publishing needs a version decision.
Good follow-up CI can verify:
opencode-plugin/package.json metadata and entrypoint.CI setup is not part of the initial local migration. Offer it after the adapter and tests exist.