lombok-patterns

Generate getters, setters, constructors, builders, and toString with Lombok annotations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edlovesjava/claudeplus --skill lombok-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lombok-patterns
Source: https://github.com/edlovesjava/claudeplus/tree/main/.claude/skills/lombok-patterns
Command: npx skills add https://github.com/edlovesjava/claudeplus --skill lombok-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces boilerplate in Java apps by using Lombok annotations to generate getters, setters, constructors, builders, and toString automatically.

Core Features & Use Cases

  • Entity boilerplate reduction: Use @Data, @Entity to auto-generate getters/setters.
  • Immutable DTOs: Use @Value and @Builder.
  • DI-friendly services: Use @RequiredArgsConstructor.

Quick Start

Annotate classes with Lombok annotations as shown in the examples, and enable annotation processing in the IDE.