https://github.com/ryanlewis/claude-plugins
Personal Claude Code plugin marketplace
https://github.com/ryanlewis/claude-plugins
claude-code claude-code-marketplace claude-code-plugins plugin-marketplace
Last synced: about 5 hours ago
JSON representation
Personal Claude Code plugin marketplace
- Host: GitHub
- URL: https://github.com/ryanlewis/claude-plugins
- Owner: ryanlewis
- Created: 2026-01-17T17:03:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T14:32:56.000Z (3 months ago)
- Last Synced: 2026-03-28T00:31:20.237Z (3 months ago)
- Topics: claude-code, claude-code-marketplace, claude-code-plugins, plugin-marketplace
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ryan's Claude Code Plugins
A personal marketplace of Claude Code plugins.
## Plugins
| Plugin | Description |
|--------|-------------|
| [youtube-tools](https://github.com/ryanlewis/claude-youtube-tools) | YouTube toolkit: summarize, comments, download audio/video |
| [isthereanydeal](https://github.com/ryanlewis/claude-isthereanydeal) | Find game deals and price history using the IsThereAnyDeal API |
| [spec-dev](spec-dev/) | Spec-driven development: structured specifications with traceable requirements and stories |
## Installation
Install any plugin from this marketplace:
```
/plugin install @https://github.com/ryanlewis/claude-plugins
```
Or from the command line:
```bash
claude plugin install @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:
```bash
claude plugin marketplace add https://github.com/ryanlewis/claude-plugins
```
## Validation
Validate a plugin or marketplace manifest:
```bash
claude plugin validate .
```