session-handoff
Hand-Off Session
Response Format
Begin the first response to this skill invocation with the line:
Entire Session Handoff:
followed by a blank line, then the content. The header applies to the full compaction-summary flow, including the "Unanswered Question" branch (which is still a successful run — the skill summarized the transcript and surfaced the question).
- Apply the header to the first response of the invocation only. Do not re-print it on follow-up turns within the same invocation (e.g. after the user answers the surfaced unanswered question).
- Do not include the header on error or early-exit responses (e.g. no
.git/entire-sessions/directory, no sessions found after filtering, transcript file missing at the path the session JSON points to). The header's presence should signal that the skill ran and produced real output.
STOP — Read these rules before doing ANYTHING
- Do NOT ask clarifying questions. Auto-detect the session and read the transcript.
- Do NOT run
entire sessions list,entire sessions info,entire explain --session,git log,git status,git branch,ps aux, or any other exploratory commands. They waste time and don't give you the transcript. - Do NOT say "Would you like me to continue?" or "Let me know if you want me to pick this up." Just read the transcript and start working. (Exception: if the previous agent asked the user a question that was never answered, you MUST ask the user that question before proceeding.)
- Do NOT summarize the session as having "0 turns" or "no progress" without first reading the actual transcript file. The
entireCLI metadata often undercounts — the transcript is the source of truth.
More from entireio/skills
explain
Explains the intent behind source code by finding original session transcripts. Use explain with a function, file, or line of code to understand why it exists.
70search
Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window
67session-to-skill
Use when the user wants to turn one or more Entire-tracked sessions, checkpoints, or repeated agent workflows into a reusable agent skill.
62what happened
>
38what-happened
>
28