agent-team
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
npx skills add dyoshikawa/rulesync --skill agent-team --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Team TASK = the user's request If TASK is not provided, ask the user for the task description and stop. Coordinate an Agent Team composed of an **Implementer Agent** and a **Reviewer Agent**. Iterate the implementation/review loop until the exit condition is satisfied. ## 0. Exit Condition The loop exits when **both** of the following hold in a single review round: - **0** findings of severity `high` or `critical`. - **3 or fewer** findings of severity `mid`. Findings of severity `low` do not affect the exit condition. Set a hard safety cap of **10 iterations**. If the exit condition is still not met at the cap, stop the loop and report the remaining findings to the user for manual decision. ## 1. Iteration Loop Repeat the following steps until the exit condition is satisfied. ### 1-1. Implementation Phase Delegate to the Implementer Agent via the Agent tool. - `subagent_type`: `general-purpose` - Role framing: "You are the Implementer Agent on an Agent Team." - Inputs to pass: - The original TASK. - All Reviewer findings from the previous round (if any), grouped by severity. - Instructions to include in the prompt: - Implement the TASK end-to-end in the current repository.
- 0. Exit Condition
- 1. Iteration Loop
- 1-1. Implementation Phase
- 1-2. Review Phase
- 1-3. Evaluate the Exit Condition
- 2. Final Report
What does the agent-team skill do?
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
How do I install it?
Run `npx skills add dyoshikawa/rulesync --skill agent-team --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From dyoshikawa/rulesync, a repository with 1,285 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.