Ruby Lsp
- Updated May 9, 2026
- ShoraiConsulting/ruby-lsp-plugin
ruby-lsp is a Claude Code skill in the AI & Agent Building category. Ruby code intelligence for Claude Code via ruby-lsp
Key points
- ruby-lsp
- AI & Agent Building
- AI-coding skill
Ruby Lsp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ShoraiConsulting/ruby-lsp-plugin/plugin install ruby-lsp@shorai-ruby-lspAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 9, 2026 |
|---|---|
| Repository | ShoraiConsulting/ruby-lsp-plugin ↗ |
What it does
Ruby code intelligence for Claude Code via ruby-lsp
README.md
ruby-lsp plugin for Claude Code
Ruby code intelligence for Claude Code via ruby-lsp.
Gives Claude real-time diagnostics, go-to-definition, find-references, and hover info while editing Ruby files.
Prerequisites
Install the ruby-lsp gem:
gem install ruby-lsp
Install
Add this marketplace to Claude Code, then install the plugin:
/plugin marketplace add ShoraiConsulting/ruby-lsp-plugin
/plugin install ruby-lsp@shorai-ruby-lsp
Or configure it in your settings.json directly:
{
"extraKnownMarketplaces": {
"shorai-ruby-lsp": {
"source": {
"source": "github",
"repo": "ShoraiConsulting/ruby-lsp-plugin"
}
}
},
"enabledPlugins": {
"ruby-lsp@shorai-ruby-lsp": true
}
}
Supported file types
.rb, .gemspec, Gemfile, Rakefile
License
MIT
Related skills
AI & Agent Buildingagents