AI AGENT ADDONS

Writing Ruby on Rails code can follow a clear and proven style. That style comes from DHH at 37signals. It focuses on simplicity and correctness. The best code is the code you do not write. The second best is code that is obviously correct.

This approach uses REST purity and fat models with thin controllers. It avoids unnecessary gems and fancy tools. Instead it relies on plain Rails features like concerns, database constraints, and Hotwire. You build solutions before reaching for extra libraries.

The style embraces clarity over cleverness. It favors write-time operations over read-time computations. It also uses database-backed everything instead of Redis or Sidekiq. The result is code that is easy to understand and maintain.

Add Ce Dhh Rails Style skill to your workflow

Global

mkdir -p ~/.claude/skills/ce-dhh-rails-style

Project

mkdir -p .claude/skills/ce-dhh-rails-style

Source Repository

Stars
22,190
Forks
1,637
Watchers
22,190
License
MIT
Last Push
23 days ago
Created
9 months ago