new-loop

仓库创建 2026年6月14日最近提交 1 天前SkillHot 收录 8 小时前
▸ 精选理由

适合把长期任务或职责模块化为可跟踪的循环与产物,便于知识沉淀与审计。

这个 Skill 做什么

为文件型知识库中创建并引导新的 loop(域),同时生成 README 和一次实测记录。

在基于文件的知识库里帮你创建一个新的 loop(域):搭建目录和 domains/<loop>/README.md,写清 charter,并做一次真实跑通把结果记入 Timeline 和 LOG.md。适合用户说要“建立新工作流/常驻任务”或让 agent 负责周期性工作时使用。特别之处是会自动 bootstrap 基础结构并留下可运行的验收记录,做到可复现上手。

▸ 展开 SKILL.md 英文原文

Spin up a new loop (domain) in a file-based knowledge base — bootstrap the substrate if it's missing, gather the loop's charter, scaffold domains/<loop>/README.md, then do ONE real test run and record it in the loop's Timeline and LOG.md. Use when the user says "set up a new loop", "create a domain", "start a new beat/workstream", or names a recurring job they want the agent to own.

Skill 开发管理循环管理知识库域脚手架通用
1.1k
Stars
141
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AI-Builder-Club/skills/main/skills/new-loop/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AI-Builder-Club/skills/main/skills/new-loop/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# new-loop — spin up a new loop

A **loop** (a `domain`) is a recurring thread of work the agent owns: a charter, a cadence, and
the artifacts it produces. This skill creates one, proves it works with a single real run, and
leaves behind a `domains/<loop>/README.md` that is the loop's live state.

## When to use
The user wants to stand up a new workstream/beat/job (e.g. "a weekly SEO loop", "a support
triage loop", "a competitor-watch loop"). Don't use this for a one-off task — that's a backlog
line in an existing domain, or a `doc`/`signal`.

## Inputs to gather (ask only what's missing)
Infer from the request; ask a short clarifying round only for what you can't:

1. **name** — kebab-case,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有