Stats
Actions
Tags
From sidekick
Canonical Kay stop workflow. Use /sidekick:kay-stop to deactivate delegation and return to direct host behavior.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sidekick:kay-stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stop Kay mode and restore normal direct-host behavior.
Stop Kay mode and restore normal direct-host behavior.
SIDEKICK_SESSION="${SIDEKICK_SESSION_ID:-${SIDEKICK_HOST_SESSION_ID:-${CODEX_THREAD_ID:-${CLAUDE_SESSION_ID:-${SESSION_ID:-}}}}}"
test -n "${SIDEKICK_SESSION}" || { echo "No host session id found for Kay mode"; exit 1; }
KAY_STATE_ROOT="${HOME}/.kay"
test -f "${KAY_STATE_ROOT}/sessions/${SIDEKICK_SESSION}/.kay-delegation-active"
rm -f "${KAY_STATE_ROOT}/sessions/${SIDEKICK_SESSION}/.kay-delegation-active"
ACTIVE_FILE="${HOME}/.sidekick/sessions/${SIDEKICK_SESSION}/active-sidekick"
if [ -f "${ACTIVE_FILE}" ] && [ "$(cat "${ACTIVE_FILE}")" = "kay" ]; then
rm -f "${ACTIVE_FILE}"
fi
Then confirm: "Kay sidekick mode deactivated for this session. Direct-host mode restored.".kay/conversations.idx is preserved across deactivation as the Sidekick-owned Kay audit ledger.~/.code/history.jsonl compatibility history file, or any project files.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub alo-exp/sidekick --plugin sidekick