By michabbb
Consult a council of AI experts using multiple AI models in parallel
npx claudepluginhub michabbb/claude-code --plugin council-of-expertsA 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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.