Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By bastos
Comprehensive Ruby on Rails development toolkit for Claude Code - 15 skills covering all Rails components (Active Record, Action Controller, Action View, Active Job, Action Mailer, Active Storage, Action Cable, Action Text, Hotwire), plus generators, migrations, testing, security, and performance tools
npx claudepluginhub bastos/ruby-plugin-marketplace --plugin ruby-on-railsRails console helper - query builder, model inspection, debugging
Rails generator requested: $ARGUMENTS
Migration action requested: $ARGUMENTS
Create a new Rails application with smart defaults
Performance analysis - N+1 queries, slow queries, memory issues
Write and update Minitest tests for Rails applications. Use when the project uses Minitest or the user requests tests in test/.
Build and evolve Rails applications like a staff engineer. Use for feature work, refactors, and architectural decisions in Rails codebases.
Review Rails code for best practices, conventions, security, and performance. Use after significant Rails changes or when a Rails-specific review is requested.
This skill should be used when the user asks about "WebSockets", "Action Cable", "real-time", "channels", "broadcasting", "streams", "subscriptions", "live updates", "push notifications", "chat features", or needs guidance on implementing real-time features in Rails applications.
This skill should be used when the user asks about "controllers", "actions", "params", "strong parameters", "filters", "before_action", "after_action", "callbacks", "respond_to", "render", "redirect_to", "flash messages", "sessions", "cookies", "request handling", "routing constraints", or needs guidance on building Rails controllers.
This skill should be used when the user asks about "email", "mailers", "Action Mailer", "deliver_now", "deliver_later", "email templates", "attachments", "mail previews", "SMTP", "email configuration", "interceptors", or needs guidance on sending emails in Rails applications.
This skill should be used when the user asks about "rich text", "Action Text", "Trix editor", "WYSIWYG", "has_rich_text", "content editing", "embedded attachments", "formatted text", "text editor", or needs guidance on implementing rich text editing in Rails applications.
This skill should be used when the user asks about "views", "ERB templates", "partials", "layouts", "render", "form_with", "form helpers", "view helpers", "link_to", "content_for", "yield", "collection rendering", "locals", "tag helpers", "asset helpers", "image_tag", "stylesheet_link_tag", or needs guidance on building Rails views and templates.
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Advanced Ruby on Rails skills for MVC patterns, Active Record, and Hotwire
Ruby on Rails development tools. Includes 5 specialized agents, 3 commands, 39 skills, and enhanced toolbox with 6 research hooks.
RPI workflow: Research, Planning, Implementation. Context engineering system with structured agents and commands for AI-assisted development.
LSP integration for Ruby/Rails development with instant diagnostics, code navigation (go to definition, find references, hover), and language awareness
Ruby on Rails development toolkit with skills for Rails, Ruby, RSpec, RuboCop, SimpleCov, Brakeman, and code review with Sandi Metz principles
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive RSpec testing toolkit - matchers, mocks, Rails integration, Factory Bot, and test organization patterns for Ruby applications
Ruby development toolkit with LSP support - metaprogramming, stdlib, design patterns, performance optimization, gem development, Rake, and Bundler for Ruby 3.x
Bash prerequisite issue
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
A curated collection of Ruby plugins for Claude Code.
| Plugin | Description |
|---|---|
| ruby | Ruby development toolkit with 8 skills, 5 commands, and 1 agent |
| ruby-on-rails | Comprehensive Rails development toolkit with 15 skills, 8 commands, and 3 agents |
| rspec | Comprehensive RSpec testing toolkit with 7 skills, 3 commands, and 2 agents |
/plugin marketplace add bastos/ruby-plugin-marketplace
Or with a local path:
/plugin marketplace add ./path/to/ruby-plugin-marketplace
Ruby (core):
/plugin install ruby@ruby-plugin-marketplace
Ruby on Rails:
/plugin install ruby-on-rails@ruby-plugin-marketplace
RSpec:
/plugin install rspec@ruby-plugin-marketplace
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
└── plugins/
├── ruby/ # Ruby development toolkit
│ ├── .claude-plugin/
│ ├── agents/
│ ├── commands/
│ └── skills/
├── ruby-on-rails/ # Rails development toolkit
│ ├── .claude-plugin/
│ ├── agents/
│ ├── commands/
│ ├── skills/
│ └── scripts/
└── rspec/ # RSpec testing toolkit
├── .claude-plugin/
├── agents/
├── commands/
└── skills/
plugins/<plugin-name>/.claude-plugin/plugin.json manifest.claude-plugin/marketplace.jsonMIT