Help us improve
Share bugs, ideas, or general feedback.
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-auditHow this agent operates — its isolation, permissions, and tool access model
Agent reference
claude-audit:agents/automation-analyst-refs/plugins-referenceThe summary Claude sees when deciding whether to delegate to this agent
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, ag...
Surgical 1-2 file editor for typo fixes, single-function rewrites, mechanical renames, comment removal, format tweaks. Refuses 3+ files, new features, cross-file changes. Returns caveman diff receipt.
Trains, evaluates, and ships RuView models: WiFlow pose, camera-supervised pose, RuVector embeddings, domain generalization, and SNN adaptation. Handles GPU training on GCloud and Hugging Face publishing.
Share bugs, ideas, or general feedback.
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: