java-lombok

Official

Cut boilerplate with Lombok patterns.

Authorcuioss
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Lombok patterns reduce boilerplate code while maintaining code quality and testability.

Core Features & Use Cases

  • @Delegate - Delegation Over Inheritance: Use Lombok's @Delegate to wrap implementations and compose behavior without inheritance.
  • @Builder - Complex Object Construction: Generate builders for types with many parameters and provide defaults (best suited for classes; records have limitations).
  • @Value / @Data / @UtilityClass: Prefer records for immutable values, use @Data sparingly for mutable beans, and apply @UtilityClass to create a static utility container.
  • When to use builders with records vs classes: Records + @Builder are ideal for immutable types with many fields, with defaults handled via a manual builder when necessary; Classes + @Builder are preferred when you need @Builder.Default, toBuilder, or Jackson annotations.

Quick Start

Apply Lombok patterns such as @Delegate, @Builder, and @UtilityClass to reduce boilerplate in your Java codebase.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: java-lombok
Download link: https://github.com/cuioss/plan-marshall/archive/main.zip#java-lombok

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.