LangGraph checkpointing patterns for state persistence with memory, SQLite, and Postgres backends. Use when implementing state recovery or human-in-the-loop workflows.
View on GitHubFebruary 1, 2026
Select agents to install to:
npx add-skill https://github.com/vanman2024/ai-dev-marketplace/blob/main/plugins/langgraph/skills/checkpoint-patterns/SKILL.md -a claude-code --skill checkpoint-patternsInstallation paths:
.claude/skills/checkpoint-patterns/# Checkpoint Patterns Skill for LangGraph state persistence and checkpointing. ## Overview Persist state with: - Memory checkpointer (dev) - SQLite checkpointer - Postgres checkpointer ## Use When This skill is automatically invoked when: - Adding state persistence - Implementing human-in-the-loop - Recovering from failures - Managing thread state ## Available Templates | Template | Description | | ---------------------------------- | --------------------- | | `templates/memory_checkpoint.py` | In-memory persistence | | `templates/postgres_checkpoint.py` | Postgres persistence |