Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.16 KB

File metadata and controls

47 lines (31 loc) · 1.16 KB

moukrea-plugins

Productivity and security plugins for Claude Code.

Plugins

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

Installation

Remote (recommended)

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

From a local clone

git clone https://github.com/moukrea/claude-code-plugins.git

Add the local directory as a marketplace source:

/plugin marketplace add ./claude-code-plugins

Then install plugins using the same commands as above.

License

MIT