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
Write concise maintainer-facing docs for completed or in-progress OpenCode migration work.
OPENCODE_SUPPORT.md, README, package docs, and generated opencode-plugin/ files.opencode plugin <package> installs unless publication already exists.ci-setup when publishing, trusted publishing, or skill-copy sync is relevant..github/workflows/*, npm publishing config, or release automation.Use this compact section shape when creating OPENCODE_SUPPORT.md:
## OpenCode Support
- Source: <repo>@<commit or fixture path>
- Generated files: <opencode-plugin files and config snippets>
- Compatibility: <what remains shared, what is OpenCode-specific>
- Verification: <commands/tests run>
- Caveats: <untested parity or manual setup>
- Next step: consider `ci-setup` for versioning/publishing checks.Finish with updated docs plus a short summary of maintainer-facing changes and any remaining decisions.