Skip to content

Installation

MageByte edited this page Jul 22, 2026 · 1 revision

安装指南

spec-superflow 是自包含插件;运行时无需安装 OpenSpec 或 Superpowers。当前安装与版本说明以仓库的 INSTALL.md 为准。

常用平台

Claude Code

/plugin marketplace add MageByte-Zero/spec-superflow
/plugin install spec-superflow@spec-superflow

OpenAI Codex CLI / App

在 Codex 的 Plugins 面板安装,或通过 marketplace:

codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin add spec-superflow@awesome-codex-plugins

CLI 安装/升级后,请重启 Codex App 并新开会话,使 skills 重新加载。

Cursor

curl -fsSL https://raw.githubusercontent.com/MageByte-Zero/spec-superflow/main/scripts/install-cursor.mjs | node -

GitHub Copilot CLI

copilot plugin marketplace add MageByte-Zero/spec-superflow
copilot plugin install spec-superflow@spec-superflow

Gemini CLI

gemini extensions install https://github.com/MageByte-Zero/spec-superflow

CLI 安装

npm install -g spec-superflow
npx spec-superflow list

其余平台与本地部署方式请见 平台适配

Clone this wiki locally