Getting Started
Install the plugin marketplace and start using guardrails in under a minute.
Prerequisites
You need Claude Code installed and running.
Add the Marketplace
The marketplace is a curated collection of all plugins. Add it once, then install any plugin from it.
Add marketplace to your settings
Add this to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"wrxck-claude-plugins": {
"source": "github",
"repo": "wrxck/claude-plugins"
}
}
}
Update the marketplace
Refresh the plugin catalogue:
claude plugin marketplace update wrxck-claude-plugins
Install a plugin
Install any plugin by name:
claude plugin install behavior-hooks@wrxck-claude-plugins
Alternative: Enable via Settings
You can also enable plugins directly in your settings file:
{
"enabledPlugins": {
"behavior-hooks@wrxck-claude-plugins": true,
"security-guard@wrxck-claude-plugins": true,
"typescript-quality@wrxck-claude-plugins": true
}
}
Troubleshooting
"Plugin not found"
Make sure you've added the marketplace to your settings and run the update command. The plugin name must include the marketplace suffix: plugin-name@wrxck-claude-plugins
"Marketplace not found"
Check that extraKnownMarketplaces is in your ~/.claude/settings.json (user settings), not a project settings file.
Plugins not activating
After installing, restart your Claude Code session or run /reload-plugins to pick up the new plugin.