Home / upex-galaxy / agentic-qa-boilerplate · .agents/skills/session-handoff/SKILL.md · GitHub

session-handoff skillA

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 |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add upex-galaxy/agentic-qa-boilerplate/session-handoff@git:20260923.27a7dc0
Exact content
mdr add upex-galaxy/agentic-qa-boilerplate/session-handoff@sha256:db9e0b10c1b48c94

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ihv6ymrl3466wqvh.svg)](https://markdownregistry.com/a/art_ihv6ymrl3466wqvh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.27a7dc0 latest2026-09-23 27a7dc0 8,137 BA view · diff
git:20260918.61d0abf2026-09-18 61d0abf 8,110 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (8137 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

upex-galaxy/agentic-qa-boilerplate · 23 stars · license MIT · pushed 2026-09-23 · branch main

API

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.

More from upex-galaxy/agentic-qa-boilerplate

acli skill
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…
git:20260923.27a7dc0 · audit A · 23 stars
adapt-framework skill
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…
git:20260923.27a7dc0 · audit A · 23 stars
agentic-qa-core skill
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…
git:20260923.557ac82 · audit A · 23 stars
agentic-qa-onboard skill
upex-galaxy/agentic-qa-boilerplate · .agents/skills/agentic-qa-onboard/SKILL.md · Walks new users through this repo's QA flow — Playwright + KATA + Allure + Xray stack, Jira QA workflow (Backlog →…
git:20260923.1666ff9 · audit A · 23 stars
bug-screenshot-annotation skill
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…
git:20260923.27a7dc0 · audit B · 23 stars
framework-development skill
upex-galaxy/agentic-qa-boilerplate · .agents/skills/framework-development/SKILL.md · Framework evolution mode — evolves the QA boilerplate itself (KATA, fixtures, cli/, scripts/, api/schemas/ pipeline…
git:20260923.557ac82 · audit A · 23 stars
git-flow-master skill
upex-galaxy/agentic-qa-boilerplate · .agents/skills/git-flow-master/SKILL.md · End-to-end Git operator for any branching strategy. Auto-detects the project's strategy (solo-main, main+integration…
git:20260923.27a7dc0 · audit A · 23 stars
jira-administration skill
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…
git:20260923.27a7dc0 · audit A · 23 stars
judgment-day skill
upex-galaxy/agentic-qa-boilerplate · .agents/skills/judgment-day/SKILL.md · Trigger: judgment day, dual review, adversarial review, juzgar. Run blind dual review, fix confirmed issues, then…
v1.4 · audit A · 23 stars
orca-orchestration skill
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…
git:20260923.27a7dc0 · audit A · 23 stars
pr-review-lead skill
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…
git:20260923.27a7dc0 · audit A · 23 stars
project-context skill
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…
git:20260923.e824f4b · audit A · 23 stars

Every file in upex-galaxy/agentic-qa-boilerplate

Other files named session-handoff

session-handoff skill
sethgammon/citadel · skills/session-handoff/SKILL.md · Synthesizes the current session into a structured HANDOFF block for context transfer between sessions. Captures what…
git:20260611.0f3f8e7 · audit A · 923 stars
session-handoff skill
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…
git:20260920.97b5147 · audit A · 306 stars
session-handoff skill
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…
git:20260902.b370de6 · audit A · 302 stars
session-handoff skill
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…
git:20260812.96d7c42 · audit A · 26 stars
session-handoff skill
iuliandita/skills · skills/session-handoff/SKILL.md · Write an agent session handoff with current state, decisions, unfinished work, verification, and next steps.
git:20260920.ac01853 · audit A · 7 stars
session-handoff skill
qiusuo0226/session-handoff-skill · governance/baselines/0.1.0/SKILL.md · 把当前对话里的需求、资料、进度和约束收成一份记忆 markdown,方便下一场会话接着干。 落盘前询问保存位置;未指定时先识别操作系统再建议路径(例如 Windows 下的 Downloads)。…
git:20260904.1e0095f · audit A · 2 stars
session-handoff skill
qiusuo0226/session-handoff-skill · SKILL.md · 把当前对话里的需求、资料、进度和约束收成一份记忆 markdown,方便下一场会话接着干。 落盘前询问保存位置;未指定时先识别操作系统再建议路径(例如 Windows 下的 Downloads)。…
git:20260904.1e0095f · audit A · 2 stars

Browse by kind, by grade A, or by owner.