Backend Models This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend models. When to use this skill - When creating or editing model files in or similar model directories - When defining Eloquent model classes and their properties - When configuring model relationships (hasMany, belongsTo, belongsToMany, hasOne, morphTo, etc.) - When setting up model casts, fillable properties, or hidden attributes - When implementing model validation rules or business logic - When configuring database timestamps (created at,…