Refresh the clim365 Skill Command Index
Regenerate skills/clim365/references/commands.txt so the clim365 skill can discover all current commands.
Prerequisites
allCommandsFull.jsonmust be up to date. If you just added or changed commands, runnpm run buildfirst — the build generates this file.
Workflow
- STOP — Confirm
allCommandsFull.jsonis current. If the user just added a command, ask whether they've runnpm run build. If not, run it now. - Run the generation script from the repo root:
node .github/skills/refresh-clim365-skill/references/write-skill-commands.js - Verify the output:
The line count should match the number of commands inwc -l skills/clim365/references/commands.txtallCommandsFull.json. - Done. The updated
commands.txtwill be picked up by the clim365 skill on next use.