skill:new

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 write skill files until user accepts the plan
  • Step 0 is always bash argument parsing
  • Steps prefer npx @codevoyant/agent-kit operations over ad-hoc shell
  • No markdown tables in skill output — use definition lists, bullets, or Mermaid
  • Skills that are technology-specific must include a reference doc index in references/
  • Every skill ships with LICENSE.md (MIT)
  • See references/skill-template.md for canonical template

Step 0: Parse arguments

Related skills

More from cloudvoyant/codevoyant

Installs
10
First Seen
Mar 22, 2026