rajnaveen344rajnaveen344Community·1 Agent Skills Included

ruby-fast-lsp

Fast Ruby language server with type inference and navigation

Provides fast Ruby code intelligence including go-to-definition, references, hover types, workspace symbols, and real-time diagnostics. Eliminates slow text-search navigation and guesswork with YARD and RBS backed type inference that understands inheritance and generics. Helps editors and coding agents validate edits, rename symbols safely, and explore large Ruby codebases in milliseconds.
npx skills add rajnaveen344/ruby-fast-lsp --all -g -y
Available:

Gives the AI agent the project's architecture rules, build and test commands, and strict correctness principles to follow when working on this Ruby language server.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ruby-fast-lsp?

Run `npx skills add rajnaveen344/ruby-fast-lsp --all -g -y` in your terminal to install all skills in this repository globally.

What does Ruby Fast LSP do?

It is a high-performance Ruby language server written in Rust that provides diagnostics, go-to-definition, find references, hover types, and workspace symbol search for Ruby code.

Does Ruby Fast LSP work with Claude Code and Cursor?

Yes. It connects to Claude Code through LSP settings and works with VS Code, Cursor, Windsurf, and any editor that supports the Language Server Protocol.

How does Ruby Fast LSP handle type inference?

It uses YARD annotations and RBS definitions to resolve return types, generics, union types, and inheritance chains, giving accurate diagnostics without separate type files.

Can Ruby Fast LSP run RuboCop or Standard?

Yes. RuboCop and Standard diagnostics and safe auto-fixes are available as opt-in integrations that run when you open or save a Ruby file.

Related Repositories in Software Engineering

View All in Software Engineering