AI SummaryCoordinate heterogeneous AI teams: one creates, two review from different angles. Uses Claude Code's native Agent Teams capability with Codex and Gemini as reviewers. Different AI models have fundamentally different review tendencies. They don't just find different bugs — they look at completely dif
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ai-pair" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/ai-pair && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ai-pair/SKILL.md "https://raw.githubusercontent.com/axtonliu/ai-pair/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for code, articles, video scripts, and any creative task. Trigger: /ai-pair, ai pair, dev-team, content-team, team-stop
Prerequisites
• Claude Code — Team Lead + agent runtime • Codex CLI (codex) — for codex-reviewer • Gemini CLI (gemini) — for gemini-reviewer • Both external CLIs must have authentication configured
AI Pair Collaboration
Coordinate heterogeneous AI teams: one creates, two review from different angles. Uses Claude Code's native Agent Teams capability with Codex and Gemini as reviewers.
Why Multiple AI Reviewers?
Different AI models have fundamentally different review tendencies. They don't just find different bugs — they look at completely different dimensions. Using reviewers from different model families maximizes coverage.
Commands
`bash /ai-pair dev-team [project] # Start dev team (developer + codex-reviewer + gemini-reviewer) /ai-pair content-team [topic] # Start content team (author + codex-reviewer + gemini-reviewer) /ai-pair team-stop # Shut down the team, clean up resources ` Examples: `bash /ai-pair dev-team HighlightCut # Dev team for HighlightCut project /ai-pair content-team AI-Newsletter # Content team for writing AI newsletter /ai-pair team-stop # Shut down team `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster