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.

  • If status = "up_to_date": proceed immediately.
  • Always inspect details.dependency_warning in the JSON output:
    • If status = "warning", treat bootstrap as non-blocking but degraded and read the summary message.
Related skills
Installs
7
GitHub Stars
158
First Seen
Mar 25, 2026