About
This skill enables Claude to efficiently implement the GeneratedRegexAttribute in .NET applications, shifting regular expression compilation from runtime to build-time. It provides standardized implementation patterns for common validation tasks like email, phone numbers, and URL parsing while ensuring strict adherence to .NET 7+ best practices. By automating the boilerplate of partial classes and static partial methods, this skill helps developers optimize startup performance, reduce memory allocations, and maintain full compatibility with Native AOT deployment scenarios, making it ideal for both high-scale cloud services and responsive desktop applications.