Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/kronael:cliWhen to use
writing a CLI tool, argparse/click/clap, adding --help or subcommands
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- ALWAYS short flags for common ops: -c, -v, -h (old Unix style)
-e ex1 -e ex2 or comma: --hosts=h1,h2<identity>, optional [branch]CLI flags > env vars > config files > defaults. Fail fast on invalid config.
Two methods: make link (dev, symlink debug binary) and make install (system, install release binary).
hyperfine '<tool> --help'.npx claudepluginhub kronael/tools --plugin kronaelGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.