| name | init |
| description | Initialize KERNEL links and AgentDB in a confirmed Vaults directory. |
| user-invocable | true |
| allowed-tools | Bash |
| disable-model-invocation | true |
| kernel | {"kind":"operator","version":1,"side_effects":"writes_repo","confirmation":"always"} |
KERNEL init
Explicit, once-per-machine setup. This skill never moves or replaces the whole
~/.claude directory.
Requirements
Git, SQLite 3, jq, Python 3, and Bash. Install the plugin first with the exact ID:
/plugin marketplace add ariaxhan/kernel-claude
/plugin install kernel@kernel-marketplace
/reload-plugins
Detection and confirmation
Locate the runtime selector at
$HOME/.claude/plugins/cache/kernel-marketplace/kernel/current, source its
hooks/scripts/common.sh, and call kernel_validate_runtime_root on the selected
root. Stop if validation fails.