Operator Handoff banner
iLearn-Lab iLearn-Lab

Operator Handoff

Development community

Description

--- name: operator-handoff description: Package findings so another agent or human can continue without rediscovering the whole workspace. --- # Operator Handoff - Summarize the exact next continuation point, not just background context. - Include the command, skill, agent, or MCP asset that should be used next. - Keep handoffs short enough to paste into the next turn without losing signal. - Prefer durable next steps over narrative recap.

Installation

Installs to ~/.claude/skills/ilearn-lab-evoharness-operator-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilearn-lab-evoharness-operator-handoff && curl -fsSL https://raw.githubusercontent.com/iLearn-Lab/EvoHarness/HEAD/.claude/skills/operator-handoff.md -o ~/.claude/skills/ilearn-lab-evoharness-operator-handoff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository