better-convex
Type-safe Convex framework with ORM, auth, and React
All Skills in This Repository (19)
Pure Emerald Level Indicatorsconvex-trigger
Implement advanced trigger patterns for audit logging, authorization checks, and component integration in Convex apps.
convex-doc
Enforce consistent Convex documentation rules for convex.mdc and convex-*.mdc files.
agent-browser
Automate browser interactions for testing, form filling, and data extraction.
convex-ents
Query related documents and edges in Convex Ents with type-safe patterns.
convex-filters
Build full-text search indexes and run relevance-ranked queries on Convex collections.
creating-components
Organize React component architecture for composable, accessible UI components.
convex-aggregate
Optimize complex data aggregations in Convex with DirectAggregate patterns.
changeset
Automates creation and management of release changesets for versioning and changelogs.
toast
Render toast notifications with Sonner for success, error, and loading states.
convex
Generate Convex-backed type-safe APIs with cRPC hooks for React apps.
testing
Enforce spy cleanup and isolation in React hook tests with Bun.
convex-admin
Integrate Better Auth role-based access control into Convex admin panels and user-management workflows.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core