kubb
Generate TypeScript clients, hooks, and mocks from OpenAPI specs
All Skills in This Repository (9)
Pure Emerald Level Indicatorscomponents-generators
Guide frontend teams in structuring React components and generators with @kubb/react-fabric.
plugin-architecture
Explains how to define, register and manage plugins and generator lifecycles in the Kubb ecosystem.
config
Configure kubb.config.ts and select @kubb/plugin-* packages for OpenAPI code generation.
output
Import and use Kubb-generated types, clients, hooks, schemas, and mocks in application code.
documentation
Write and review documentation markdown using style guides, content patterns, and SEO rules.
changelog
Generates user-facing changelogs from git commits using Changesets conventions.
pr
Enforces PR checklists, changeset creation, and release rules for monorepo contributions.
deslop
Removes AI-generated code slop from diffs to match repository conventions.
humanizer
Rewrites AI-generated text to remove robotic patterns and sound natural.
Frequently Asked Questions
FAQPage SchemaHow to install Kubb?โผ
Run `npx skills add kubb-labs/kubb --all -g -y` in your terminal to install all skills in this suite globally.
What does Kubb generate from an OpenAPI spec?โผ
Kubb generates TypeScript types, typed Axios or Fetch clients, React Query and SWR hooks, Zod validators, Faker mocks, and MSW handlers from a single OpenAPI schema.
How do I set up Kubb in my project?โผ
Run `npx kubb init` to create a kubb.config.ts through a setup wizard, then run `npx kubb generate` to produce the code. The config skill teaches your AI agent to author this file and pick the right plugins.
Does Kubb work with AI coding assistants?โผ
Yes. Kubb ships a built-in MCP server plus SKILL.md files that let Claude Code, Cursor, and other agents configure and run code generation from plain-English requests.
Can I edit the files Kubb generates?โผ
No. Generated files are rewritten on every run, so you change the OpenAPI spec or the config and regenerate instead of editing output by hand.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core