A Claude Code Marketplace plugins that Saturday Morning Productions finds useful and hope you do as well.
- Claude Code CLI installed
Add this repo as a plugin marketplace:
/plugin marketplace add saturdaymp/claude-plugins
Clone the repo:
git clone https://github.com/saturdaymp/claude-plugins.gitLoad the local marketplace:
/plugin marketplace add /path/to/cloned/repo
Install plugins:
/plugin install smp-github@saturdaymp/claude-plugins
Don't forget to restart Claude Code or try reloading the plugins:
/reload-plugins
| Plugin | Description |
|---|---|
| smp-github | GitHub skills — PR review feedback workflow |
Run the script to generate or update CHANGELOG.md from GitHub releases:
./scripts/generate-changelog.sh # Writes to CHANGELOG.md
./scripts/generate-changelog.sh docs/CHANGES.md # Custom output pathRequirements: GitHub CLI (gh) installed and authenticated.
This script was generated by the smp-github Claude Code plugin.