AI SummaryAgent Tower Plugin enables Claude Code users to orchestrate multiple AI coding assistants (Claude, Codex, Gemini) in collaborative workflows like council debates and consensus-building to get diverse perspectives on coding problems. Developers working on complex tasks benefit from accessing multiple AI viewpoints without switching tools.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "agent-tower-plugin" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/agent-tower-plugin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-tower-plugin/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/agent-tower-plugin/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-tower-plugin/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/agent-tower-plugin/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Multi-agent deliberation for Claude Code - orchestrate AI coding assistants (Claude, Codex, Gemini) for council, debate, and consensus workflows
Examples
` /tower:council "Evaluate this startup idea: AI-powered meal planning" /tower:debate "Should we use microservices or a monolith?" /tower:deliberate "Review the security of ~/GH/myproject" /tower:agents `
Agent Tower Plugin
Multi-agent deliberation for Claude Code. Orchestrate multiple AI coding assistants (Claude, Codex, Gemini) to get diverse perspectives on tasks.
Interactive Configuration
Before running any multi-agent workflow, use AskUserQuestion to gather configuration preferences from the user. This ensures the user has control over: • Number of agents/rounds • Consensus thresholds • Agent role assignments • Other mode-specific options Skip questions for any options the user explicitly provided in their command.
`/tower:council`
Multi-agent council with parallel opinions and synthesis First, analyze the user's question and suggest relevant perspectives via AskUserQuestion. Then run multiple agents in parallel with the selected personas. Agents anonymously rank each other's responses, and a chairman synthesizes the final answer. Best for: Evaluations, strategy decisions, comprehensive analysis, general knowledge questions
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster