npx claudepluginhub andyw8/claude-ruby-lspA Claude Code plugin that integrates the Ruby LSP for enhanced Ruby development with code intelligence features.
This plugin provides:
You must have the Ruby LSP gem installed. Install it with:
gem install ruby-lsp
Install this plugin from the Claude Code plugin marketplace, or manually by placing this repository in your Claude plugins directory.
Once installed, the plugin will automatically activate for Ruby files (.rb, .rake, .gemspec, Gemfile, Rakefile).
To enable debug logging, start Claude Code with the --enable-lsp-logging flag. Logs will be written to ~/.claude/debug/.
The plugin is configured to use all available Ruby LSP features by default. No additional configuration is required.
If you see "Executable not found in $PATH" errors, make sure you have installed the ruby-lsp gem and that it's available in your PATH.
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