#481 · Primary category: AI Coding Assistants
37signals-skills
Unofficial agent skills + reference guide that teach AI coding assistants to write Rails the 37signals way — extracted from Fizzy, Campfire, and DHH's code reviews
Project last updated:06/09/26
GitHub Stars
707
Forks
54
Contributors
3
License
Other
Why we included this project
Rails developers who use AI coding assistants and are tired of getting generic, gem-heavy suggestions will find a practical fix here. The repo packages the conventions 37signals actually follows, rich domain models over service objects, state as records, fixtures over factories, and vanilla Rails over gems, into SKILL.md files you can drop into Claude Code or Cursor. A core skill runs automatically on every request, while focused skills for Hotwire, background jobs, migrations, security, testing, and webhooks load only when you invoke them, so they don't weigh down each prompt. There's also a reference guide built from 100+ of DHH's code reviews and the Fizzy and Campfire codebases, worth reading even if you never install the skills. Just keep in mind this is an unofficial community project, not affiliated with 37signals, so treat the guidance as opinionated defaults to verify rather than gospel.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.