loop-library
适合构建可靠的代理自动化,强调停机条件与安全护栏。
发现、设计、审计并修复可重复的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.
帮我安装这个 skill:https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/loop-library/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/loop-library/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. - *