A collection of Claude Code plugins by saxyguy81.
| Plugin | Description | Version |
|---|---|---|
| realitycheck | Quality gate plugin that ensures Claude Code completes tasks fully before stopping | 0.1.0 |
# Interactive
claude /plugin install
# Then select "Add marketplace" and enter:
# https://github.com/saxyguy81/saxyguy81-pluginsOr add to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": [
"https://github.com/saxyguy81/saxyguy81-plugins"
]
}# Install realitycheck
claude plugin install realitycheck@saxyguy81-plugins --scope userTo add a new plugin to this marketplace:
- Create your plugin with a
.claude-plugin/plugin.jsonmanifest - Push to a GitHub repository
- Add an entry to
plugins.jsonin this repo - Submit a PR
MIT