---
id: manual-fuy25-loop
name: "FUY25/Loop"
nameZh: "FUY25/Loop"
sourceCategory: "Loop Engineering Skills"
sourceCategoryZh: "Loop Engineering Skills"
url: "https://github.com/FUY25/Loop"
sourceUrl: "https://github.com/search?q=loops+engineering&type=repositories"
tags: ["Loop engineering","Skill family","Claude Code","Codex"]
tagsZh: ["Loop engineering","Skill family","Claude Code","Codex"]
categorySlugs: ["dev","testing","meta-tools","productivity"]
---

# FUY25/Loop

中文名称：FUY25/Loop

## Description

FUY25/Loop is a skill family for loop engineering with loop-scan, loop-generate, loop-verify, loop-list, loop-run, and loop-status for Claude Code and future Codex ports.

FUY25/Loop 是一个 loop engineering skill family，包含 loop-scan、loop-generate、loop-verify、loop-list、loop-run 和 loop-status，面向 Claude Code 并可迁移到 Codex。

## Why It Was Selected

This repository was selected even though it has fewer stars because it is explicitly a skill family for loop engineering. It is directly relevant to EasyGlobe's skills directory and to users looking for reusable loop skills rather than only frameworks or essays.

GitHub API snapshot: non-fork repository, Python, 8 stars, updated 2026-06-12 UTC.

## Use This Skill

- Open or install the skill from: https://github.com/FUY25/Loop
- Review the GitHub search source: https://github.com/search?q=loops+engineering&type=repositories
- Categories: dev, testing, meta-tools, productivity
- Tags: Loop engineering, Skill family, Claude Code, Codex
- 中文标签：Loop engineering、Skill family、Claude Code、Codex

## README SEO Report

### Detailed Overview

FUY25/Loop is a development home for a family of Claude Code skills that help users move from prompting agents turn-by-turn to designing self-running loops. It defines a loop as trigger plus work plus verification plus memory, assembled from automations, worktrees, skills, connectors, sub-agents, and a state file.

The repository is useful for loop engineering because it breaks the lifecycle into generation skills and run skills. Generation includes loop-scan, loop-generate, and loop-verify. Operation includes loop-list, loop-run, and loop-status.

### Installation

The README shows a Claude Code first installation path:

```bash
./scripts/install.sh
```

It notes that Codex porting can be done later by copying skills to `~/.codex/skills/` and swapping mechanism wiring.

### Usage

Use this resource when a team wants explicit loop skills rather than a single runtime. The README describes these skills:

- `loop-scan`: discover repeated work and loop opportunities.
- `loop-generate`: design a loop spec with stop condition, budget, escalation, and state.
- `loop-verify`: encode manual verification as reusable checks.
- `loop-list`: inspect runnable loops.
- `loop-run`: start a matching loop.
- `loop-status`: maintain stale, failing, or over-budget loops.

### Capabilities

- Loop opportunity discovery.
- Loop spec generation.
- Verification-skill generation.
- Loop registry inspection.
- Loop start command selection.
- Loop status and maintenance checks.

### Source Archive

- Archive source type: generated-local-file
- Archived docs: None

## 3W FAQ

### What is this skill?

FUY25/Loop is a loop engineering skill family for discovering, generating, verifying, running, and maintaining agent loops.

### Who is this skill for?

This skill is for teams working on development, testing, meta-tools, and productivity workflows that want reusable loop skills.

### When should you use it?

Use it when you want to turn repeated agent work into named loop skills with trigger, work, verification, memory, and status conventions.

## 中文 3W FAQ

### What：这个 skill 是什么？

FUY25/Loop 是一个 loop engineering skill family，用于发现、生成、验证、运行和维护 agent loops。

### Who：适合谁使用？

适合处理 development、testing、meta-tools、productivity 工作流，并希望把重复 agent 工作沉淀为 loop skills 的团队。

### When：什么时候使用？

当你需要把反复出现的 agent 工作整理成带 trigger、work、verification、memory 和 status 约定的闭环 skill 时使用。
