Use sphere-workflow with OpenCode through a thin bootstrap plugin plus native skill discovery.
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/go-sphere/skills/refs/heads/master/.opencode/INSTALL.md
git clone https://github.com/go-sphere/skills.git ~/.config/opencode/sphere-workflow
mkdir -p ~/.config/opencode/plugins ~/.config/opencode/skills
rm -f ~/.config/opencode/plugins/sphere-workflow.js
rm -rf ~/.config/opencode/skills/sphere-workflow
ln -s ~/.config/opencode/sphere-workflow/.opencode/plugins/sphere-workflow.js ~/.config/opencode/plugins/sphere-workflow.js
ln -s ~/.config/opencode/sphere-workflow/skills ~/.config/opencode/skills/sphere-workflowRestart OpenCode after creating the symlinks.
.opencode/plugins/sphere-workflow.jsinjects theusing-sphere-workflowbootstrap context.- OpenCode's native
skilltool discovers the bundled skills through~/.config/opencode/skills/sphere-workflow. - After bootstrap, follow-up skill loading stays native to OpenCode.
cd ~/.config/opencode/sphere-workflow && git pullrm ~/.config/opencode/plugins/sphere-workflow.js
rm -rf ~/.config/opencode/skills/sphere-workflow
rm -rf ~/.config/opencode/sphere-workflow- Verify the plugin symlink:
ls -l ~/.config/opencode/plugins/sphere-workflow.js - Verify the skills symlink:
ls -l ~/.config/opencode/skills/sphere-workflow - Check the plugin source exists:
ls ~/.config/opencode/sphere-workflow/.opencode/plugins/sphere-workflow.js - Restart OpenCode after changing symlinks or updating the clone