npx claudepluginhub andrewmcodes/claude-plugins --plugin ruby-lspPersonal 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.
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
GDScript language server for Godot Engine