Skip to main content
Back to the directory
everyinc/compound-engineering-pluginSoftware EngineeringFrontend and Design

dhh-rails-style

Rails code following 37signals conventions: REST purity, fat models, thin controllers, and clarity over cleverness.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
701

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill dhh-rails-style
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, dhh-rails-style has 701 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: everyinc/compound-engineering-plugin. Canonical URL: https://skills.sh/everyinc/compound-engineering-plugin/dhh-rails-style.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Rails code following 37signals conventions: REST purity, fat models, thin controllers, and clarity over cleverness. "The best code is the code you don't write. The second best is the code that's obviously correct." Vanilla Rails is plenty: What they deliberately avoid: Development Philosophy: Specify a number or describe your task. After reading relevant references, apply patterns to the user's code. Verbs: card.close , card.gild , board.publish (not set_style methods) Predicates: card.closed? , card.golden? (derived from presence of related record) Concerns: Adjectives describing capability ( Closeable , Publishable , Watchable ) Controllers: Nouns matching resources ( Cards::ClosuresController ) Scopes: Instead of custom actions, create new resources: State as Records: Current Attributes: Authorization on Models: All detailed patterns in references/ : Code follows DHH style when: Important Disclaimers: - Applies DHH style patterns including CRUD controllers, state-as-records instead of booleans, and Current attributes for defaults - Covers controllers, models, views, architecture, testing, and dependency decisions with specific naming conventions and code examples - Emphasizes vanilla Rails over gems: Minitest over RSpec, fixtures over factory_bot, Solid Queue over Sidekiq, database over Redis - Includes REST resource mapping patterns, concerns for horizontal behavior,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dhh-rails-style do?

Rails code following 37signals conventions: REST purity, fat models, thin controllers, and clarity over cleverness.

Is dhh-rails-style good?

dhh-rails-style does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support dhh-rails-style?

dhh-rails-style currently lists compatibility with Skills CLI.

Is dhh-rails-style safe to install?

dhh-rails-style has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to dhh-rails-style?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install dhh-rails-style?

Run the following command to install dhh-rails-style: npx skills add https://github.com/everyinc/compound-engineering-plugin --skill dhh-rails-style

Related skills

More from everyinc/compound-engineering-plugin

Related skills

Alternatives in Software Engineering