Productivity and security plugins for Claude Code.
| Plugin | Description |
|---|---|
| opaq | Secure credential access — use secrets in commands without ever exposing them |
| claude-switcher | Switch between multiple Claude Code accounts instantly by swapping credential profiles |
| git-master | Comprehensive git workflow control — commit conventions, PR/MR automation, multi-provider support, adversarial code review, and CI/CD pipeline integration |
Add the marketplace source (one-time):
/plugin marketplace add moukrea/claude-code-plugins
Install plugins:
/plugin install opaq@moukrea-plugins
/plugin install claude-switcher@moukrea-plugins
/plugin install git-master@moukrea-plugins
git clone https://github.com/moukrea/claude-code-plugins.gitAdd the local directory as a marketplace source:
/plugin marketplace add ./claude-code-plugins
Then install plugins using the same commands as above.