affaan-m/ECC

continuous-agent-loop

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

60Collecting
See source evidenceView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "skills/continuous-agent-loop"
Source profileGeneral workflowCatalog only

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Limited to facts supported by the pinned source

What the pinned source establishes about continuous-agent-loop

This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release.

npx skills add https://github.com/affaan-m/ECC --skill "skills/continuous-agent-loop"
Check the pinned source

The pinned source contains about 104 English words and 4 usable sections. That evidence supports a source profile, not a complete guide.

104 source words · 4 usable sections

What the source actually contains

3 verifiable source sections for continuous-agent-loop

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Loop Selection Flow

Review the “Loop Selection Flow” section in the pinned source before continuing.

SKILL.md · Loop Selection Flow
Review and apply the “Loop Selection Flow” source section.
02

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)

SKILL.md · Combined Pattern
RFC decomposition (ralphinho-rfc-pipeline)quality gates (plankton-code-quality + /quality-gate)eval loop (eval-harness)
03

Failure Modes

loop churn without measurable progress

SKILL.md · Failure Modes
loop churn without measurable progressrepeated retries with same root causemerge queue stalls

Choose a different workflow

When another Skill is the better fit

FAQ

How do I install continuous-agent-loop?

The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "skills/continuous-agent-loop". Inspect the command and pinned source before running it.

Repository stars
234,327
Repository forks
35,711
Quality
60/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

60/100
Documentation14/30
Specificity14/25
Maintenance20/20
Trust signals12/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

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

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
Source repo
affaan-m/ECC
Skill path
skills/continuous-agent-loop/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected