What problem does it solve?
This Skill turns command-line tools into structured, discoverable agent skills so you do not have to manually rewrite command trees, flags, and help text into documentation.
Core Features & Use Cases
- Commander introspection: Reads a Commander program and extracts commands, options, and arguments with high fidelity.
- Fallback help parsing: Works from raw help output when runtime access to the CLI object is unavailable, including non-Commander tools like yargs or oclif.
- Metadata correlation: Merges typed config information with CLI surfaces so JSDoc notes such as usage hints and guardrails appear in the generated skill.
- Use case: A developer can point this Skill at a CLI package and produce a consistent skill entry for agents, documentation, and automation workflows.
Quick Start
Use the skill to analyze a CLI project and generate a structured skill that captures its commands, options, and usage guidance.