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

Installation

Install via skills.sh for any SKILL.md-compatible agent:

npx skills add neurono-ml/cucumber-openspec

This works with:

PlatformSkill 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

Prerequisites

RequirementVersionNotes
Node.js≥ 18Required for running the scripts
npm≥ 9Ships with Node.js
mdBook≥ 0.5Only needed to build documentation