hacktivist123/agent-session-resume

231 stars · Last commit 2026-06-30

Cross-agent session resume skill for Claude Code, Codex, Antigravity, and OpenCode.

README preview

> [!TIP]
> Heads up: the more agents you run, the more this skill is doing on hard mode —
> rebuilding context from transcripts every time. [Kontinuo](https://kontinuo.dev)
> is where this idea went next: checkpoints the next agent just reads. Same author,
> built from everything this skill taught me.



# agent-session-resume

`agent-session-resume` is a reusable skill for continuing work from a prior AI coding-agent session without losing context, duplicating completed work, or overwriting unrelated changes.

It is designed for handoffs between tools such as Claude Code, Codex, Cursor, Antigravity, OpenCode, and GitHub Copilot.

Instead of asking the next agent to guess what happened, the skill makes it produce a handoff checkpoint first: the prior goal, what is already done, what is still open, and the next action to take before editing.

## What It Does

The skill gives an agent a disciplined resume workflow:

View full repository on GitHub →