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-kitoperations 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.mdfor canonical template