A straightforward Rails 7+ implementation guide that enforces good habits: eager loading associations to kill N+1 queries, using Turbo Frames for partial updates instead of full page reloads, and pushing slow work to Sidekiq. The workflow is opinionated in useful ways, like demanding RSpec coverage above 95% and adding indexes on every filtered column. Includes ready-to-use templates for common patterns like strong parameters and background jobs. Best for teams who want guardrails around performance and testing rather than just scaffolding code. The reference system lets you pull in deeper docs on Hotwire or Active Record only when you need them.
npx skills add https://github.com/jeffallan/claude-skills --skill rails-expert