·agent-teams-simplify-and-harden
@

agent-teams-simplify-and-harden

使用并行代理团队进行实施+审核循环,并进行结构化简化、强化和文档传递。产生实施代理来完成工作,然后审核代理以发现复杂性、安全漏洞和规范偏差,然后循环直到代码编译干净、所有测试通过、审核员发现零问题或达到循环上限。使用时机:实现规范或计划中的功能、强化现有代码、修复一批问题或任何受益于构建-验证-修复周期的多文件任务。

136安装·12热度·@pskoett

安装

$npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden

如何安装 agent-teams-simplify-and-harden

通过命令行快速安装 agent-teams-simplify-and-harden AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pskoett/pskoett-ai-skills。

SKILL.md

查看原文

A two-phase team loop that produces production-quality code: implement, then audit using simplify + harden passes, then fix audit findings, then re-audit, repeating until the codebase is solid or the loop cap is reached.

Budget guidance: Track the cumulative diff growth across rounds. If fix rounds have added more than 30% on top of the original implementation diff, tighten the scope: skip medium/low simplify findings and focus only on harden patches and spec gaps.

Break the work into discrete, parallelizable tasks. Each task should be independent enough for one agent to complete without blocking on others.

使用并行代理团队进行实施+审核循环,并进行结构化简化、强化和文档传递。产生实施代理来完成工作,然后审核代理以发现复杂性、安全漏洞和规范偏差,然后循环直到代码编译干净、所有测试通过、审核员发现零问题或达到循环上限。使用时机:实现规范或计划中的功能、强化现有代码、修复一批问题或任何受益于构建-验证-修复周期的多文件任务。 来源:pskoett/pskoett-ai-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden
分类
@协作工具
认证
收录时间
2026-02-23
更新时间
2026-03-10

Browse more skills from pskoett/pskoett-ai-skills

快速解答

什么是 agent-teams-simplify-and-harden?

使用并行代理团队进行实施+审核循环,并进行结构化简化、强化和文档传递。产生实施代理来完成工作,然后审核代理以发现复杂性、安全漏洞和规范偏差,然后循环直到代码编译干净、所有测试通过、审核员发现零问题或达到循环上限。使用时机:实现规范或计划中的功能、强化现有代码、修复一批问题或任何受益于构建-验证-修复周期的多文件任务。 来源:pskoett/pskoett-ai-skills。

如何安装 agent-teams-simplify-and-harden?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pskoett/pskoett-ai-skills