소개
This skill empowers Claude to efficiently implement the decorator (presenter) pattern in Ruby on Rails applications. It provides expert guidance on moving presentation-only logic—such as date formatting, string concatenation, and HTML generation—out of models and views into dedicated decorator classes. By using this skill, developers can ensure a strict separation of concerns, keep models focused on business logic, and maintain cleaner, more readable view templates while leveraging the full power of the Draper gem's delegation and helper integration.