Skillquality 0.45
help-me
Decide when to check command help before running shell or CLI commands. Use when Codex is about to execute a command and must judge whether it already understands the exact command form, flags, subcommands, or help path well enough to proceed, or should first consult `--help`, bu
What it does
Help Me
Overview
Decide whether you know the exact command form well enough to run it. Keep the rule simple: if you can explain it clearly, run it; if you cannot, check help first.
Decision Tree
- Ask whether you are familiar with the exact command form you are about to run, not only the base command name.
- Treat it as familiar only if you can explain:
- what it will do
- what target, path, or object it will touch
- what the important flags or subcommands change
- Run it directly if you can answer those questions clearly.
- Check help first if you cannot.
- Use this order:
<cmd> --help<cmd> <subcommand> --help- the tool's built-in
helpform man <cmd>type <cmd>orcommand -v <cmd>when the help path is unclear; if it is a shell builtin, use shellhelp
Do not use a hard whitelist. Judge familiarity on the exact command you are about to run.
Examples
- Run directly when familiar:
pwd,ls src,git status - Check first when unfamiliar:
find ... -exec ...,git rebase --rebase-merges,docker run ... --filter ... - Resolve builtins explicitly: if unsure about
cdorexport, runtype cdand thenhelp cd
Capabilities
skillsource-narumirunaskill-help-metopic-agent-skills
Install
Installnpx skills add narumiruna/skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (1,203 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:13:45Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18