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.
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 phpantom-lspConsult a council of AI experts using multiple AI models in parallel
PHP language server
Advanced PHP programming skills for modern PHP and security patterns
PhpStorm plugin for advanced IDE integration
Marko LSP bundle (PHP intelephense) for Claude Code.
Rust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.