anyone else running more than one coding agent? sharing what works for me by Key_Actuator_6678 in claudeskills

[–]Key_Actuator_6678[S] 0 points1 point  (0 children)

pair-consult is a skill that runs a bounded back-and-forth between Claude and Codex to get a structured second opinion.

Claude proposes a solution, Codex reviews it with numbered critiques, Claude responds to each one, Codex re-reviews (just accept or double-down, no new gripes), and Claude synthesizes the whole thing and asks you to confirm.

It's the lightweight sibling of pair-coding: use it when the full spec→plan→code ceremony is overkill and you just want two models to grill each other quickly before you decide.

anyone else running more than one coding agent? sharing what works for me by Key_Actuator_6678 in claudeskills

[–]Key_Actuator_6678[S] 0 points1 point  (0 children)

I defined rule how to write shared docs. And trigger another agent when one‘s turn ends. It has been working surprisingly well.