_meta-guide
01Cursor rule Cursor
Comprehensive cursor rules for modern web development with Next.js, React, TypeScript, Drizzle, Shadcn/ui, Clerk, Tinybird, Cloudflare Workers, and more.
Cursor rule Cursor
Comprehensive cursor rules for modern web development with Next.js, React, TypeScript, Drizzle, Shadcn/ui, Clerk, Tinybird, Cloudflare Workers, and more.
Cursor rule Cursor
Comprehensive cursor rules for modern web development with Next.js, React, TypeScript, Drizzle, Shadcn/ui, Clerk, Tinybird, Cloudflare Workers, and more.
Cursor rule Cursor
RESTful API design standards including resource naming, HTTP methods, status codes, error handling, pagination, and versioning.
Cursor rule Cursor
Enforce try-catch blocks for async operations with structured error logging.
Cursor rule Cursor
Read this when user asks you to auto commit as you go.
Cursor rule Cursor
// lib/auth.ts import { betterAuth } from "better-auth" import { prismaAdapter } from "better-auth/adapters/prisma" import { nextCookies } from "better-auth/next-js" import { prisma } from "./prisma".
Cursor rule Cursor
Cursor rule "clerk" from jesseoue/cursor-rules, covering clerk authentication rules, setup & configuration, installation & basic setup, environment variables and .env.local.
Cursor rule Cursor
Cursor rule "cloudflare-workers" from jesseoue/cursor-rules, covering cloudflare workers rules, setup & configuration, project setup, install wrangler cli and create new worker.
Cursor rule Cursor
description: Cloudflare Workers and platform services best practices including worker development, caching strategies, and edge computing globs: [] alwaysApply: false.
Cursor rule Cursor
Guidelines for writing meaningful comments that explain why, not what.
Cursor rule Cursor
description: Convex backend development best practices with function definitions, schema management, and React integration globs: [] alwaysApply: false.
Cursor rule Cursor
TypeScript dependency injection patterns, injection types, and circular dependency resolution.
Cursor rule Cursor
description: Communication style guidelines for direct, efficient AI responses globs: [] alwaysApply: true.
Cursor rule Cursor
Cursor rule "drizzle" from jesseoue/cursor-rules, covering drizzle orm rules, schema definition, basic table schema, relationships and enums and indexes.
Cursor rule Cursor
Cursor rule "environment-management" from jesseoue/cursor-rules, covering environment-specific build args, copy package files, copy source code, build application and health check.
Cursor rule Cursor
Provide helpful error messages with context and suggested fixes.
Cursor rule Cursor
Cursor rule "fly-io" from jesseoue/cursor-rules, covering fly.toml, dockerfile, install dependencies only when needed, install dependencies based on the preferred package manager and rebuild the source code only when needed.
Cursor rule Cursor
Cursor rule "framer-motion" from jesseoue/cursor-rules, covering framer motion development rules, core concepts, basic animations, variants pattern and layout animations.
Cursor rule Cursor
Organize imports with external packages first, internal modules second, relative imports last, with blank lines between groups.
Cursor rule Cursor
Cursor rule "inngest" from jesseoue/cursor-rules, covering installation & configuration, api route handler, basic functions, simple event handler and multi-step workflow.
Cursor rule Cursor
Cursor rule "mcps" from jesseoue/cursor-rules, covering model context protocols (mcps), database mcps, postgresql mcp, installation and configuration.
Cursor rule Cursor
Naming conventions for variables, functions, classes, types, and constants.
Cursor rule Cursor
Cursor rule "neon" from jesseoue/cursor-rules, covering branch management scripts, scripts/create-branch.sh, add neon cli commands here, scripts/deploy-to-branch.sh and run migrations on the specific branch.
Cursor rule Cursor
Cursor rule "netlify" from jesseoue/cursor-rules, covering netlify.toml, redirect rules, headers for security and performance, environment-specific configuration and edge functions configuration.