agentsclimarketplace

Checking cli help

Skill narumiruna/skills/deprecated/checking-cli-help

Decide whether to inspect command help before execution when the exact subcommand, flags, targets, side effects, or help mechanism are uncertain.From its SKILL.md

Install
npx -y skills add narumiruna/skills --skill checking-cli-help

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 6 commands, including `<cmd> <subcommand> --help` and 5 more.

SKILL.md

0.9 KB, 163 tokens by cl100k_base, as published. Nobody here has run it

Checking CLI Help (Deprecated Reference)

Run a command directly only when you can explain its exact target, effect, and material flags. Otherwise inspect the narrowest relevant help first.

Use this order as applicable:

  1. <cmd> <subcommand> --help
  2. <cmd> --help or the tool's built-in help form
  3. type <cmd> or command -v <cmd> to identify aliases, functions, or builtins
  4. shell help <builtin>
  5. man <cmd> when non-interactive access is available

Judge familiarity on the full command, not a whitelist or the base executable name. Help output does not authorize an external, destructive, costly, or otherwise unapproved action; it only resolves syntax and behavior.

What ships with it: 1 file

278 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.