Persists session context and current task progress to a pending file for later resumption.

Install

mkdir -p .claude/skills/handoff-uzmigames && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18188" && unzip -o skill.zip -d .claude/skills/handoff-uzmigames && rm skill.zip

Installs to .claude/skills/handoff-uzmigames

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Save session state to .rulebook/handoff/_pending.md for cross-session continuity
80 charsno explicit “when” trigger
Beginner

Key capabilities

  • Save the active task ID, phase, and completed checklist items
  • Record architectural decisions, trade-offs, and rejected alternatives
  • List modified files with a one-line reason for each change
  • Document concrete, actionable next steps
  • Provide the exact resume command for the next session
  • Note any open questions or blockers requiring user input

How it works

The skill captures the current session state, including task progress, decisions, modified files, and next steps, and saves it to a handoff file for cross-session continuity.

Inputs & outputs

You give it
The current session state, including active task, decisions, and modified files
You get back
A handoff file (.rulebook/handoff/_pending.md) containing session state for continuity

When to use handoff

  • Saving session progress
  • Handing off work to another session
  • Maintaining context between sessions

About this skill

Save a session handoff to .rulebook/handoff/_pending.md.

The handoff file MUST contain:

  1. Active task: current task ID + phase + which checklist items are done
  2. Decisions made this session: architectural choices, trade-offs, rejected alternatives
  3. Files touched: list of files modified with one-line reason each
  4. Next steps: concrete, actionable items (not vague "continue working")
  5. Exact resume command: what to tell the next session to do first
  6. Open questions / blockers: anything unresolved that needs the user's input

Write the file to .rulebook/handoff/_pending.md using the Write tool.

After writing successfully, display this message prominently:

TYPE /clear NOW — your context will be auto-restored in the next session <<<

If the file .rulebook/handoff/.urgent exists, skip any confirmations and write immediately.

The SessionStart hook (resume-from-handoff.sh) will automatically inject the handoff content into the next session and archive the file.

When not to use it

  • When the user does not want to save session state
  • When the user wants to continue working in the current session
  • When the file .rulebook/handoff/.urgent does not exist and confirmations are skipped

Limitations

  • The handoff file MUST contain specific fields
  • It writes to .rulebook/handoff/_pending.md
  • It requires the SessionStart hook to automatically inject content into the next session

How it compares

This skill systematically saves a complete snapshot of the session state, including a specific resume command, ensuring smooth continuity across sessions, unlike manual note-taking which may miss critical context.

Compared to similar skills

handoff side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
handoff (this skill)03moNo flagsBeginner
notion-meeting-intelligence65moNo flagsIntermediate
resume-handoff36moNo flagsIntermediate
meeting-briefing25moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

notion-meeting-intelligence

openai

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

656

resume-handoff

parcadei

Resume work from handoff document with context analysis and validation

333

meeting-briefing

anthropics

Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.

213

personal-assistant

ailabs-393

This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.

36

digital-brain

muratcankoylan

This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.

15

meeting-sync

amanaiproduct

Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.

13

Search skills

Search the agent skills registry