Skip to content
Skill

agent-tower-plugin

by BayramAnnakov

AI Summary

Agent Tower Plugin orchestrates multiple AI coding assistants (Claude, Codex, Gemini) to deliberate on coding tasks through council, debate, and consensus workflows. Developers benefit from diverse AI perspectives and structured decision-making for complex coding challenges.

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
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/BayramAnnakov/agent-tower-plugin/master/SKILL.md"

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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
14 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars14
Forks4
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code