Kubb
Official@kubb-labs · Belgium
🧡 The meta framework for code generation.
Agent Skills by Kubb
Showing 15 vetted skills indexed across 2 GitHub repositories.
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.
components-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.
documentation
Generate clear, well-structured documentation with enforced frontmatter and SEO best practices.
coding-style
Enforce coding standards, testing practices, and PR workflows for the Kubb ecosystem.
changelog
Generate user-facing changelogs from git commit history.
jsdoc
Write concise JSDoc comments for TypeScript code using @default, @example, and @note.
pr
Automate pull request preconditions, changeset usage, and release guidance in a monorepo.
testing
Run pnpm tests, lint, and type checks across repository scopes.
Frequently Asked Questions About Kubb
FAQPage SchemaWhat specific tasks does Kubb enable for frontend teams?▼
Kubb enables the generation of React components and TypeScript definitions through a modular plugin system. It streamlines the creation of project documentation, enforces consistent coding standards, and manages release cycles by generating changelogs directly from commit history within a monorepo environment.
Which personas benefit most from using Kubb?▼
Frontend engineers, technical leads, and platform developers benefit from Kubb. It is designed for teams managing complex monorepos who require consistent component structures, enforced coding standards, and standardized documentation practices across multiple repository scopes.
What are the prerequisites for implementing Kubb in a project?▼
Implementation requires a TypeScript-based environment and familiarity with pnpm for package management. Users must configure the plugin architecture to define generator lifecycles and ensure JSDoc comments are properly integrated into the codebase to facilitate accurate code generation.