udecodeudecodeOfficialยท19 Agent Skills Included

better-convex

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

Builds type-safe Convex backends with a tRPC-style procedure builder, Drizzle-style ORM, and TanStack Query client integration. Eliminates manual schema wiring, auth boilerplate, and cache invalidation bugs through code generation and real-time subscriptions. Ships a CLI with scaffolding, codegen, and runtime analysis so developers and agents ship features faster.
npx skills add udecode/better-convex --all -g -y
Available:

Tells the agent how to route requests to the right sub-skill, enforce git and PR rules, and follow the repo's package, testing, and documentation conventions.

All Skills in This Repository (19)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
udecodeudecode

convex-trigger

Implement advanced trigger patterns for audit logging, authorization checks, and component integration in Convex apps.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

convex-doc

Enforce consistent Convex documentation rules for convex.mdc and convex-*.mdc files.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

agent-browser

Automate browser interactions for testing, form filling, and data extraction.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

convex-ents

Query related documents and edges in Convex Ents with type-safe patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

convex-filters

Build full-text search indexes and run relevance-ranked queries on Convex collections.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

creating-components

Organize React component architecture for composable, accessible UI components.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

convex-aggregate

Optimize complex data aggregations in Convex with DirectAggregate patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

changeset

Automates creation and management of release changesets for versioning and changelogs.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

toast

Render toast notifications with Sonner for success, error, and loading states.

Official
Basic
๐Ÿ“ฆ In Repo
udecodeudecode

convex

Generate Convex-backed type-safe APIs with cRPC hooks for React apps.

Official
Advanced
๐Ÿ“ฆ In Repo
udecodeudecode

testing

Enforce spy cleanup and isolation in React hook tests with Bun.

Official
Intermediate
๐Ÿ“ฆ In Repo
udecodeudecode

convex-admin

Integrate Better Auth role-based access control into Convex admin panels and user-management workflows.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install better-convex?โ–ผ

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

What is kitcn?โ–ผ

kitcn is a type-safe Convex framework that adds a tRPC-style server API, a Drizzle-style ORM, and TanStack Query integration with real-time updates.

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

Run `npx kitcn@latest init -t next --yes` to generate a ready-to-run Next.js app with auth, ORM, and cRPC wiring included.

Does kitcn support authentication?โ–ผ

Yes. It ships Better Auth adapters, Next.js server helpers, and an `kitcn add auth` command that wires server, client, and provider setup automatically.

Do I need to know Convex to use these skills?โ–ผ

Basic Convex familiarity helps, but the skills guide the agent through schema, queries, auth, and React integration using familiar tRPC and Drizzle patterns.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’