Set up a fresh clone of the TanStack Start + Convex + Clerk starter kit from dependencies to a running dev server. Handles Convex dev, Clerk app/JWT setup, .env.local, and the CLERK_JWT_ISSUER_DOMAIN Convex env var. Use when the user says "set up this starter…
robertguss/james-event-horizon-app
SkillsMP has collected 7 skills from robertguss/james-event-horizon-app. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Set up or extend authentication patterns in this Convex + Clerk project
Create Convex functions (queries, mutations, actions) with proper validation, auth, and patterns for this project
Quick reference for convex-helpers utilities available in this project - custom functions, relationships, validators, and more
Guide for safely migrating Convex schema changes - adding fields, changing types, renaming, and batch processing
Scaffold a new feature module in this Convex project - creates schema, functions, and frontend integration
Design Convex database schemas with proper validation, indexes, and relationship patterns