Skip to content
    ↑↓ select↵ openesc close
    English中文
    MerrillLi

    Oh My Research

    v0.1.0Tools & Commands
    oh-my-research

    OpenCode plugin: OpenSpec OPSX-aligned skills + adapted Superpowers engineering skills

    GitHub stars

    2

    Monthly installs

    12

    3 in 7 days

    Composite scoreSCORE

    23.7

    Multi-signal model

    Last commit

    4 months ago

    2026-04-09

    Install and configure

    opencode.json

    Writes 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"]
    }

    opencode 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-superpowers
    • openspec-explore
    • openspec-propose
    • openspec-verify-change
    • 以及 skills/ 中其他能力包

    在业务仓库中启用

    openspec init
    

    若你后续更新了技能/工作流配置,执行:

    openspec update
    

    目录说明

    • index.js:OpenCode 插件入口
    • .opencode/plugins/:插件加载文件
    • skills/:自带技能定义(已包含 using-openspec-superpowers
    • 3rdparty/openspec/:上游 OpenSpec 参考源码快照,不参与运行时分发
    • docs/:安装与技能说明

    常用检查

    1. 重启后确认 openspec-superpowers 已生效(可在 OpenCode 日志查看)
    2. 在对话里检查技能列表包含 openspec-explore / openspec-propose / openspec-verify-change
    3. 在业务仓库执行 openspec init 成功后再开始 /opsx:* 工作流