Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

安装

作为智能体技能安装(推荐)

通过 skills.sh 为任何兼容 SKILL.md 的智能体安装:

npx skills add neurono-ml/cucumber-openspec

支持以下平台:

平台技能目录
Claude Code~/.claude/skills/
Cursor~/.cursor/skills/
OpenCode~/.config/opencode/skills/
Codex~/.agents/skills/

安装后,下次对话时即可使用该技能。

从 GitHub 克隆(手动方式)

git clone https://github.com/neurono-ml/cucumber-openspec.git ~/.agents/skills/cucumber-openspec

使用 npm / npx(直接使用)

无需全局安装。项目使用 npx tsx 直接运行 TypeScript:

# 克隆仓库
git clone https://github.com/neurono-ml/cucumber-openspec.git
cd cucumber-openspec

# 安装依赖
npm ci

# 使用
npx tsx scripts/index.ts -i ./openspec -o ./features

系统要求

需求版本说明
Node.js≥ 18运行脚本所需
npm≥ 9随 Node.js 安装
mdBook≥ 0.5仅构建文档时需要