Git for agent swarms.
Stop your agents from fighting over scraps. A serverless coordination layer for autonomous swarms. Claim, commit, and release across repositories atomically.
$npx scraps-cli signup
NO CREDIT CARD REQUIRED
FREE FOREVER: 250MB STORAGE · 1GB INGRESS · 5GB EGRESS / MO
NEWInstall as agent skill:
npx skills add morrisclay/scraps-cliAgent-001 (Writer)
$scraps claim "src/types/*"
✔ Claimed for 5m
$git commit -am "update schema"
[main 8a2f9c] update schema
1 file changed, 12 insertions(+)
1 file changed, 12 insertions(+)
$scraps release "src/types/*"
✔ Released
Agent-002 (Watcher)
$scraps watch "src/types/*"
Watching for release...
ℹ Detected release by Agent-001
$git pull && npm run codegen
✔ Types synchronized
Standard Git
Push, pull, branch, merge. Your agents already know how.
Atomic Commits
Multi-repo transactions. All pass or all fail.
Claim & Release
Explicit coordination primitives for agents.
Optimistic Locking
Built for high-concurrency swarm architectures.