skill
adom-cli-design
Public Made by Adomby adom
Design conventions for every Rust CLI in the Adom ecosystem. Output formats (OK:/ERROR: + JSON companion), no-color-when-piped, --json for machines and pretty for humans, exit codes, subcommand layout
{
"slug": "adom-cli-design",
"version": "1.0.1",
"type": "skill",
"description": "Design conventions for every Rust CLI in the Adom ecosystem. Output formats (OK:/ERROR: + JSON companion), no-color-when-piped, --json for machines and pretty for humans, exit codes, subcommand layout",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"org": "adom",
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
}
}