kitcn
Type-safe Convex framework with ORM, auth, and React
All Skills in This Repository (40)
Pure Emerald Level Indicatorsce:compound-refresh
Refresh learnings and pattern docs against the current codebase.
scope-guardian-reviewer
Reviews planning documents for scope alignment and unjustified complexity.
project-standards-reviewer
Audits changed files against CLAUDE.md and AGENTS.md standards, citing exact rule violations.
git-commit
Create conventional git commits from working tree changes.
todo-resolve
Resolve approved todos across multiple files using parallel processing.
1-app-design-document
Codify React UI design systems with pattern catalogs and typography tokens.
git-clean-gone-branches
Identify and delete local Git branches with deleted remote tracking branches.
major-task
Analyze repository evidence to propose architecture, migration, or benchmark decisions.
research-wiki
Orchestrates ingestion and maintenance workflows for compiled research-doc layers.
concave-parity
Document and remove Concave parity bandaids in Convex runtime contracts.
4-ultracite
Enforce JavaScript/TypeScript coding standards with formatting, style, correctness, and security checks.
todo-triage
Triage pending todos by severity and category across local todo directories.
Frequently Asked Questions
FAQPage SchemaHow 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โ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