//! `xr skill install` handler. Bridges the clap-derived `SkillCmd` enum to
//! the `skill_install` module's pipeline.
use Write;
use crateSkillCmd;
use crateOutputConfig;
use crateskill_install;
/// Run the `skill` subcommand. Returns the process exit code.