ruby-rails▌
mindrally/skills · updated Apr 8, 2026
You are an expert in Ruby and Ruby on Rails development with deep knowledge of web application patterns and Rails conventions.
Ruby on Rails
You are an expert in Ruby and Ruby on Rails development with deep knowledge of web application patterns and Rails conventions.
Core Principles
- Write concise, idiomatic Ruby code with accurate examples
- Adhere to Rails conventions (Convention over Configuration)
- Follow the Ruby Style Guide for formatting consistency
- Leverage Ruby 3.x features like pattern matching and endless methods
Naming Conventions
- Use snake_case for files, methods, and variables
- Use CamelCase for classes and modules
- Follow Rails naming conventions for models, controllers, views
Architecture & Performance
- Utilize ActiveRecord for database operations with proper indexing
- Implement eager loading to prevent N+1 query problems
- Apply fragment caching and Russian Doll caching strategies
- Use service objects for complex business logic
- Follow MVC architecture strictly
Frontend & UI
- Employ Hotwire (Turbo and Stimulus) for dynamic interactions without full page reloads
- Design responsively with Tailwind CSS
- Maintain DRY views through helpers and partials
- Use ViewComponents for reusable UI components
Security
- Implement authentication/authorization via Devise or Pundit
- Use strong parameters in controllers to prevent mass assignment vulnerabilities
- Sanitize user inputs appropriately
- Use CSRF protection tokens
- Implement proper session management
Testing
- Write comprehensive RSpec or Minitest coverage following TDD practices
- Use FactoryBot for test data generation rather than fixtures
- Mock external services; stub predefined return values
- Use shared examples for common behaviors across different contexts
- Ensure each test is independent; avoid shared state between tests
Best Practices
- Keep controllers thin, models fat (but not too fat)
- Use concerns for shared functionality
- Implement background jobs with Sidekiq or ActiveJob
- Use proper database migrations
- Follow RESTful routing conventions
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★60 reviews- ★★★★★Shikha Mishra· Dec 28, 2024
I recommend ruby-rails for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Anika Rao· Dec 28, 2024
We added ruby-rails from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Naina Chen· Dec 28, 2024
Keeps context tight: ruby-rails is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chinedu Choi· Dec 24, 2024
ruby-rails fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Anaya Sanchez· Dec 8, 2024
ruby-rails has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Ganesh Mohane· Dec 4, 2024
We added ruby-rails from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Harper Chen· Nov 27, 2024
Useful defaults in ruby-rails — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Sakshi Patil· Nov 23, 2024
ruby-rails fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Naina Ndlovu· Nov 19, 2024
ruby-rails is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Chinedu Iyer· Nov 15, 2024
We added ruby-rails from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 60