fluent-builder

Community

Design chainable, type-safe builder APIs.

AuthorSufficientDaikon
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of complex objects by generating fluent, chainable builder APIs in TypeScript, making object construction more readable and type-safe.

Core Features & Use Cases

  • Fluent API Generation: Creates builder classes where methods return this for seamless chaining.
  • Type Safety: Ensures build() validates required fields and returns a precisely typed output.
  • Reverse Parsing: Supports fromX() methods to load existing objects back into the builder state.
  • Use Case: When building a complex configuration object for an AI agent, use this skill to generate a builder that allows you to set properties like role, task, constraints, and format in a clean, readable chain.

Quick Start

Use the fluent-builder skill to generate a TypeScript builder for a 'Prompt' object.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: fluent-builder
Download link: https://github.com/SufficientDaikon/omniskill/archive/main.zip#fluent-builder

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 223,000+ vetted skills library on demand.