-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Problem (one or two sentences)
There is currently no simple way to install and use ClaudeCode plugins within RooCode.
Users must rely on manual or external setup, which increases complexity and friction.
Context (who is affected and when)
This affects developers who want to extend RooCode using ClaudeCode plugins.
It typically occurs when users try to enhance functionality but cannot find a built-in way to integrate plugins.
Desired behavior (conceptual, not technical)
Users should be able to install ClaudeCode plugins easily using a simple command within RooCode.
The process should feel seamless and require minimal manual setup.
Constraints / preferences (optional)
- The command should be lightweight and fast
- Should not disrupt existing workflows
- Ideally consistent with existing CLI/command patterns
Request checklist
- I've searched existing Issues and Discussions for duplicates
- This describes a specific problem with clear context and impact
Roo Code Task Links (optional)
No response
Acceptance criteria (optional)
Given a user is working in RooCode
When they run /plugin install <plugin-name>
Then the specified ClaudeCode plugin is installed and ready to use
And the setup is completed without requiring manual configuration
But the command should not break existing functionality or workflows
Proposed approach (optional)
Introduce a /plugin command namespace that supports install, list, and remove operations for ClaudeCode plugins.
Trade-offs / risks (optional)
- Requires defining a plugin management system
- Potential compatibility issues with different plugins
- Maintenance overhead for plugin ecosystem support