Directory of personal Claude Code extensions
npx claudepluginhub andrewmcodes/claude-pluginsRuby language server for enhanced code intelligence
Personal marketplace for Claude Code plugins and extensions.
This repository provides a curated collection of Claude Code plugins for development workflows. It follows the Claude Code marketplace structure, with plugins organized in a central manifest for easy discovery and installation.
Ruby language server for enhanced code intelligence and diagnostics.
Features:
Supported Extensions: .rb, .erb, .rake, .gemspec, Gemfile, Rakefile, .ru
Install plugins from this marketplace using the Claude Code CLI:
# Install a specific plugin
/plugin install ruby-lsp@andrewmcodes-claude-plugins
# View installed plugins
/plugin list
If this is your first time using this marketplace, Claude Code may need to discover it.
Want to add a new plugin or improve an existing one? See CONTRIBUTING.md for detailed guidelines on:
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest and plugin registry
├── plugins/
│ └── ruby-lsp/ # Individual plugin directories
│ └── README.md
├── CONTRIBUTING.md # Plugin development guide
└── README.md # This file
Plugins are organized into categories:
MIT License - see LICENSE for details.