About
This skill empowers Claude to implement high-quality Java code using Project Lombok, focusing on reducing boilerplate while maintaining strict architectural standards. It provides specific implementation patterns for delegation over inheritance using @Delegate, immutable data structures with @Value, and sophisticated object construction via @Builder with singular collection support. Additionally, it ensures project consistency by enforcing specific logging implementations and providing clear guidance on when to transition from Lombok to native Java Records in modern environments.