Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub michabbb/claude-code --plugin phpantom-lspA 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.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
PHP language server
Advanced PHP programming skills for modern PHP and security patterns
Marko LSP bundle (PHP intelephense) for Claude Code.
Rust language server
YAML language server
Bash language server
Consult a council of AI experts using multiple AI models in parallel
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim