Stevegeek Claude Ruby Plugins
stevegeek-claude-ruby-plugins is a Claude Code plugin for the Build phase that helps write and maintain Ruby RBS type signatures via skills, commands, and agents.
Install when you maintain Ruby codebases and want Claude Code skills, commands, and agents to author and refine RBS type signatures faster.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install stevegeek-claude-ruby-plugins@stevegeek/claude-ruby-pluginsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:stevegeek/claude-ruby-plugins") and the paste-ready config with skillselion.get_install_config("plugin:stevegeek/claude-ruby-plugins").
What it does
stevegeek-claude-ruby-plugins is a Claude Code plugin bundle for Ruby developers who want disciplined help producing RBS type signatures. Solo builders maintaining gems, Rails apps, or internal APIs install it when typing debt slows refactors, onboarding, or IDE autocomplete. The repository ships one plugin that combines skills, slash commands, and agent patterns around signature authoring rather than broad framework scaffolding. That narrow focus helps Claude Code suggest accurate `.rbs` files, align signatures with implementation, and iterate when methods or value types change. It suits intermediate Rubyists exploring gradual typing without committing to a full static toolchain. Use it during active feature work and API hardening on the Build leg of the journey; it is less relevant if you do not run Ruby in production. The plugin augments your editor and test suite—it does not replace `rbs` CLI validation or CI type check jobs you still run in Ship.
Highlights
- Claude Code skills, commands, and agents dedicated to writing Ruby RBS type signatures
- Single-plugin bundle focused on signature quality—not general Ruby syntax tutoring
- Supports gradual typing workflows for gems, apps, and internal APIs
- Pairs agent assistance with repeatable commands for signature generation and cleanup
- Community plugin aimed at Rubyists adopting RBS without abandoning dynamic patterns
Why builders use it
Adding RBS to a Ruby codebase is tedious and error-prone, and you stall on signatures for legacy modules and public APIs.
After install, Claude Code can draft and revise RBS signatures with dedicated Ruby typing skills and commands aligned to your methods and types.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 16 stars, 0 votes.
FAQ
Who is stevegeek-claude-ruby-plugins for?
Ruby developers using Claude Code who want focused assistance writing and updating RBS signatures for apps and libraries.
When should I use stevegeek-claude-ruby-plugins?
Use it while building or refactoring Ruby backends when you are adding or fixing `.rbs` files—not for unrelated frontend or infra tasks.
How do I add stevegeek-claude-ruby-plugins to my agent?
Add the stevegeek/claude-ruby-plugins plugin in Claude Code, open your Ruby project, and invoke its skills or commands on modules needing signatures.
Comments
Share how you use stevegeek-claude-ruby-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.