udecodeudecodeOfficialยท40 Agent Skills Included

kitcn

Type-safe Convex framework with ORM, auth, and React

Builds type-safe full-stack apps on Convex with a tRPC-style server API, Drizzle-style ORM, and TanStack Query integration. Eliminates manual schema wiring, auth boilerplate, and cache invalidation through code generation and real-time subscriptions. Ships a CLI with scaffolding, codegen, and non-interactive flags so agents and developers complete setup and feature work faster.
npx skills add udecode/kitcn --all -g -y
Available:

Tells the agent how to route requests to the right sub-skill, enforce git and PR rules, keep generated files synced from their sources, and verify work with the repo's test and fixture commands.

All Skills in This Repository (40)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
udecodeudecode

ce:compound-refresh

Refresh learnings and pattern docs against the current codebase.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

scope-guardian-reviewer

Reviews planning documents for scope alignment and unjustified complexity.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

project-standards-reviewer

Audits changed files against CLAUDE.md and AGENTS.md standards, citing exact rule violations.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

git-commit

Create conventional git commits from working tree changes.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

todo-resolve

Resolve approved todos across multiple files using parallel processing.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

1-app-design-document

Codify React UI design systems with pattern catalogs and typography tokens.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

git-clean-gone-branches

Identify and delete local Git branches with deleted remote tracking branches.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

major-task

Analyze repository evidence to propose architecture, migration, or benchmark decisions.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

research-wiki

Orchestrates ingestion and maintenance workflows for compiled research-doc layers.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

concave-parity

Document and remove Concave parity bandaids in Convex runtime contracts.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

4-ultracite

Enforce JavaScript/TypeScript coding standards with formatting, style, correctness, and security checks.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

todo-triage

Triage pending todos by severity and category across local todo directories.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install kitcn?โ–ผ

Run `npx skills add udecode/kitcn --all -g -y` in your terminal to install all skills in this suite globally.

What is kitcn used for?โ–ผ

Kitcn is a type-safe framework for Convex that gives you a tRPC-style server API, a Drizzle-style ORM, Better Auth integration, and TanStack Query hooks with real-time updates.

How do I scaffold a new kitcn app?โ–ผ

Run `npx kitcn@latest init -t next --yes` for a Next.js starter or `kitcn init -t vite` for a React app, then add features like auth with `kitcn add auth`.

Does kitcn work with AI coding agents?โ–ผ

Yes. The CLI is designed for agents with deterministic `--json` output and non-interactive `--yes` defaults, and the bundled skills guide agents through setup, tasks, reviews, and PR delivery.

Can kitcn run backends other than Convex Cloud?โ–ผ

Yes. You can select the self-hosted Concave backend with `--backend concave` while keeping Convex as the default.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’