autonomous-loops

Orchestrate Claude Code loops into scalable agent-based workflows.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill autonomous-loops-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-loops
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/autonomous-loops
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill autonomous-loops-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and architectures for running Claude Code loops, enabling autonomous, repeatable workflows from simple sequential pipelines to RFC-driven multi-agent DAG orchestration.

Core Features & Use Cases

  • Provides a spectrum of loop patterns (Sequential Pipeline, NanoClaw REPL, Infinite Agentic Loop, Continuous Claude PR Loop, De-Sloppify, Ralphinho RFC-driven DAG) to cover varying automation needs.
  • Details guidance on architecture, context separation, and merge strategies to support scalable, reliable automation across teams.
  • Includes guidance on when to apply each pattern, how to decompose RFCs, and how to recover from failures with eviction context.

Quick Start

Give Claude Code a RFC or feature spec and select a loop pattern to begin decomposing the work into parallel, isolated stages.

Frequently Asked Questions about autonomous-loops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate autonomous Claude Code loops for multi-agent workflows?

You can orchestrate autonomous Claude Code loops by assembling patterns and pipelines into scalable agent-based workflows, ranging from simple sequential pipelines to large DAG-based multi-agent systems. Provide an RFC or feature spec to begin decomposing work into parallel, isolated stages.

What is the best way to structure a multi-agent DAG for RFC-driven software automation?

Structuring a multi-agent DAG involves decomposing RFCs into modular patterns with separate context windows for each stage. This approach supports scalable, reliable automation and includes merge-queue landings with eviction recovery for failure management.

Can I use Claude Code for continuous PR loops and automated merge-queue landings?

Yes, Claude Code supports continuous PR loops by providing specific loop patterns like the Continuous Claude PR Loop. These patterns include guidance on merge strategies and eviction context recovery to ensure reliable automated landings across software teams.

How do I separate context windows for each stage in an autonomous agentic loop?

Separating context windows for each stage is achieved by decomposing workflows into modular patterns, ensuring each isolated stage operates independently. This architecture prevents context bleed and supports reliable, scalable multi-agent coordination.

When should I use a simple sequential pipeline versus a multi-agent DAG for Claude Code automation?

Use a simple sequential pipeline for basic end-to-end automation needs, and transition to a multi-agent DAG when handling complex, RFC-driven projects requiring parallel execution and explicit dependencies. The framework provides tiered complexity to match varying automation scales.

How do I recover from failures in autonomous Claude Code pipelines using eviction context?

Recover from failures in autonomous Claude Code pipelines using eviction context mechanisms provided by the loop patterns. This allows workflows to resume reliably after errors, ensuring robust merge-queue landings and continuous automation.