Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Audit a Convex-backed codebase for schema quality, security, runtime boundaries, migrations, and function-surface risks....
Convex Auth - authentication, user management, protected functions, and session handling
Set up Convex authentication, user mapping, authorization, and custom function wrappers for data protection.
Core authentication patterns for Convex backends. Use when implementing auth checks in functions, storing users in datab...
Set up and manage user authentication using Convex Auth with login, signup, password reset, and user profile initializat...
Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any b...
Build reactive backends with Convex functions, schema validation, auth integration, and deployment workflows.
Build real-time, reactive backend applications with Convex using TypeScript queries, mutations, and actions with automat...
Develop and maintain Convex backend functions including queries, mutations, and actions. Use when working with database...
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScr...
General Convex implementation guidance for this repo. Use before or during schema, function, realtime, auth, or migratio...
Clerk authentication integration for Convex. Use when setting up Clerk auth, configuring ConvexProviderWithClerk, implem...
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency ma...
Author reusable Convex components with isolated schema, functions, and exports. Use when packaging shareable backend cap...
Convex Components - Presence, ProseMirror/BlockNote collaborative editing, and Resend email integration
Use Convex components for encapsulation, reuse, and feature isolation. Use when deciding between local code, helpers, an...
Universal patterns for Convex components including installation, configuration, and usage. Use when working with Rate Li...
Core Convex development guidelines - functions, validators, schema, queries, mutations, and database patterns
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry...
Schedule recurring Convex jobs safely using internal functions, batch processing, and observable retry-friendly patterns...
Build Convex backends with queries, mutations, actions, HTTP endpoints, and schemas. Comprehensive guide for all Convex...
Apply Convex database best practices for cost optimization, performance, security, and architecture.Use when: building C...
You are a coding standards expert specializing in convex development general.
Use when updating or maintaining Convex documentation rules (convex.mdc and convex-*.mdc files) - provides content guide...
Query and manage local Convex documentation mirror (42 docs). Search Convex topics for real-time database, serverless fu...
Use when working with Convex Ents (relational database layer on top of Convex) - provides ergonomic patterns for queryin...
Write Convex code that passes @convex-dev/eslint-plugin rules by default
Generate a complete Convex-first feature specification for a repo, including data model, API surface, rollout, and verif...
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, an...
Use Convex file storage correctly for uploads, references, and retrieval. Use when implementing file or attachment flows...
Use when implementing full-text search or complex filtering in Convex - provides search indexes, streams, query optimiza...
Create Convex queries, mutations, actions, and internal functions with validators, auth checks, async safety, and correc...
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal function...
Manage game lifecycle, player turns, round rotation, scoring, and game state transitions. Use when implementing game cre...
Validate and score player guesses against drawing cards with fuzzy matching and scoring logic. Use when implementing gue...
Internal query helpers for TypeScript recursion workaround in 84+ module Convex backend. Helper pattern extracts thin qu...
Discover and apply convex-helpers patterns such as relationship helpers and custom function wrappers.
Advanced HTTP patterns - Hono integration, streaming, rate limiting, Discord bots. Load AFTER reading /docs/server/http
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication...