multi-ai-collab
Installation
SKILL.md
Multi-AI Collaboration Skill
Overview
This skill enables the invoking AI agent to act as an Orchestrator, coordinating multiple AI agents (Codex CLI, Gemini CLI, Claude sub-agents) with assigned Personas (specialized expert roles) for collaborative software development tasks.
The primary use case is Cross-Review: having multiple AI agents independently analyze code from different expert perspectives, then synthesizing their findings to provide comprehensive, bias-reduced results.
Prerequisites
Before using this skill, ensure the required CLI tools are installed:
# Check available agents
which codex && codex --version
which gemini && gemini --version
which claude && claude --version