Leaderboard/Agent Orchestration/agent-session-resume
Last commit on June 20, 2026·Created on April 25, 2026

hacktivist123/agent-session-resume

Picks up an agent session without losing the thread.
Combined rank
#665
across all skills
In Agent Orchestration
#38
category rank
Stars
242
+3.4% in last 7d
Forks
13
0.0% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill reconstructs prior AI coding-agent sessions from transcripts, exports, or summaries across Claude Code, Codex, Cursor, Antigravity, and OpenCode. It extracts tasks, records provenance, and validates claims against the current workspace before continuing work. It helps developers who move between platforms, team leads reviewing agent output, and automation engineers who need clean handoffs between sessions.

WHO IT'S FOR
Cross-platform AI agent users
continuing or auditing coding sessions across multiple agents
Engineering team leads / reviewers
reviewing prior agent session work
AI automation engineers
rebuilding context from handoff transcripts across sessions
AI session auditors
verifying agent actions, provenance, and evidence integrity
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Interactive project installation

Installs: Install the agent-session-resume skill into the current project for agents selected interactively. · Claude Code, Codex, Cursor, OpenCode

Before you start

Run from: Current project

  1. In a terminal, run the interactive installation command, then choose the agents into which the skill should be installed.

    npx skills add hacktivist123/agent-session-resume
  2. After installation, restart the agent or start a new agent session so it loads the current instructions.

README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Reconstruct a saved session without editing files

Uses agent-session-resume

  • A fixture source containing a prior coding-agent transcript, handoff, chat export, session summary, or saved artifact set; replace “this fixture” by attaching it or identifying its path.
Use agent-session-resume on this fixture. Read the full source, reconstruct context, classify tasks as DONE, PARTIALLY DONE, or NOT DONE, then state the next action. Do not edit files.
skills/agent-session-resume/SKILL.md · Checked Sep 18, 2026tests/README.md · Checked Sep 18, 2026