easy-loop-engineering

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

把复杂的 agent-loop 配置固化成可执行方案与实施流程。

▸ 风险提示

会修改项目文件并可能运行安装脚本或外部依赖

这个 Skill 做什么

为项目配置并落地 loop engineering 的六大模块,实现自动化运行。

把项目搭成能自动跑的 agent loop:把子 agent、状态文件、调度、事件 guard/钩子、持久化和契约这六块按需配置并落地。适合你想把项目“自动化运行/自循环”时使用,会把确定的部分自动实现、不确定的部分先问清楚再执行。它与具体智能体解耦,默认以 Claude Code 作为运行时,输出可复用的子 agent、状态与调度脚本。

▸ 展开 SKILL.md 英文原文

Use when the user wants to set up loop engineering or automation for a project — e.g. "为这个项目配置 loop engineering"、"配置自动化"、"让这个项目自动跑起来"、"给项目配 loop"、"set up a self-running agent loop". Decides which of the six building blocks apply (sub-agents, state files, scheduling, event guards/hooks, persistence, contract) and implements them. Agent-neutral with Claude Code as the primary runtime and Codex as a supported alternative. Creates sub-agent files, state files, guard rails, scheduling scripts. Asks about uncertain choices, auto-does deterministic ones, confirms the plan before implementing.

自动化集成loop-engineering自动化项目配置Claude CodeCodex
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/cn-knight/easy-loop-engineering/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/cn-knight/easy-loop-engineering/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Easy Loop Engineering — 项目配置器

## 这个 skill 做什么

在任意项目目录下,用户说"配 loop engineering / 配自动化 / 让项目自动跑"时,帮用户把 loop engineering 的六块积木按项目需求配置落地。用户记不住怎么配——本 skill 把配置知识固化进来:**确定的自动配,不确定的问用户,出方案 → 确认 → 实施**。

本 skill **agent 中立**:核心是 loop engineering 的六积木方法论(来自 Addy Osmani 与 Karpathy 原典),与具体智能体解耦。落地时以 **Claude Code 为主运行时**,**Codex 为支持的第二运行时**,并附"适配其他智能体"指引。

## 何时触发

用户在任何项目里表达"要给这个项目上 loop engineering / 自动化 / 让 agent 自主跑 / set up a self-running loop"等意图时。

## 核心原则(不可违背)

1. **以原典为准,警惕二手缝合**:不确定的概念/做法查 `references/0_canonical-texts.md`(Addy 全文 + Karpathy §I-§IX),别凭印象瞎编。配置细节查 `references/1_loop-engineering概念学习.md`。
2. **动钱/危险操作必须配护栏,绝不裸跑无人值守循环**:调价、扣款、删数据、外发等操作,事件护栏(Claude Code 为 PreToolUse hook;Codex
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有