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 node is 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.

Installs
7
GitHub Stars
229
First Seen
Mar 25, 2026
khuym:using-khuym — hoangnb24/skills