long-running-harness-kit

Community

Resumable agent harnesses

Authoraufrank
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides patterns for designing agent harnesses that can pause and resume safely across multiple sessions, ensuring progress is not lost due to interruptions.

Core Features & Use Cases

  • Resumable Checkpoints: Design workflows that can be interrupted and resumed from the last saved state.
  • Initializer/Coder Handoff: Clearly defines roles for setting up context and performing incremental tasks.
  • Persistent Run State: Ensures critical information survives context resets.
  • Use Case: Building a complex agent task that might take days to complete, requiring the ability to stop and restart without losing work.

Quick Start

Use the initializer to set up context and the coder to make incremental progress on your long-running task.

Dependency Matrix

Required Modules

None required

Components

referencestemplates

💻 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: long-running-harness-kit
Download link: https://github.com/aufrank/agent-skills/archive/main.zip#long-running-harness-kit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.