Reload Session
Use this skill when the kitchen is disconnected, context is exhausted, or a fresh re-launch is needed without losing the conversation transcript.
Steps
- Call
reload_sessionwith no arguments. - Run
/exitimmediately after to allow the parent process to detect the reload request.
The parent autoskillit process will re-launch claude with --resume <session_id> and
the original orchestrator environment (system prompt, tools, session type env vars) fully
restored.
Critical Constraints
NEVER:
- Skip running
/exitafterreload_session— the reload does not happen until claude exits - Call this skill from a headless or automated session
ALWAYS:
- Call
reload_sessionfirst, then immediately run/exit