From claude-audit
Plugins are installable collections of skills, commands, agents, and hooks. Install via `/plugin install`.
npx claudepluginhub mrkhachaturov/ccode-personal-plugins --plugin claude-auditPlugins are installable collections of skills, commands, agents, and hooks. Install via `/plugin install`. **Note**: These are plugins from the official repository. Use web search to discover additional community plugins. --- | Plugin | Best For | Key Features | |--------|----------|--------------| | **plugin-dev** | Building Claude Code plugins | Skills for creating skills, hooks, commands, ag...
Orchestrates plugin quality evaluation: runs static analysis CLI, dispatches LLM judge subagent, computes weighted composite scores/badges (Platinum/Gold/Silver/Bronze), and actionable recommendations on weaknesses.
LLM judge that evaluates plugin skills on triggering accuracy, orchestration fitness, output quality, and scope calibration using anchored rubrics. Restricted to read-only file tools.
Expert UI designer for component creation, responsive layouts, visual design systems, and design-to-code. Delegate for UI components, layouts, mockups, and visual implementations.
Plugins are installable collections of skills, commands, agents, and hooks. Install via /plugin install.
Note: These are plugins from the official repository. Use web search to discover additional community plugins.
| Plugin | Best For | Key Features |
|---|---|---|
| plugin-dev | Building Claude Code plugins | Skills for creating skills, hooks, commands, agents |
| pr-review-toolkit | PR review workflows | Specialized review agents (code, tests, types) |
| code-review | Automated code review | Multi-agent review with confidence scoring |
| code-simplifier | Code refactoring | Simplify code while preserving functionality |
| feature-dev | Feature development | End-to-end feature workflow with agents |
| Plugin | Best For | Key Features |
|---|---|---|
| commit-commands | Git workflows | /commit, /commit-push-pr commands |
| hookify | Automation rules | Create hooks from conversation patterns |
| Plugin | Best For | Key Features |
|---|---|---|
| frontend-design | UI development | Production-grade UI, avoids generic aesthetics |
| Plugin | Best For | Key Features |
|---|---|---|
| explanatory-output-style | Learning | Educational insights about code choices |
| learning-output-style | Interactive learning | Requests contributions at decision points |
| security-guidance | Security awareness | Warns about security issues when editing |
| Plugin | Language |
|---|---|
| typescript-lsp | TypeScript/JavaScript |
| pyright-lsp | Python |
| gopls-lsp | Go |
| rust-analyzer-lsp | Rust |
| clangd-lsp | C/C++ |
| jdtls-lsp | Java |
| kotlin-lsp | Kotlin |
| swift-lsp | Swift |
| csharp-lsp | C# |
| php-lsp | PHP |
| lua-lsp | Lua |
| Codebase Signal | Recommended Plugin |
|---|---|
| Building plugins | plugin-dev |
| PR-based workflow | pr-review-toolkit |
| Git commits | commit-commands |
| React/Vue/Angular | frontend-design |
| Want automation rules | hookify |
| TypeScript project | typescript-lsp |
| Python project | pyright-lsp |
| Go project | gopls-lsp |
| Security-sensitive code | security-guidance |
| Learning/onboarding | explanatory-output-style |
# Install a plugin
/plugin install <plugin-name>
# List installed plugins
/plugin list
# View plugin details
/plugin info <plugin-name>
Recommend plugin installation when: