create-builder

Installation
SKILL.md

Builder Pattern Generator

Creates Builder pattern infrastructure for step-by-step construction of complex objects.

When to Use

Scenario Example
Many constructor parameters Order with 10+ fields
Optional parameters Email with optional CC, BCC
Complex validation Build-time validation
Step-by-step construction Query building
Multiple representations Different order types

Component Characteristics

Builder Interface

  • Defines building steps
  • Returns self for fluent interface
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026