Update Skills
Check for and apply updates to the Stuffbucket Skills installation.
Check for updates
node {{SKILL_DIR}}/scripts/version-check.js
Compares the installed version against the latest git tag. No download needed — runs locally.
Apply an update
npx -y github:stuffbucket/skills --update
Downloads the latest version and replaces the local installation. MCP client configs do not change — they point to the local path which stays the same. The update takes effect on the next agent session.