·agent-teams-simplify-and-harden
@

agent-teams-simplify-and-harden

Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle.

136Installs·12Trend·@pskoett

Installation

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

How to Install agent-teams-simplify-and-harden

Quickly install agent-teams-simplify-and-harden AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: pskoett/pskoett-ai-skills.

SKILL.md

View raw

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.

Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle. Source: pskoett/pskoett-ai-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden
Category
@Collaboration
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from pskoett/pskoett-ai-skills

Quick answers

What is agent-teams-simplify-and-harden?

Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle. Source: pskoett/pskoett-ai-skills.

How do I install agent-teams-simplify-and-harden?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pskoett/pskoett-ai-skills --skill agent-teams-simplify-and-harden Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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