skills/skills/update-opencode/.claude-plugin/plugin.json
dan 5a7891656a feat: convert all skills to dual-publish pattern
Add Claude plugin structure (.claude-plugin/plugin.json) and auto-discovery
(skills/<name>.md) to 15 skills. orch was already converted.

Skills converted:
- ai-tools-doctor, bd-issue-tracking, code-review, doc-review
- niri-window-capture, ops-review, playwright-visit, screenshot-latest
- spec-review, tufte-press, update-opencode, update-spec-kit
- web-research, web-search, worklog

Marketplace now lists all 16 skills for /plugin install.

Closes: skills-1ks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 16:19:09 -08:00

16 lines
275 B
JSON

{
"name": "update-opencode",
"description": "Check for and apply OpenCode version updates in Nix-based dotfiles.",
"version": "1.0.0",
"author": {
"name": "dan"
},
"license": "MIT",
"keywords": [
"opencode",
"nix",
"update",
"version"
]
}