安装
作为智能体技能安装(推荐)
通过 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