Installation
As an Agent Skill (recommended)
Install via skills.sh for any SKILL.md-compatible agent:
npx skills add neurono-ml/cucumber-openspec
This works with:
| Platform | Skill Directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
| Codex | ~/.agents/skills/ |
After installation, the skill is available on your next conversation turn.
From GitHub (manual clone)
git clone https://github.com/neurono-ml/cucumber-openspec.git ~/.agents/skills/cucumber-openspec
Using npm / npx (direct usage)
No global install is required. The project uses npx tsx to run TypeScript directly:
# Clone the repo
git clone https://github.com/neurono-ml/cucumber-openspec.git
cd cucumber-openspec
# Install dependencies
npm ci
# Use it
npx tsx scripts/index.ts -i ./openspec -o ./features