session-handoff

Installation
SKILL.md

Turn the current session into a prompt that another agent can use immediately.

The goal is not to summarize the entire conversation. The goal is to preserve only the accurate and valuable context that will help the next session make progress faster (while minimizing the initial context window).

When To Use This Skill

Use this skill when the user wants any version of these outcomes:

  • Start a fresh session without losing the important context.
  • Hand the work to another agent or another thread.
  • Convert the current conversation into a reusable prompt.
  • Focus the next session on one specific follow-up task and carry forward only the relevant details.

Core Behavior

  1. Identify the next-session goal.
  2. Use that goal as the relevance filter for everything you include.
  3. Review the current session and preserve only the facts that change how the next agent should act.
  4. Produce a prompt that is ready to paste into a new session, or feed the same content into the host agent's native handoff feature when one exists.
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 22, 2026