skillopt-sleep-handoff

A command runs the self-improvement cycle using a handoff process, where the current session answers the model's prompts through files. The deterministic stages include reviewing sessions, scoring repeated tasks, checking proposed changes, and staging them.

In plain words
What is it for?
Use it to run or resume a handoff-based sleep cycle and answer its pending attempt, judging, or reflection prompts.
Why use it?
It runs without an API subprocess or API key and keeps each model request in a fresh isolated context for fair validation.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/microsoft/skillopt/skillopt-sleep-handoff
Clone the repo
git clone --depth 1 https://github.com/microsoft/SkillOpt
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 894 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00894
Opus 5 $0.00018 $0.00447
Sonnet 5 $0.00007 $0.00179
Haiku 4.5 $0.00004 $0.00089

Measured 2d ago against content hash 5d1c31afb0b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillopt-sleep-handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-code/commands/skillopt-sleep-handoff.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/skillopt-sleep-handoff — session-executed sleep cycle

You are driving SkillOpt-Sleep in handoff mode: the Python engine runs every deterministic stage (harvest → mine → replay scoring → gate → stage) and outsources each model call (attempt / judge / reflect) to YOU via prompt files. No claude -p subprocess, no API key — the model work runs on this session's budget, but each prompt MUST be answered in a fresh, isolated context so the validation gate stays honest.

Requested action: $ARGUMENTS

(If $ARGUMENTS is empty, treat it as run.)

The loop

Repeat until the engine exits 0 (done) — at most 8 rounds:

  1. Run the engine via the bundled runner. Split $ARGUMENTS into the action and remaining options, and preserve those options on every resumed round:

    "${CLAUDE_PLUGIN_ROOT}/scripts/sleep.sh" <action> --backend handoff --project "$(pwd)" --scope invoked <remaining options>
    
    • exit 0 → the night is complete; go to "Finish" below.
    • exit 3 → pending model calls; continue with step 2.
    • anything else → stop and show the user the error output.
  2. Read the batch: Read .skillopt-sleep-handoff/pending.json in the project. Each entry has id, prompt, max_tokens, answer_file.

  3. Answer each prompt in ISOLATION — this is the integrity rule:

    • For each entry, launch a subagent (Task tool) whose ENTIRE input is the prompt text verbatim. Add nothing: no summary of this session, no mention of SkillOpt, no other prompts from the batch.
    • Take the subagent's reply and Write the raw answer text (no commentary, no code fences) to the entry's answer_file.
    • NEVER answer from this session's own context — you have seen the mined tasks and their references, so inline answers would contaminate the held-out gate and fake the improvement score.
  4. Re-run the same engine command — it resumes from the answers directory and either finishes or stages the next batch.

Read the full file on GitHub · 76 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 76 lines · 37 tokens per session scan A 5d1c31afb0b0

Subscribe to this mod's changes

skillopt-sleep-handoff is a command published in the GitHub repository microsoft/SkillOpt (16,591 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 894 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.