Personal Claude Code plugin marketplace
Find a file
2026-03-27 14:32:50 +00:00
.claude-plugin Update marketplace config and add plugins directory 2026-03-27 14:32:50 +00:00
plugins/spec-dev Update marketplace config and add plugins directory 2026-03-27 14:32:50 +00:00
.gitignore Initial commit: Personal Claude Code plugin marketplace 2026-01-13 22:55:42 +00:00
README.md Update marketplace config and add plugins directory 2026-03-27 14:32:50 +00:00

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 .