About Loops! 关于循环!
What are Loops? 什么是循环?
EN: A prompt is a one-shot instruction. A loop is a system that keeps prompting your agent until a goal is met — with feedback gates between each pass.
ZH: 提示是一次性指令。循环是一个系统,它持续提示你的代理直到目标达成——每次通过之间都有反馈门。
Loops vs Prompts 循环 vs 提示
EN: prompts! gives you ingredients. loops! gives you recipes.
ZH: 提示!给你原料。循环!给你配方。
EN: Most developers still prompt coding agents manually for every step. Loops automate that rhythm: trigger, act, check, repeat.
ZH: 大多数开发者仍然手动为每一步提示编程代理。循环自动化了这个节奏:触发、执行、检查、重复。
EN: Each loop on this site includes a structured kickoff prompt you can paste into Cursor, plus an optional install bundle with hooks and scripts for persistent automation.
ZH: 本站的每个循环都包含一个结构化的启动提示,你可以粘贴到 Cursor 中,以及一个可选的安装包,包含钩子和脚本用于持久自动化。
How to Use a Loop 如何使用循环
EN: Deeplinks paste the kickoff only — they cannot install files into your repo.
ZH: 深度链接只粘贴启动提示——它们不能将文件安装到你的仓库中。
Browse & Select 浏览并选择
EN: Browse loops and open one that matches your workflow.
ZH: 浏览循环并打开匹配你工作流的一个。
Copy Kickoff 复制启动提示
EN: Click Use loop to copy the kickoff, or use agent deeplinks to pre-fill it.
ZH: 点击使用循环复制启动提示,或使用代理深度链接预填充。
Paste into Agent 粘贴到代理中
EN: Paste into your agent and let it self-pace until the exit condition passes.
ZH: 粘贴到你的代理中,让它自动执行直到退出条件通过。
Install Hooks (Optional) 安装钩子(可选)
EN: For hook-based loops, download Install files, extract at your project root, then restart the agent.
ZH: 对于基于钩子的循环,下载安装文件,解压到项目根目录,然后重启代理。