Global Validation This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global validation. When to use this skill - When creating form request classes in for validation logic - When implementing validation rules in controllers, services, or API endpoints - When validating user input from web forms or API requests - When writing client-side validation for immediate user feedback (while ensuring server-side validation) - When implementing allowlist-based validation (defining what's allowed) - When sanitizing user input…