mirror of
https://github.com/ryanlewis/claude-plugins.git
synced 2026-06-05 17:10:12 +00:00
Personal Claude Code plugin marketplace
| .claude-plugin | ||
| plugins/spec-dev | ||
| .gitignore | ||
| README.md | ||
Ryan's Claude Code Plugins
A personal marketplace of Claude Code plugins.
Plugins
| Plugin | Description |
|---|---|
| youtube-tools | YouTube toolkit: summarize, comments, download audio/video |
| isthereanydeal | Find game deals and price history using the IsThereAnyDeal API |
| spec-dev | Spec-driven development: structured specifications with traceable requirements and stories |
Installation
Install any plugin from this marketplace:
/plugin install <plugin-name>@https://github.com/ryanlewis/claude-plugins
Or from the command line:
claude plugin install <plugin-name>@https://github.com/ryanlewis/claude-plugins
For example:
/plugin install youtube-tools@https://github.com/ryanlewis/claude-plugins
Adding This Marketplace
You can add this marketplace to your Claude Code installation to browse and install plugins:
/plugin marketplace add https://github.com/ryanlewis/claude-plugins
Or from the command line:
claude plugin marketplace add https://github.com/ryanlewis/claude-plugins
Validation
Validate a plugin or marketplace manifest:
claude plugin validate .