with one click
document-scripts
Ensure the local-bin scripts are documented in README
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Ensure the local-bin scripts are documented in README
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Help the user pin down a clear and actionable plan for a single feature/change.
Quickly learn the core aspects of a project
Delegate a task to a subagent so you can focus on coordination
Use this skill to build a call-dependency graph from source files, grouped by declarations (file/interface/class/object) with visibility-aware styling and a legend
Use this skill when you need to research a topic and it's likely too large for a quick answer
| name | document-scripts |
| description | Ensure the local-bin scripts are documented in README |
Use this skill whenever the local-bin scripts have changed, or just to check the docs are correct.
Ensure that every main executable script under configuration/local-bin/.local/bin/ is documented in configuration/local-bin/README.md.
Check for any missing headings in the README (but use judgement to ignore any libraries). Use the scripts to avoid reinventing the logic:
scripts/find-missing-headingsNote:
scripts/find-missing-headings — Lists any missing headings (no output means no missing headings)## {GROUP NAME}
### {SCRIPT NAME}
{SCRIPT DESCRIPTION}.
Example: `{SCRIPT INVOCATION WITH ARGUMENTS}`