JavaScript is disabled. Some features may not work.
continuous-agent-loop — ★ 220.5K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

continuous-agent-loop

★ 220K repomlN/AIntermediateClaude
🤖 AI Summary

**continuous-agent-loop** is the v1.8+ canonical loop skill that provides a deterministic, sequential agent execution loop by default, with branching options for CI/PR control, RFC decomposition, or infinite parallel generation. It supersedes `autonomous-loops` and is designed to be paired with a production stack of RFC pipelines, quality gates, eval harnesses, and session persistence, while monitoring for failure modes like loop churn, stalled merges, and cost drift.

How to Install

Claude Code:
git clone --depth 1 https://github.com/affaan-m/ECC.git && cp ECC/skills/continuous-agent-loop ~/.claude/skills/continuous-agent-loop -r
# Continuous Agent Loop This is the v1.8+ canonical loop skill name. It supersedes `autonomous-loops` while keeping compatibility for one release. ## Loop Selection Flow ```text Start | +-- Need strict CI/PR control? -- yes --> continuous-pr | +-- Need RFC decomposition? -- yes --> rfc-dag | +-- Need exploratory parallel generation? -- yes --> infinite | +-- default --> sequential ``` ## Combined Pattern Recommended production stack: 1. RFC decomposition (`ralphinho-rfc-pipeline`) 2. quality gates (`plankton-code-quality` + `/quality-gate`) 3. eval loop (`eval-harness`) 4. session persistence (`nanoclaw-repl`) ## Failure Modes - loop churn without measurable progress - repeated retries with same root cause - merge queue stalls - cost drift from unbounded escalation ## Recovery - freeze loop - run `/harness-audit` - reduce scope to failing unit - replay with explicit acceptance criteria

Details

Category AI/ML → ml
Sourceaffaan-m/ECC
SKILL.mdView on GitHub →
Repo Stars★ 220.5K
Est. per SkillN/A (shared across 121 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together