khuym:using-khuym
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.
- If
status = "up_to_date": proceed immediately. - Always inspect
details.dependency_warningin the JSON output:- If
status = "warning", treat bootstrap as non-blocking but degraded and read the summary message.
- If
More from hoangnb24/skills
prompt-leverage
Strengthen a raw user prompt into an execution-ready instruction set for Codex or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.
14khuym:planning
>-
7khuym:executing
>-
6khuym:swarming
Orchestrates parallel worker agents for phase execution. Use after the khuym:validating skill approves the current phase for execution. Initializes the overseer/orchestrator context, spawns bounded worker subagents, monitors Agent Mail for completions/blockers/file conflicts, coordinates rescues and course corrections, and hands off either to planning for the next phase or to reviewing after the final phase. The orchestrator TENDS — it never implements beads directly.
6khuym:validating
|
6khuym:exploring
>-
5