What problem does it solve?
Patterns and architectures for running Claude Code autonomously in loops — from simple sequential pipelines to RFC-driven multi-agent DAG orchestration.
The Skill provides a catalog of loop patterns (Sequential Pipeline, NanoClaw REPL, Infinite Agentic Loop, Continuous Claude PR Loop, De-Sloppify, Ralphinho/RFC-driven DAG) and guidance on when to use each, along with example workflows and best practices for context management, isolation of responsibilities, and safe landings.
Core Features & Use Cases
- Pattern spectrum from simple to advanced looping architectures for autonomous Claude Code tasks.
- Clear guidance on when to apply Sequential Pipeline, NanoClaw REPL, Infinite Agentic Loop, Continuous Claude PR Loop, De-Sloppify, and Ralphinho RFC-driven DAG.
- Best practices for context sharing, per-stage isolation, merge queues, and deterministic execution in iterative workflows.
Quick Start
Identify your automation goal and choose a loop pattern (e.g., Sequential Pipeline, Infinite Agentic Loop, or Ralphinho), then implement it using the guidance in this skill.