Resumable Batch Protocol (RBP)
CommunityNever lose progress on large data batches.
Software Engineering#python#idempotent#checkpoint#data-processing#batch-processing#progress-tracking#resumable
Authorchomchomchomy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This protocol enables processing large data in small, reliable steps, preserving progress between runs to prevent wasted AI quotas.
Core Features & Use Cases
- Chunking: process data in small chunks to reduce per-run load.
- Checkpointing: after each item or chunk, write to a progress log.
- Idempotency: re-running skips completed items and yields same results.
Quick Start
Process a list of items in small batches, persisting completed IDs after each chunk using ProgressManager.
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: Resumable Batch Protocol (RBP) Download link: https://github.com/chomchomchomy/antigravity-skills/archive/main.zip#resumable-batch-protocol-rbp 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.