By michabbb
Consult a council of AI experts using multiple AI models in parallel
A collection of Claude Code plugins for enhanced AI-assisted development.
Consult a council of 5 AI experts (Grok, Kimi, Gemini, MiniMax, GPT) in parallel to get diverse perspectives on complex technical and strategic questions.
Features:
In Claude Code, run:
/plugin marketplace add michabbb/claude-code
/plugin install council-of-experts
/plugin marketplace list
IMPORTANT: After installing any plugin, you must configure the required Bash permissions in Claude Code.
Add permissions to your Claude Code settings file:
| Scope | Location |
|---|---|
| Global (all projects) | ~/.claude/settings.json |
| Project-specific | .claude/settings.json in your project root |
Permissions use prefix matching with :* syntax:
{
"permissions": {
"allow": [
"Bash(opencode:*)",
"Bash(codex:*)"
]
}
}
Syntax Rules:
Bash(command:*) for prefix matching (allows command with any arguments)Bash(command) for exact match (only allows command without arguments)Bash(command *) with a space - this is invalid syntax{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(opencode:*)",
"Bash(codex:*)"
],
"deny": [],
"ask": []
}
}
| Plugin | Required Permissions |
|---|---|
| council-of-experts | Bash(opencode:*), Bash(codex:*) |
See individual plugin READMEs for detailed permission requirements.
MIT License - see individual plugin licenses for details.
Contributions are welcome! Please open an issue or submit a pull request.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub michabbb/claude-code --plugin council-of-expertsPHPAntom LSP — lightweight PHP language server for code intelligence
Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Multi-agent deliberation for AI coding assistants
Delegate tasks to Codex, Gemini, and OpenCode AI agents via Owlex MCP
Configurable multi-model code review, plan review, and general review with consensus convergence