ruby-lsp

Ruby language server for code intelligence and analysis

Content Preview
{
  "name": "ruby-lsp",
  "description": "Ruby language server for code intelligence and analysis",
  "version": "1.0.0",
  "author": {
    "name": "Anthropic",
    "email": "[email protected]"
  },
  "source": "./plugins/ruby-lsp",
  "category": "development",
  "strict": false,
  "lspServers": {
    "ruby-lsp": {
      "command": "ruby-lsp",
      "extensionToLanguage": {
        ".rb": "ruby",
        ".rake": "ruby",
        ".gemspec": "ruby",
        ".ru": "ruby",
        ".erb": "erb
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ruby-lsp.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills