Public sandbox marketplace for testing Claude Code plugins. Hosts experimental plugins (slash commands) before promoting them to a stable home.
This repo's root contains .claude-plugin/marketplace.json, declaring this repo as a Claude Code plugin marketplace named paulswebapps-sandbox.
Add the marketplace and install a plugin:
claude plugin marketplace add https://github.com/paulswebapps/claude-plugins-sandbox.git
claude plugin install code-review@paulswebapps-sandboxOr from a workflow using anthropics/claude-code-action:
plugin_marketplaces: https://github.com/paulswebapps/claude-plugins-sandbox.git
plugins: code-review@paulswebapps-sandbox| Plugin | Description |
|---|---|
code-review |
Advisory PR code review — flags bugs/security/perf/breaking changes, submits one COMMENT review via the GitHub Reviews API. |
claude-code-action clones a marketplace from its default branch (main). Edits on feature branches are not picked up by consumers — changes only take effect once they land on main.