session-resume
CommunityResume agent progress seamlessly.
Software Engineering#agent workflow#session management#checkpointing#resume#state persistence#concurrency control
Authorbatuhanysv
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures that agent progress is not lost due to interruptions, allowing for seamless resumption from the last saved checkpoint.
Core Features & Use Cases
- State Persistence: Saves agent progress to
00-session-state.json. - Resumption: Restarts agent execution from the last completed sub-step or step.
- Concurrency Control: Implements a claim protocol to prevent multiple sessions from writing to the state file simultaneously.
- Use Case: If an agent run is interrupted mid-task, this Skill allows it to pick up exactly where it left off, preventing wasted computation and ensuring workflow continuity.
Quick Start
Use the session-resume skill to resume the current agent session from its last saved state.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: session-resume Download link: https://github.com/batuhanysv/sdx-agentic-infraops/archive/main.zip#session-resume Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.