autonomous-loops

autonomous loops

affaan-m 232k ↓ 5.4k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Setting up autonomous development workflows that run without human intervention
  • Choosing the right loop architecture for your problem (simple vs complex)
  • Building CI/CD-style continuous development pipelines
  • Running parallel agents with merge coordination
  • Implementing context persistence across loop iterations
  • Adding quality gates and cleanup passes to autonomous workflows
  • The full spec

Requirements & configuration

  • [x] Fixed edge case in token refresh (iteration 2)
  • [ ] Still need: rate limiting tests, error boundary tests
  • Layer 1: [unit-c] ← depends on unit-a
  • | Need parallel implementation | Yes | No |
  • ├─ Yes → Do you need parallel implementation?

Configuration: ARGUMENTSSHARED_TASK_NOTES

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

autonomous loops

Source

Repository: https://github.com/affaan-m/everything-claude-code

autonomous-loops FAQ

What does the autonomous-loops skill do?

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems. Setting up autonomous development workflows that run without human intervention Choosing the right loop architecture for your problem (simple vs complex)

What does autonomous-loops require?

[x] Fixed edge case in token refresh (iteration 2) [ ] Still need: rate limiting tests, error boundary tests Layer 1: [unit-c] ← depends on unit-a | Need parallel implementation | Yes | No | ├─ Yes → Do you need parallel implementation? Configuration keys: ARGUMENTS, SHARED_TASK_NOTES.

How do I install autonomous-loops?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill autonomous-loops --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain autonomous-loops?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

autonomous-loops on getagentictools
[![autonomous-loops on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-autonomous-loops.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-autonomous-loops?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-autonomous-loops

The second line is the CLI lookup for this page — handy in READMEs and docs.