state-management-patterns

Community

Patterns for persistent, crash-safe state.

Authorakaszubski
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill describes standardized patterns for state persistence, atomic writes, file locking, crash recovery, and state versioning.

Core Features & Use Cases

  • JSON persistence with atomic writes
  • File locking for concurrent access
  • Crash recovery and resume from checkpoint
  • State versioning and migration

Quick Start

Example: how to save and load state with atomic write patterns; see batch-state-example.py.

Dependency Matrix

Required Modules

None required

Components

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: state-management-patterns
Download link: https://github.com/akaszubski/autonomous-dev/archive/main.zip#state-management-patterns

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