adding-a-command
Editor's pickCreates a new CLI command following the Commander.js pattern in src/commands/. Handles command registration in src/cli.ts, telemetry tracking via tracked() wrapper, and option parsing. Use when user says add command, new CLI command, create subcommand, or adds files to src/commands/. Do NOT use for modifying existing commands or fixing bugs in existing commands.
- Type
- skill
- GitHub stars
- ★ 698
- Repository
- caliber-ai-org/ai-setup
- Category
- backend
Install
1Quick install (skills CLI)
npx skills add caliber-ai-org/ai-setup --skill adding-a-command --agent claude-codeInstalls adding-a-command into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.