Content Preview
--- name: autonomous-loops description: "自主Claude代码循环的模式与架构——从简单的顺序管道到基于RFC的多智能体有向无环图系统。" origin: ECC --- # 自主循环技能 > 兼容性说明 (v1.8.0): `autonomous-loops` 保留一个发布周期。 > 规范的技能名称现在是 `continuous-agent-loop`。新的循环指南应在此处编写,而此技能继续可用以避免破坏现有工作流。 在循环中自主运行 Claude Code 的模式、架构和参考实现。涵盖从简单的 `claude -p` 管道到完整的 RFC 驱动的多智能体 DAG 编排的一切。 ## 何时使用 * 建立无需人工干预即可运行的自主开发工作流 * 为你的问题选择正确的循环架构(简单与复杂) * 构建 CI/CD 风格的持续开发管道 * 运行具有合并协调的并行智能体 * 在循环迭代中实现上下文持久化 * 为自主工作流添加质量门和清理步骤 ## 循环模式谱系 从最简单到最复杂: | 模式 | 复杂度 | 最适合 | |---------
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/autonomous-loops.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/zh-CN/skills/autonomous-loops/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/zh-CN/skills/autonomous-loops/SKILL.md
Related Skills
continuous-agent-loop
这是 v1.8+ 的规范循环技能名称。它在保持一个发布版本的兼容性的同时,取代了 `autonomous-loops`。
continuous-agent-loopcontinuousagentloop
by affaan-m · everything-claude-code
autonomous-agent-patterns
Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).
architectureautonomousagent
by sickn33 (Antigravity) · antigravity-awesome-skills
autonomous-agents
You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10.
data-aiautonomousagents
by sickn33 (Antigravity) · antigravity-awesome-skills
managing-autonomous-development
Execute enables AI assistant to manage sugar's autonomous development workflows. it allows AI assistant to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. use this skill when the user asks to create a new develo... Use when appropriate context
managing-autonomous-developmentmanagingautonomousdevelopment
by jeremylongshore · plugins-plus-skills