oh-my-researchOpenCode plugin: OpenSpec OPSX-aligned skills + adapted Superpowers engineering skills
2
12
3 in 7 days
23.7
Multi-signal model
4 months ago
2026-04-09
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-research@0.1.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-research@0.1.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D oh-my-researchopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
本仓库是 openspec-superpowers 发行包:
在 OpenCode 里接入 OpenSpec,并在初始化业务仓库时自动注入一套更稳的 /opsx:* 工作流能力。
安装(只用 Git 仓库)
你可以直接通过 npm 从 GitHub 仓库全局安装本包;安装时会拉取正式发布的 @fission-ai/openspec 作为 CLI 运行时,并暴露 openspec 命令:
npm install -g https://github.com/MerrillLi/openspec-superpowers.git
如果你的网络需要,也可以使用:
npm install -g git+ssh://git@github.com/MerrillLi/openspec-superpowers.git
配置 OpenCode
在 ~/.config/opencode/opencode.json 或目标仓库根目录 opencode.json 中加入:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["openspec-superpowers"]
}
保存后重启 OpenCode。插件加载后会同步使用:
using-openspec-superpowersopenspec-exploreopenspec-proposeopenspec-verify-change- 以及
skills/中其他能力包
在业务仓库中启用
openspec init
若你后续更新了技能/工作流配置,执行:
openspec update
目录说明
index.js:OpenCode 插件入口.opencode/plugins/:插件加载文件skills/:自带技能定义(已包含using-openspec-superpowers)3rdparty/openspec/:上游 OpenSpec 参考源码快照,不参与运行时分发docs/:安装与技能说明
常用检查
- 重启后确认
openspec-superpowers已生效(可在 OpenCode 日志查看) - 在对话里检查技能列表包含
openspec-explore/openspec-propose/openspec-verify-change - 在业务仓库执行
openspec init成功后再开始/opsx:*工作流