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.
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
GDScript language server for Godot Engine