Process multiple items with progress tracking, checkpointing, and failure recovery.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill batch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Batch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-batch)More formats (shields.io, HTML) on the badges page.
---
name: Batch
slug: batch
version: 1.0.0
description: Process multiple items with progress tracking, checkpointing, and failure recovery.
homepage: https://clawic.com/skills/batch
metadata:
clawdbot:
emoji: 📦
displayName: Batch
---
## Before Starting
1. **Dry run:** Test with 2-3 items first
2. **Count:** "Processing 47 items, ~2 min estimated"
3. **Confirm destructive ops:** "This will delete 200 files. Proceed?"
## During Processing
- **Progress every 10 items:** "23/47 complete (49%)"
- **Checkpoint every 10-50 items:** Save state to resume if interrupted
- **On error:** Log it, continue with rest (don't abort entire batch)
## After Completion
Always report:
```
✅ 44 succeeded
❌ 3 failed (saved to failed.json for retry)
```
## Error Handling
| Error | Action |
|-------|--------|
| Timeout, rate limit | Retry 3x with backoff (1s, 2s, 4s) |
| Bad format, missing data | Skip, log, continue |
| Auth failed, disk full | Abort entire batch |
Check `strategies.md` for parallel vs sequential decision matrix.
Check `errors.md` for retry logic and rollback patterns.
---
**Related:** For delegating to sub-agents, see `delegate`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.