khuym:using-khuym
Installation
SKILL.md
using-khuym
Bootstrap meta-skill. Load this first. It tells you which skill to invoke next and how the ecosystem chains together.
Plugin Onboarding
Before any normal bootstrap, verify that the current machine has Node.js available and that the current repo is onboarded for the Khuym plugin.
Run node --version first.
- If
nodeis missing or too old: stop immediately, tell the user Khuym requires Node.js 18+, and ask them to install or upgrade Node before continuing.
Then run node scripts/onboard_khuym.mjs --repo-root <repo-root> from this skill directory and inspect the JSON result.