83,201 skills sorted by stars.
Sets up and configures Convex agents for chat-based AI interactions. Use this when initializing agent instances, creatin...
Integrates human agents into automated workflows for human-in-the-loop interactions. Use this when humans need to respon...
Sends, saves, retrieves, and manages messages within agent conversations. Use this when handling user messages, displayi...
Sets up a web UI for testing, debugging, and developing agents without code. Use this to manually test agents, browse co...
Implements Retrieval-Augmented Generation (RAG) patterns to enhance agents with custom knowledge bases. Use this when ag...
Controls message frequency and token usage to prevent abuse and manage API budgets. Use this to implement per-user limit...
Streams agent responses in real-time to clients without blocking. Use this for responsive UIs, long-running generations,...
Manages conversation threads to group messages into linear histories. Use this when organizing multi-turn conversations,...
Enables agents to call external functions, APIs, and database operations through tool definitions. Use this when agents...
Tracks LLM token consumption and usage metrics for billing, monitoring, and optimization. Use this to log token usage, c...
Orchestrates multi-step agent operations with durable execution, automatic retries, and recovery from failures. Use this...
Advanced Convex Aggregate patterns - DirectAggregate, performance optimization, complex aggregations
Audit a Convex-backed codebase for schema quality, security, runtime boundaries, migrations, and function-surface risks....
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...
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...
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...
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...
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry...