file-backed-state-module
CommunityPersist agent state safely across runs.
Software Engineering#delegation#agent orchestration#artifact management#state persistence#context compression#audit logs#file-based workflows
Authorcurated-skills
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of losing or misordering agent state during long runs, delegation, and context compression by making all transferable information durable and addressable by file path.
Core Features & Use Cases
- Durable, path-addressable handoffs: Ensures tasks, role instructions, and reusable replies are written to stable files before any child stage reads them.
- Authoritative run and child status tracking: Uses
STATE_ROOT/RESPONSE.mdandchildren/<id>/RESPONSE.mdto record the current completion/status and where to continue next. - Auditability and recoverability: Maintains an append-only
state/task_history.jsonllog and requires recovery via relaunch/retry when durable outputs are missing or corrupted. - Artifact promotion discipline: Maintains
artifacts/manifest.jsonto index final deliverables (and key supporting files) for later evaluation.
Quick Start
Configure STATE_ROOT under /sa-output, then write STATE_ROOT/TASK.md, create STATE_ROOT/RESPONSE.md early, and persist each child’s outputs into STATE_ROOT/children/<child_id_or_role>/RESPONSE.md only after the required durable files are complete.
Dependency Matrix
Required Modules
None requiredComponents
Standard packageđź’» 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: file-backed-state-module Download link: https://github.com/curated-skills/LinguaClaw/archive/main.zip#file-backed-state-module 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 471,000+ vetted skills library on demand.