config
Installation
SKILL.md
Config Skill
This skill instructs agents on authoring a kubb.config.ts and picking the right
@kubb/plugin-* packages. Generation runs through the kubb CLI (kubb generate), and the same
build powers the bundled MCP server.
When to Use
- Setting up Kubb in a project
- Adding or swapping a generator plugin
- Debugging why generated output is missing or wrong
What It Does
- Shows the shape of a
kubb.config.ts - Lists the generator plugins and how to combine them
- Points at each plugin's
Optionstype and kubb.dev docs page for authoritative options - Describes the validate, init and generate workflow