focused-loop-builder

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

把框架或预设快速转成小型可复用的 loop 包与执行计划

这个 Skill 做什么

生成针对特定任务的可声明 focused-loop 规格、预设和校验器

把特定任务或工作流抽成可声明的 focused-loop:输出 loop.yaml、rubric、报告模板、校验器和 skill-chain 执行方案,方便把流程变成可运行的闭环。适合想把重复流程(如审查、发布或小迭代)标准化并自动化时用。与 build-loop 的阶段化纪律兼容,产出可直接验证与复用的工作流组件。

▸ 展开 SKILL.md 英文原文

Use when the user asks to "create a custom build loop", "build a loop spec", "make a focused loop", "generate a workflow loop", "adapt a framework into a loop", or asks whether a workflow should use skill chaining. Generates declarative focused-loop specs, presets, validators, and skill-chain plans.

开发编程工作流规格自动化校验通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/focused-loop-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/focused-loop-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->

# focused-loop-builder

Create declarative focused-loop specs that reuse build-loop's phase discipline outside pure coding work. The skill turns a preset or framework into a small loop pack: `loop.yaml`, `rubric.md`, report template, validator stub, and explicit skill-chain guidance.

## Core Rule

Keep the runner generic and the loop domain-specific. Do not create a new orchestrator for every workflow. Generate a loop spec that declares inputs, outputs, validators, gates, learn payload, and skill-chain handoffs.

## Workflow

1. **Classify the loop
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有