| name | sync-plugins |
| description | Sync plugins from configured source repos to OpenCode format. Usage: /sync-plugins [repo:plugin...] or /sync-plugins --all |
Sync Plugins to OpenCode
Convert Claude Code plugins from multiple source repos to OpenCode format.
Source of truth:
references/CONVERSION_GUIDE.md - ALL conversion rules
references/NOTES.md - Lessons learned and special patterns (MUST READ)
Source Repos Configuration
Read references/REPOS.md for the list of source repos and their plugins.
Arguments
$ARGUMENTS: Space-separated list of repo:plugin pairs, plugin names (searches all repos), or flags.
vibe-workflow → finds in any repo
claude-code-plugins:vibe-workflow → explicit repo
manifest-dev:manifest-dev → explicit repo
- No args → sync all plugins from all repos
Flags
--all: Sync all plugins from all configured repos
--full: Force full resync (skip changelog, do everything from scratch)
--repo=NAME: Only sync from specified repo
Reasoning Effort (This Repo's Default)
When syncing plugins for this repo, always convert model: opus agents to:
model: openai/gpt-5.2
reasoningEffort: xhigh
This applies to all plugins synced here (vibe-workflow, vibe-extras, manifest-dev, consultant, prompt-engineering, solo-dev, etc.). The reasoning effort matches the intent of using a high-capability model like opus.