A collection of Claude Code skills for Rails development.
Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp.
Commands: /vanilla-rails:review | /vanilla-rails:analyze | /vanilla-rails:simplify [goal]
Based on Fizzy: thin controllers, rich domain models, no service layers unless genuinely justified. "Vanilla Rails is plenty" - DHH.
Configure recommended Rails development dependencies for better developer experience.
Commands: /rails-deps:check | /rails-deps:install [gem] | /rails-deps:setup
Recommended gems: strong_migrations, herb, bullet, letter_opener.
LSP integration for Ruby/Rails development with instant diagnostics, code navigation (go to definition, find references, hover), and language awareness.
Prerequisite: Install ruby-lsp first:
gem install ruby-lsp/plugin marketplace add iuhoay/skills /plugin install vanilla-rails@iuhoay-skills /plugin install rails-deps@iuhoay-skills /plugin install ruby-lsp@iuhoay-skills MIT