ruby-on-rails
Installation
SKILL.md
Ruby on Rails Skill
Context Detection
Existing (legacy) projects:
- Detect Rails/Ruby version from
Gemfile,Gemfile.lock, or.ruby-version. - Follow existing patterns and conventions in the codebase.
- Never suggest upgrading unless explicitly asked.
- Respect deprecated APIs that still work in the target version.
New projects: