> continuous-agent-loop
具有质量门、评估和恢复控制的连续自主代理循环模式。
curl "https://skillshub.wtf/affaan-m/everything-claude-code/continuous-agent-loop?format=md"持续代理循环
这是 v1.8+ 的规范循环技能名称。它在保持一个发布版本的兼容性的同时,取代了 autonomous-loops。
循环选择流程
Start
|
+-- 需要严格的 CI/PR 控制? -- yes --> continuous-pr
|
+-- 需要 RFC 分解? -- yes --> rfc-dag
|
+-- 需要探索性并行生成? -- yes --> infinite
|
+-- default --> sequential
组合模式
推荐的生产栈:
- RFC 分解 (
ralphinho-rfc-pipeline) - 质量门 (
plankton-code-quality+/quality-gate) - 评估循环 (
eval-harness) - 会话持久化 (
nanoclaw-repl)
故障模式
- 循环空转,没有可衡量的进展
- 因相同根本原因而重复重试
- 合并队列停滞
- 无限制升级导致的成本漂移
恢复
- 冻结循环
- 运行
/harness-audit - 将范围缩小到失败单元
- 使用明确的验收标准重放
> related_skills --same-repo
> skill-comply
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines
> santa-method
Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.
> safety-guard
# Safety Guard — Prevent Destructive Operations ## When to Use - When working on production systems - When agents are running autonomously (full-auto mode) - When you want to restrict edits to a specific directory - During sensitive operations (migrations, deploys, data changes) ## How It Works Three modes of protection: ### Mode 1: Careful Mode Intercepts destructive commands before execution and warns: ``` Watched patterns: - rm -rf (especially /, ~, or project root) - git push --force
> product-lens
# Product Lens — Think Before You Build ## When to Use - Before starting any feature — validate the "why" - Weekly product review — are we building the right thing? - When stuck choosing between features - Before a launch — sanity check the user journey - When converting a vague idea into a spec ## How It Works ### Mode 1: Product Diagnostic Like YC office hours but automated. Asks the hard questions: ``` 1. Who is this for? (specific person, not "developers") 2. What's the pain? (quantify