This is my marketplace of Claude Code plugins. Feel free to use and contribute.
| Plugin | Description |
|---|---|
safeguards |
Hooks-only defensive guards (credential-read, AI-attribution, force-push) — README |
announce |
Hooks-only macOS voice status — speaks aloud when Claude finishes, starts, or needs input — README |
/plugin marketplace add carlosrberto/cc-plugins
/plugin install safeguards@cc-plugins
/reload-plugins
To have a repo pick up this marketplace automatically, add this to that repo's
checked-in .claude/settings.json:
{
"extraKnownMarketplaces": {
"cc-plugins": {
"source": { "source": "github", "repo": "carlosrberto/cc-plugins" }
}
},
"enabledPlugins": {
"safeguards@cc-plugins": true
}
}See CONTRIBUTING.md for repo layout, local development, verification, and the release process.
MIT — see LICENSE.