session-handoff is agent-read markdown (skill) from upex-galaxy/agentic-qa-boilerplate: Compact an entire agent session into a handoff document so a NEW session resumes exactly where this one stopped, as if the context window had been extended rather than reset. Use when the context window is getting high (default threshold ~500k tokens, beyond which the model degrades and starts inventing), when work must continue past the end of this session, or on any variant of: hagamos el handoff, pasa el contexto a otra sesion, continua esto en otra sesion, hand this session over, continue th.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Session Handoff
A handoff is **context transplanted, not context summarized**. The successor is not a reader being briefed on someone else's work; it IS this session, with a new window. Everything it needs to act must be on disk, addressable, and true at the moment it reads.
The skill is small on purpose. The heavy artifact is the markdown it produces, and the whole contract lives in `.agents/skills/session-handoff/references/capture-contract.md`.
## What this is not
| Looks similar | Actually is | Use |
|---|---|---|
| hand a scoped task to another session and supervise it | orchestration: Task, Dispatch, mailbox, the work comes back | `/orca-orchestration` |
| hand work away and stop caring | ownership transfer of a TASK, one direction, no return | the binary's own `orca-cli` guide |
| remember a decision for next month | durable cross-session fact, project-scoped | Engram (`mem_save`) |
| shrink the window and keep going | harness compaction, lossy, not addressable, not yours to shape | nothing to do |
| **hand the whole SESSION to its own successor** | **this skill** | here |
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_ihv6ymrl3466wqvh
GET https://markdownregistry.com/api/v1/resolve?ref=upex-galaxy/agentic-qa-boilerplate/session-handoff
GET https://markdownregistry.com/api/v1/blob/db9e0b10c1b48c949c5c63231c1e4e7e21fe4d841959168da6fceccddd34e9d2
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
upex-galaxy/agentic-qa-boilerplate · .agents/skills/acli/SKILL.md · Atlassian CLI (official `acli` binary, v1.3+ as of 2026) for Jira Cloud, Confluence Cloud, and org admin tasks from the…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/adapt-framework/SKILL.md · Adapt this boilerplate's KATA test architecture, auth, schemas, variables, fixtures, CI, MCPs, and reporting to a…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/agentic-qa-core/SKILL.md · Foundation skill that hosts shared references cited by other workflow skills (briefing template, dispatch patterns…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/bug-screenshot-annotation/SKILL.md · Turns a raw bug screenshot into a QA-style annotated evidence image — circles/ovals around the broken region, arrows…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/jira-administration/SKILL.md · Run bounded Jira administration workflows for project Components or Atlassian instance migration. Use for…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/orca-orchestration/SKILL.md · Multi-session agent orchestration for this repo: one conductor session coordinating a fleet of persistent worker…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/pr-review-lead/SKILL.md · Acts as a QA Lead / QA Architect reviewing a pull request's test-automation work against this repo's KATA doctrine (or…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/project-context/SKILL.md · Generate or refresh the canonical business context maps and master test plan. Use for business-data-map…
sethgammon/citadel · skills/session-handoff/SKILL.md · Synthesizes the current session into a structured HANDOFF block for context transfer between sessions. Captures what…
onewave-ai/claude-skills · session-handoff/SKILL.md · Use when a working session is ending, the context window is nearly full, work needs to pass to a teammate or a fresh…
ai-analyst-lab/ai-analyst · .claude/skills/session-handoff/SKILL.md · Preserve critical state when a session approaches context limits so the next session can pick up seamlessly. Use this…
aktsmm/agent-skills · session-handoff/SKILL.md · Create a compact handoff note so a new chat/session can first acknowledge the current state before work resumes. Use…
iuliandita/skills · skills/session-handoff/SKILL.md · Write an agent session handoff with current state, decisions, unfinished work, verification, and next steps.