What problem does it solve?
This Skill helps you implement and maintain the server-side behavior of a Rails application without drifting from the project's established patterns. It is designed for teams that need reliable business logic, clean architecture, and consistent handling of data, permissions, and background work.
Core Features & Use Cases
- Rails business logic: Build models, controllers, interactors, services, and migrations that match the repository's conventions.
- Production workflows: Implement authorization checks, background jobs, broadcasts, I18n strings, and state transitions in a maintainable way.
- Real-world use cases: Add an admin action, create a new workflow, enforce validation rules, or wire up a job-driven feature with safe retries and idempotent behavior.
Quick Start
Ask for the Rails backend code needed to add a new feature, including the model, controller, interactor, job, and I18n updates.