V-Sekai-fire

Coordinate Agents — Code Quality skill for Claude Code

Code Quality community

Run one coordination sweep across live weftspun agents — snapshot the Bao KV agents/ store, notify each live peer with their role and open items, enqueue clean PRs, apply prettier-only fixes on stuc.

How to install Coordinate Agents

Installs to ~/.claude/skills/v-sekai-fire-dot-claude-coordinate-agents/SKILL.md

Terminal
mkdir -p ~/.claude/skills/v-sekai-fire-dot-claude-coordinate-agents && curl -fsSL https://raw.githubusercontent.com/V-Sekai-fire/dot-claude/HEAD/skills/coordinate-agents.md -o ~/.claude/skills/v-sekai-fire-dot-claude-coordinate-agents/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coordinate Agents does


name: coordinate-agents description: Run one coordination sweep across live weftspun agents — snapshot the Bao KV `agents/` store, notify each live peer with their role and open items, enqueue clean PRs, apply prettier-only fixes on stuck PRs with a note, surface DIRTY/structural failures to the operator, close the pass. Only the coordinator role (RFD 2200) runs this; requires `mps-admin` policy for the admin bits. Load when the operator says "coordinate agents", "agent coordinate check", "c

Alternatives in Code Quality

  • Open Code Review — /open-code-review 21.5k ★
  • Wwas — Create backlog items in Why-What-Acceptance format 7.8k ★
  • Brooks Sweep — Run all Brooks-Lint analyses in one pass, auto-fix safe findings, confirm risky ones 1.5k ★

Full documentation available on GitHub

View Source Repository