skill:update

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 modify skill files directly — always produce a plan first, accept it, then apply
  • Read the current SKILL.md in full before proposing anything
  • If target is ambiguous, ask the user

Step 0: Parse arguments

SKILL_NAME="${1:-}"
Installs
10
First Seen
Mar 22, 2026
skill:update — cloudvoyant/codevoyant