SOP-010: Plugins
DOCUMENT CONTROL
| Field | Value |
|---|---|
| SOP ID | SOP-010 |
| Version | 1.0 |
| Status | Active |
Purpose
Install and configure plugins to extend Claude Code functionality.
What are Plugins?
Plugins are pre-packaged extensions that add:
- New tools and capabilities
- Custom workflows
- Integration with services
- Specialized features
Installing Plugins
Via CLI: claude plugins install plugin-name
Via npm: npm install -g @claude-code/plugin-name
Managing Plugins
| Command | Action |
|---|---|
| claude plugins list | List installed |
| claude plugins install | Install plugin |
| claude plugins remove | Remove plugin |
| claude plugins update | Update plugins |
Popular Plugins
| Plugin | Purpose |
|---|---|
| testing | Test generation |
| docs | Documentation |
| security | Security scanning |
| performance | Performance analysis |
Best Practices
Plugin Tips
- Only install needed plugins
- Keep plugins updated
- Review plugin permissions
- Remove unused plugins