continuous-agent-loop

affaan-m/everything-claude-code · updated Apr 8, 2026

$npx skills add https://github.com/affaan-m/everything-claude-code --skill continuous-agent-loop
0 commentsdiscussion
summary

Decision framework for autonomous agent loops with quality gates, evals, and recovery patterns.

  • Four loop modes available: continuous-pr for CI/PR workflows, rfc-dag for RFC decomposition, infinite for exploratory parallel generation, and sequential as default
  • Recommended production stack combines RFC decomposition, code quality gates, eval harness, and session persistence for robust autonomous execution
  • Built-in failure mode detection covers loop churn, repeated retries, merge queue
skill.md

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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.555 reviews
  • Mateo Shah· Dec 28, 2024

    continuous-agent-loop has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Min Li· Dec 28, 2024

    Keeps context tight: continuous-agent-loop is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dhruvi Jain· Dec 20, 2024

    continuous-agent-loop reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Mei Nasser· Dec 20, 2024

    continuous-agent-loop is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Mei Farah· Dec 4, 2024

    Registry listing for continuous-agent-loop matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Aditi Ndlovu· Nov 23, 2024

    Useful defaults in continuous-agent-loop — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Aisha Johnson· Nov 19, 2024

    We added continuous-agent-loop from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Oshnikdeep· Nov 11, 2024

    I recommend continuous-agent-loop for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sofia Okafor· Nov 11, 2024

    continuous-agent-loop fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Nikhil Diallo· Oct 14, 2024

    I recommend continuous-agent-loop for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 55

1 / 6