> PUA 的自动迭代模式。适合连续推进、持续验证、直到达到停机条件或显式暂停条件的任务。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill pua-loop --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pua Loop?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-pua-loop)More formats (shields.io, HTML) on the badges page.
---
name: pua-loop
description: "> PUA 的自动迭代模式。适合连续推进、持续验证、直到达到停机条件或显式暂停条件的任务。"
category: general-purpose
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/Colin4k1024/tsp/skills/pua-loop/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/Colin4k1024/tsp/skills/pua-loop/SKILL.md
---
# PUA Loop
## 用途
- 当任务需要连续追结果,而不是每一小步都回头停下来等下一条指令时使用。
## 默认做法
1. 继承 [pua](../pua/SKILL.md) 的全部行为纪律。
2. 明确停机条件、升级条件和人工介入条件。
3. 连续推进时,每轮都要有新信息增量,禁止重复同一路径空转。
4. 一旦达到无法继续的边界,用结构化失败报告暂停,而不是假装完成。
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/Colin4k1024/tsp/skills/pua-loop/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!