skill

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"

Critical Rules

  • Never execute workflow logic here — this file only parses args and dispatches
  • Step 0 always runs first — no exceptions
  • Unknown verb → run help.md — never error silently
  • Pass all remaining args through — workflow receives $REMAINING_ARGS unchanged
  • Workflow files are authoritative — do not duplicate workflow logic in this file
  • See references/workflows/ for per-verb behaviour; see references/ for all templates

Step 0: Parse Arguments

Related skills

More from cloudvoyant/codevoyant

Installs
5
First Seen
Mar 24, 2026