rails-controllers
Installation
SKILL.md
Rails Controllers
Keep controllers thin; push domain logic to models, services, or jobs.
When to Use This Skill
- New controller actions
- Strong params and authorization hooks
- Turbo Stream responses
Defaults (This Plugin)
- Toolchain: mise — not rbenv, rvm, or asdf directly
- Ruby: 4.0.0+ unless the project pins otherwise
- Rails: 8+ conventions and generators when applicable
- Execution: Prefer
mise exec --,bin/rails,bin/rspec, andbundle exec