A collection of Claude Code skills for Rails development.
Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp.
Install:
/plugin marketplace add iuhoay/skills
/plugin install vanilla-rails@iuhoay-skills
Commands:
| Command | Purpose |
|---|---|
/vanilla:review |
Review code changes for over-engineering |
/vanilla:analyze |
Analyze codebase for simplification opportunities |
/vanilla:simplify [goal] |
Plan incremental simplification |
Philosophy:
Based on Fizzy - a production Rails application from 37signals:
- Thin controllers, rich domain models
- No service layers unless genuinely justified
- Plain Active Record is usually enough
- State tracked with dedicated models (not booleans)
- Behavior composed through concerns
- "Vanilla Rails is plenty" - DHH
MIT