autonomous-loops
Patterns and architectures for running Claude Code in autonomous loops, from simple pipelines to complex agentic DAGs.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill autonomous-loopsStats
| Total installs | 1,009 |
| Weekly installs | 1.0K |
| GitHub stars | 112.5K |
| First seen | Mar 3, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers six loop patterns spanning simplicity to sophistication: sequential pipelines, persistent REPL sessions, infinite agentic loops for parallel generation, continuous PR loops with CI integration, de-sloppify cleanup passes, and RFC-driven DAG orchestration with merge queues
- Sequential pipelines use claude -p chaining with isolated context windows per step; NanoClaw provides persistent session history; Infinite Agentic Loop deploys parallel sub-agents with assigned creative directions
- Continuous Claude automates multi-iteration PR workflows with CI failure recovery, cost/duration limits, and shared task notes for cross-iteration context bridging
- Ralphinho decomposes specs into dependency DAGs, runs tiered quality pipelines (research, plan, implement, test, review), and lands units via an intelligent merge queue with eviction recovery for conflicts
- De-sloppify pattern adds focused cleanup passes instead of constraining implementers with negative instructions, eliminating author bias through separate reviewer contexts
Tags
Related skills
| Skill | Installs | vs autonomous-loops |
|---|---|---|
| asc-app-create-ui | 968 | -41 |
| chart-visualization | 1,015 | +6 |
| google-drive | 964 | -45 |
| authenticate-wallet | 1,006 | -3 |
| xiaohongshu-images | 1,040 | +31 |
FAQ
- How many installs does autonomous-loops have?
- autonomous-loops has 1,009 total installs and 1.0K installs this week.
- Where is autonomous-loops hosted?
- autonomous-loops is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does autonomous-loops have?
- autonomous-loops has 112.5K GitHub stars.
- When was autonomous-loops first indexed?
- OrangeBot.AI first indexed autonomous-loops on Mar 3, 2026.
- How do I install autonomous-loops?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill autonomous-loops