关于
This skill optimizes Claude's performance within Ruby on Rails environments by providing a comprehensive framework of naming conventions, file structure guidance, and implementation patterns. It covers essential Rails components including ActiveRecord models, RESTful controllers, migration strategies, and the Service Object pattern to ensure clean, maintainable codebases. By following these standardized conventions, it helps developers avoid common pitfalls like N+1 queries and bloated controllers while ensuring consistency across models, jobs, and mailers.