npx skills add affaan-m/ecc --skill continuous-agent-loop
devenkhatri/everything-claude-code · Archived
continuous-agent-loop
Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
Installation
npx skills add devenkhatri/everything-claude-code --skill continuous-agent-loop
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysi…
2 installsVisualize whether skills, rules, and agent definitions are actually followed — auto-generates s…
2 installsHunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reacha…
2 installsPrevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aw…
2 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from devenkhatri/everything-claude-code · top by installs.
npx skills add devenkhatri/everything-claude-code
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,083 B -
docs
SUMMARY.md125 B
History
- First seen on skills.sh
- First recorded snapshot · 1 installs
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:
- RFC decomposition (
ralphinho-rfc-pipeline) - quality gates (
plankton-code-quality+/quality-gate) - eval loop (
eval-harness) - 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