fluent-builder
CommunityDesign chainable, type-safe builder APIs.
Software Engineering#typescript#design patterns#code generation#method chaining#builder pattern#fluent api
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
thisfor 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, andformatin 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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.