loop-library

仓库创建 2025年10月19日最近提交 9 天前SkillHot 收录 20 天前
▸ 精选理由

适合构建可靠的代理自动化,强调停机条件与安全护栏。

这个 Skill 做什么

发现、设计、审计并修复可重复的AI代理循环与自动化流程。

帮你找出、设计或修复那些会重复跑的 AI-agent 循环,把重复工作变成可控的自动化流程。适合在分析代码库、挖掘历史线程里反复发生的步骤、或要把工程重复劳动改成定期代理工作流时使用。特别之处是把循环当作有终止条件的反馈系统,强调触发器、校验、停止条件、护栏和交接,避免无边界的无限运行。

▸ 展开 SKILL.md 英文原文

Discover, find, compare, audit, repair, adapt, and design repeatable AI-agent loops with explicit triggers, actions, verification, stopping conditions, guardrails, and handoffs. Use when a user asks to analyze a codebase for potential loops, mine coding-thread history for work done more than once, turn repeated engineering work into a loop, find or recommend a published loop, create a recurring agent workflow or automation cadence, turn an outcome into a bounded copy-ready loop, or review an existing loop for weak checks, unsafe authority, unbounded repetition, stale state, or unclear stopping behavior.

自动化集成代理循环自动化审计Claude Code
2.3w
Stars
3.2k
Forks
40
仓库内 Skill
+2.2k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/loop-library/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/loop-library/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Loop Library

Help the user discover loop opportunities in existing engineering work, reuse a
published Loop Library loop when one fits, audit or repair an existing loop, or
design a new one through a focused interview. Treat a loop as a feedback system
with terminal states, not as permission for endless autonomy.

## Route the request

Choose the smallest useful path:

- **Discover:** Analyze a codebase, coding-thread history, or both for repeated
  work that can become a bounded loop.
- **Find:** Recommend one to three published loops for a stated problem.
- **Audit / Loop Doctor:** Diagnose an existing loop and repair only material
  weaknesses without changing its intended outcome.
- *
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有