end

Archive Claude session state and health checks to the .handoff directory.

4|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ramonclaudio/skills --skill end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: end
Source: https://github.com/ramonclaudio/skills/tree/main/plugins/handoff/skills/end
Command: npx skills add https://github.com/ramonclaudio/skills --skill end

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual session handoffs are error-prone and time-consuming. This Skill captures deterministic session state, health context, and blockers to enable reliable handoffs and audit trails.

Core Features & Use Cases

  • Archive: snapshot the current session state to the .handoff directory for later recovery.
  • Health checks: run a lightweight set of checks (build, tests, lint) to verify health before signaling completion.
  • Resume data: collect health and context to enable precise resume points after re-entry in a team workflow.

Quick Start

Run the end skill to archive the session state, then verify the .handoff snapshot exists and the health checks output is logged.

Frequently Asked Questions about end

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate session state archiving for engineering handoffs?

Automating session state archiving involves snapshotting the current session context and health checks to a designated directory for reliable recovery. This Skill captures deterministic state, health context, and blockers to enable automated handoffs and audit trails.

What is the best way to run health checks before a QA review handoff?

Running health checks before a QA review handoff requires executing lightweight build, test, and lint validations to verify project stability. The process records the outcome and updates session memory to ensure precise resume points for re-entry.

How does archiving session state to a handoff directory work?

Archiving session state works by snapshotting the current progress, blockers, and health context into a .handoff directory. It updates CONTEXT.md and session memory files to preserve deterministic state for later recovery and automated handoffs.

Can I use this session state archival for post-run closures without external dependencies?

Yes, you can use this session state archival for post-run closures without external dependencies. It operates independently to execute health checks, record outcomes, and update context files for deterministic state preservation.

Why does manual session handoff fail during automated QA reviews?

Manual session handoffs fail during automated QA reviews because they are error-prone and time-consuming, lacking deterministic state and error context. Capturing session health and blockers programmatically ensures reliable resume points and audit trails.

When do I need to snapshot Claude session state for a team workflow?

You need to snapshot Claude session state for a team workflow during engineering handoffs, QA reviews, and post-run closures. It preserves health, progress, and blockers to enable precise resume points after re-entry.