ai-pair

Solid

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

AI & Automation 240 stars 43 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
79
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ``` ## 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 ## Team Architecture ### Dev Team (`/ai-pair dev-team [project]`) ``` User (Commander) | Team Lead (current Claude session) |-- developer (Claude Code agent) — writes code, implements features |-- codex-reviewer (Claude Code agent) — via codex CLI | Focus: bugs, security, concurrency, performanc...

Details

Author
axtonliu
Repository
axtonliu/ai-pair
Created
2 months ago
Last Updated
2 months ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

codex-agent-collaboration

Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.

25 Updated 4 months ago
ForteScarlet
AI & Automation Featured

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

27,562 Updated today
davila7
AI & Automation Featured

agent-orchestrator

Open-source, pluggable agentic coding orchestrator. Manages durable coding agents (Claude Code, Codex, OpenCode) through a simple interface — spawn agents, track progress, and let feedback loops like PR reviews and CI failures automatically route to the right agents. Use for fixing bugs, building features, working on GitHub issues, checking status, and managing agent sessions.

7,269 Updated yesterday
ComposioHQ
AI & Automation Featured

adversarial-reviewer

Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.

16,173 Updated today
alirezarezvani