Skip to content

paulswebapps/claude-plugins-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

claude-plugins-sandbox

Public sandbox marketplace for testing Claude Code plugins. Hosts experimental plugins (slash commands) before promoting them to a stable home.

Marketplace

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-sandbox

Or from a workflow using anthropics/claude-code-action:

plugin_marketplaces: https://github.com/paulswebapps/claude-plugins-sandbox.git
plugins: code-review@paulswebapps-sandbox

Plugins

Plugin Description
code-review Advisory PR code review — flags bugs/security/perf/breaking changes, submits one COMMENT review via the GitHub Reviews API.

Self-validation caveat

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.

About

Public sandbox marketplace for testing Claude Code plugins (slash commands)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors