What problem does it solve?
This Skill helps you turn incomplete or inconsistent command-line help into clear, discoverable documentation that users and agents can rely on.
Core Features & Use Cases
- Command and subcommand descriptions: Improve
.description() text so each CLI entry point explains intent, not just action verbs.
- Flag and argument guidance: Document
.option() flags, .argument() inputs, .usage() strings, examples, and environment-variable behavior.
- Routing tag correlation: Place
@useWhen, @avoidWhen, and @never guidance on TypeScript option interfaces so generated skills carry the right execution hints.
- Use case: A developer has a large Commander-based CLI with sparse help output and wants the generated skill to explain every flag, positional value, and capability-based routing rule.
Quick Start
Ask the assistant to improve the CLI documentation conventions for a Commander-based tool and align each command, option, and routing tag with the generated skill.