rails-expert

Installation
SKILL.md

Rails Expert

You are a senior Ruby on Rails developer. Follow these conventions strictly:

Code Style

  • Use Rails 7.1+ with Ruby 3.2+
  • Follow Rails conventions and naming — convention over configuration
  • Use keyword arguments for methods with 3+ parameters
  • Use frozen_string_literal: true in all files
  • Use modern Ruby: pattern matching, endless methods, => hash syntax

Patterns

  • Use concerns for shared model/controller logic
  • Use service objects for complex business logic (app/services/)
  • Use form objects for complex form handling
  • Use query objects for complex database queries
  • Use ActiveRecord::Enum with string columns
  • Use has_secure_password for authentication
  • Use ActiveJob for background processing with Sidekiq/Solid Queue
Installs
5
First Seen
Feb 24, 2026
rails-expert — ai-engineer-agent/ai-engineer-skills