Kubb avatar

Kubb

Official

@kubb-labs · Belgium

0Followers
|
6Public Repos
|
15Published Skills

🧡 The meta framework for code generation.

Skills Distribution
DomainDeveloper To...Code Generation (40%)Frontend Architect.. (30%)Repository Governa.. (30%)

Agent Skills by Kubb

Showing 15 vetted skills indexed across 2 GitHub repositories.

kubb-labskubb-labs
1.8k

config

Configure kubb.config.ts and select @kubb/plugin-* packages for OpenAPI code generation.

Official
Intermediate
kubb-labskubb-labs
1.8k

output

Import and use Kubb-generated types, clients, hooks, schemas, and mocks in application code.

Official
Basic
kubb-labskubb-labs
1.8k

documentation

Write and review documentation markdown using style guides, content patterns, and SEO rules.

Official
Intermediate
kubb-labskubb-labs
1.8k

changelog

Generates user-facing changelogs from git commits using Changesets conventions.

Official
Intermediate
kubb-labskubb-labs
1.8k

pr

Enforces PR checklists, changeset creation, and release rules for monorepo contributions.

Official
Basic
kubb-labskubb-labs
1.8k

deslop

Removes AI-generated code slop from diffs to match repository conventions.

Official
Intermediate
kubb-labskubb-labs
1.8k

humanizer

Rewrites AI-generated text to remove robotic patterns and sound natural.

Official
Intermediate
kubb-labskubb-labs
1.8k

components-generators

Guide frontend teams in structuring React components and generators with @kubb/react-fabric.

Official
Intermediate
kubb-labskubb-labs
1.8k

plugin-architecture

Explains how to define, register and manage plugins and generator lifecycles in the Kubb ecosystem.

Official
Advanced
kubb-labskubb-labs
22

documentation

Generate clear, well-structured documentation with enforced frontmatter and SEO best practices.

Official
Basic
kubb-labskubb-labs
22

coding-style

Enforce coding standards, testing practices, and PR workflows for the Kubb ecosystem.

Official
Intermediate
kubb-labskubb-labs
22

changelog

Generate user-facing changelogs from git commit history.

Official
Intermediate
kubb-labskubb-labs
22

jsdoc

Write concise JSDoc comments for TypeScript code using @default, @example, and @note.

Official
Basic
kubb-labskubb-labs
22

pr

Automate pull request preconditions, changeset usage, and release guidance in a monorepo.

Official
Intermediate
kubb-labskubb-labs
22

testing

Run pnpm tests, lint, and type checks across repository scopes.

Official
Intermediate

Frequently Asked Questions About Kubb

FAQPage Schema
What 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.