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}`