https://github.com/1shooperman/shooperman-claude-plugins
Bundling some claude code plugins to reduce sprawl on my local machine.
https://github.com/1shooperman/shooperman-claude-plugins
claude claude-ai claude-code-plugin claude-skills
Last synced: 28 days ago
JSON representation
Bundling some claude code plugins to reduce sprawl on my local machine.
- Host: GitHub
- URL: https://github.com/1shooperman/shooperman-claude-plugins
- Owner: 1shooperman
- Created: 2026-05-22T11:34:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-22T22:34:19.000Z (about 1 month ago)
- Last Synced: 2026-05-22T22:56:18.465Z (about 1 month ago)
- Topics: claude, claude-ai, claude-code-plugin, claude-skills
- Language: Shell
- Homepage: https://github.com/1shooperman/custom-claude-plugins/blob/main/README.md
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1shooperman's claude plugin custom marketplace
## Available Plug-ins
- [pokemon-gbl](https://github.com/1shooperman/shooperman-claude-plugins/blob/main/plugins/pokemon-gbl) — GBL team builder, type chart lookup, and type matchup quiz
- [fitness-coach](https://github.com/1shooperman/shooperman-claude-plugins/blob/main/plugins/fitness-coach) — AI-augmented fitness planning via a panel of real-world expert coaches
- [custom-plugin-tools](https://github.com/1shooperman/shooperman-claude-plugins/blob/main/plugins/custom-plugin-tools) — Multi-agent PR description writer: summarizes changes, audits security, and generates a test plan
- [slack-publish](https://github.com/1shooperman/shooperman-claude-plugins/blob/main/plugins/slack-publish) — Publish local Markdown files to Slack as formatted messages via chat.postMessage
## Add the marketplace
```bash
claude plugin marketplace add https://github.com/1shooperman/shooperman-claude-plugins.git
```
## Update / Remove the marketplace
```bash
claude plugin marketplace (remove|update) shooperman-claude-plugins
```
## Install plug-ins from the custom marketplace
```bash
claude plugin install [plugin-name]
```