kubb-labs

26 mods across 1 repository, 1.8k stars between them.

changelog

01

kubb-labs/kubb

Skill Claude CodeCodex

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

1.8k 3d ago A 47 tokens original MIT

deslop

02

kubb-labs/kubb

Skill Claude CodeCodex

Remove AI-generated code slop from a branch or diff. Use after writing or generating code to strip unnecessary comments, defensive checks, any casts, and style that does not match the surrounding file. For prose and markdown, use the humanizer skill instead.

1.8k 3d ago A 56 tokens original MIT

documentation

03

kubb-labs/kubb

Skill Claude CodeCodex

Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and SEO optimization. Overrides brevity rules for proper grammar.

1.8k 3d ago A 39 tokens original MIT

humanizer

04

kubb-labs/kubb

Skill Claude CodeCodex

Remove AI writing patterns to make documentation sound natural, specific, and human. Covers content patterns, language patterns, style patterns, and communication patterns.

1.8k 3d ago A 32 tokens original MIT

jsdoc

05

kubb-labs/kubb

Skill Claude CodeCodex

Full JSDoc format guide for TypeScript, covering @example formats (short, multi-line, multi-variant), tag usage (@default, @deprecated, what to avoid), documentation patterns for properties/enums/functions, and tag order.

1.8k 3d ago A 51 tokens original MIT

pr

06

kubb-labs/kubb

Skill Claude CodeCodex

Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.

1.8k 3d ago A 23 tokens original MIT

kubb

07

kubb-labs/kubb

Plugin Claude Code

Kubb, a meta framework for code generation, as a Claude Code plugin.

1.8k 3d ago A tokens not measured original MIT

code-reviewer

08

kubb-labs/kubb

Agent Claude Code

Reviews TypeScript changes in this monorepo for correctness, security, and maintainability. Use after implementing a feature or before opening a PR.

1.8k 3d ago A 33 tokens original MIT

changeset

09

kubb-labs/kubb

Command Claude Code

Create a Changeset for the current changes with the right semver bump.

1.8k 3d ago A 14 tokens original MIT

deslop

10

kubb-labs/kubb

Command Claude Code

Remove AI-generated code slop from the current branch's changes.

1.8k 3d ago A 12 tokens original MIT

SessionStart

11

kubb-labs/kubb

Hook Claude Code

Runs when a session starts, executing session-start.sh. From kubb-labs/kubb.

1.8k 3d ago A tokens not measured copy · 52% MIT

PreToolUse

12

kubb-labs/kubb

Hook Claude Code

Runs before the agent uses a tool for Edit and Write tool calls, executing guard-edit.sh. From kubb-labs/kubb.

1.8k 3d ago A tokens not measured copy · 45% MIT

Stop

13

kubb-labs/kubb

Hook Claude Code

Runs when the agent finishes a response, executing format-lint.sh. From kubb-labs/kubb.

1.8k 3d ago A tokens not measured copy · 48% MIT

kubb

14

kubb-labs/kubb

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, Stop) and 29 allowed tools.

1.8k 3d ago C tokens not measured original MIT

kubb-labs/kubb

Instructions file GitHub Copilot

Instructions for kubb-labs/kubb, a project described as: 🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.

1.8k 3d ago A 4 tokens copy · 100% MIT

kubb AGENTS.md

16

kubb-labs/kubb

Instructions file CodexOpenCode

Instructions for kubb-labs/kubb, covering agents.md, high-level architecture, project structure and commands, repository setup and plugin ecosystem.

1.8k 3d ago A 1,025 tokens original MIT

kubb CLAUDE.md

17

kubb-labs/kubb

Instructions file

Instructions for kubb-labs/kubb, a project described as: 🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.

1.8k 3d ago A 3 tokens copy · 100% MIT

kubb GEMINI.md

18

kubb-labs/kubb

Instructions file Gemini CLI

Instructions for kubb-labs/kubb, a project described as: 🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.

1.8k 3d ago A 3 tokens copy · 100% MIT

claude

19

kubb-labs/kubb

Plugin Claude Code

Kubb is a meta framework for code generation. Generate TypeScript types, Zod schemas, Axios and fetch clients, React Query and Vue Query hooks, Faker mocks and more from an OpenAPI spec. The commands run the Kubb CLI, and a bundled MCP server adds conversational generation.

1.8k 3d ago A tokens not measured original MIT

kubb

20

kubb-labs/kubb

MCP server Claude CodeCodexCursor +2

The meta framework for code generation. Point Kubb at a schema and it generates types, clients, hooks, validators, mocks, and more. Runs locally from the kubb npm package.

1.8k 3d ago A tokens not measured original MIT

kubb-expert

21

kubb-labs/kubb

Agent

Sets up and maintains Kubb code generation in a consuming app, from choosing plugins to authoring kubb.config.ts and running the kubb CLI. Use for end-to-end "add Kubb to my project" or "generate a typed client from this spec" tasks.

1.8k 3d ago A 60 tokens original MIT

generate

22

kubb-labs/kubb

Command

Run Kubb code generation with the kubb generate CLI and report what changed.

1.8k 3d ago A 16 tokens original MIT

init

23

kubb-labs/kubb

Command

Scaffold a kubb.config.ts and install plugins by running the kubb init CLI.

1.8k 3d ago A 18 tokens original MIT

validate

24

kubb-labs/kubb

Command

Validate an OpenAPI/Swagger spec with the kubb validate CLI before generating from it.

1.8k 3d ago A 18 tokens original MIT