Stats
Links
Categories
Personal Claude Code plugins marketplace
npx claudepluginhub mcbottcher/claude_pluginsStage all changes and commit using conventional commits style
A personal marketplace of Claude Code plugins.
# Claude Code slash command
/plugin marketplace add mcbottcher/claude_plugins
# Or directly via CLI
claude plugin marketplace add mcbottcher/claude_plugins
# Claude Code slash command
/plugin install <plugin-name>@mcbottcher-plugins
# Or directly via CLI
claude plugin install <plugin-name>@mcbottcher-plugins
By default, plugins are installed at user scope (available across all projects). Use --scope to change this:
| Scope | Flag | Effect |
|---|---|---|
| User (default) | --scope user | Available in all projects |
| Project | --scope project | Shared with team via .claude/settings.json |
| Local | --scope local | Project-only, gitignored |
# Claude Code slash command
/plugin install <plugin-name>@mcbottcher-plugins --scope project
# Or directly via CLI
claude plugin install <plugin-name>@mcbottcher-plugins --scope project
commitStage all changes and commit using conventional commits style.
# Claude Code slash command
/plugin install commit@mcbottcher-plugins --scope project
# Or directly via CLI
claude plugin install commit@mcbottcher-plugins --scope project