AI Skill Hub 强烈推荐:循环库 是一款优质的Prompt模板。已获得 1.0k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Prompt模板解决方案,这是一个值得深入了解的选择。
循环库 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
循环库 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/Forward-Future/loop-library
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# loop-library 配置说明 # 查看配置选项 loop-library --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LOOP_LIBRARY_CONFIG="/path/to/config.yml"
Loop Library has two separate but related parts in this repository:
| Part | What it is | Where it lives |
|---|---|---|
| **Loop Library website** | The public catalog where people and agents can browse published loops, read them, and copy their prompts. No installation is required. | [Live website](https://signals.forwardfuture.ai/loop-library/) · shell in [site/](site/), database and rendering in [worker/](worker/) |
| **Loop Library skill** | An optional installable guide that helps an AI agent discover, find, audit, repair, adapt, or design loops through conversation. It uses the website's live catalog when recommending published loops. | source in [skills/loop-library/](skills/loop-library/) |
The website is the library; the skill is a companion way to work with it. You can browse or give an agent the website without installing the skill. Installing the skill adds the guided workflow, but it does not install or host the website.
Agents that do not have the skill can use the published agent guide, agent instructions, JSON catalog, or plain-text catalog directly.
Each published loop tells an agent what to do, how to check its work, what to try next, and when to stop.
You need Node.js and npx. Pick the platform you use:
| Platform | Install command |
|---|---|
| Codex | npx skills add Forward-Future/loop-library --skill loop-library --agent codex -g -y |
| Cursor | npx skills add Forward-Future/loop-library --skill loop-library --agent cursor -g -y |
| Claude Code | npx skills add Forward-Future/loop-library --skill loop-library --agent claude-code -g -y |
To install it for all three at once:
npx skills add Forward-Future/loop-library \
--skill loop-library \
--agent codex \
--agent cursor \
--agent claude-code \
-g -y
Using another agent? Run the interactive installer and choose from the agents it detects:
npx skills add Forward-Future/loop-library --skill loop-library -g
The command parts mean:
- Forward-Future/loop-library is the GitHub repository to install from. - --skill loop-library selects this skill from the repository. - --agent ... selects the agent that should receive it. - -g makes it available in all your projects. Leave -g off to install it only in the current project. - -y accepts the install prompts. Leave it off if you want to review the choices interactively.
If an agent was already open and the skill does not appear, restart that agent.
高质量的AI代理循环库,值得使用
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,循环库 是一款质量优秀的Prompt模板,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | loop-library |
| 原始描述 | 开源Prompt模板:A library of practical AI-agent loops and an installable skill for finding, adap。⭐1.0k · JavaScript |
| Topics | promptagent-skillsautomationjavascript |
| GitHub | https://github.com/Forward-Future/loop-library |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-06-22 · 更新时间:2026-06-22 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端