spec

Installation
SKILL.md

Compatibility: AskUserQuestion falls back to numbered list on non-Claude-Code platforms.

Skill Requirements

command -v npx >/dev/null 2>&1 || echo "MISSING: npx"

Skill directory resolution

Workflows and the spawned spec-executor agent invoke the vendored checker at scripts/scope.py. Resolve the skill package root once and export it so every workflow bash block and spawned executor uses the same path — this works both from the repo skills/spec/ checkout and from an installed copy. Do NOT rely on $0 (it is the invoking shell, not this file):

Installs
34
First Seen
Mar 24, 2026
spec — cloudvoyant/codevoyant