dev

Installation
SKILL.md

dev

Developer skill dispatcher.

Inline Usage

Pass your intent directly on the invocation line — explore and plan proceed immediately with no opening question when a description is provided.

/dev explore how the auth middleware works
/dev plan auth system --mode arch

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
Installs
13
First Seen
Mar 25, 2026
dev — cloudvoyant/codevoyant