tag

convex

20 indexed skills · max 10 per page

skills (20)

convex-component-authoring

waynesutton/convexskills · Productivity

0

Self-contained Convex packages with isolated databases, functions, and type-safe exports for reuse across projects. \n \n Includes isolated database tables, queries, mutations, actions, and TypeScript types within a single component package \n Supports multiple component instances in a single app with custom naming and configuration options \n Provides optional React hooks for type-safe frontend integration and simplified consumer APIs \n Publishes to npm with proper peer dependencies, TypeScrip

convex-agents

waynesutton/convexskills · Productivity

0

Persistent, stateful AI agents with thread management, tool integration, streaming, and RAG on Convex. \n \n Thread management for multi-turn conversations with automatic persistence across restarts and real-time streaming responses to clients \n Tool integration allowing agents to execute Convex functions as callable tools for knowledge search, task creation, and external API calls \n Built-in vector search and RAG patterns for embedding documents and retrieving relevant context to augment agen

convex-cron-jobs

waynesutton/convexskills · Productivity

0

Schedule recurring background tasks with interval and cron expression patterns in Convex. \n \n Supports two scheduling modes: fixed intervals (seconds, minutes, hours) and precise cron expressions (UTC timezone) \n Cron jobs call internal functions for security and can accept static arguments for parameterized tasks \n Includes patterns for cleanup operations, data syncing, batch processing, and external API calls via actions \n Built-in logging and monitoring via the Convex dashboard; handle l

convex

waynesutton/convexskills · Productivity

0

Routing hub for Convex backend development skills covering functions, schemas, realtime, storage, agents, and security. \n \n Routes to 11 specialized sub-skills via commands like /convex-functions , /convex-realtime , /convex-agents , and /convex-migrations \n Covers core patterns: queries, mutations, actions, reactive subscriptions, webhooks, file storage, and scheduled tasks \n Includes security-focused skills for audits and best-practice checklists \n Recommended entry point is /convex-best-

convex-create-component

get-convex/agent-skills · Productivity

0

Design and build isolated, reusable Convex backend components with clear boundaries and app-facing wrappers. \n \n Supports three component shapes: local (single-app), packaged (npm), and hybrid (both), with a decision tree to choose the right fit \n Enforces architectural boundaries: components own their tables and functions, while the app handles authentication, environment access, and client-facing wrappers \n Provides a complete workflow from planning (tables, public API, data flow) through

convex-quickstart

get-convex/convex-agent-plugins · Frontend

0

Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations.

convex-helpers-guide

get-convex/agent-skills · Frontend

0

Battle-tested utilities for Convex backends covering relationships, authentication, filtering, sessions, and data migrations. \n \n Relationship helpers ( getOneFrom , getManyFrom , getManyVia ) simplify loading related data across tables with type safety \n Custom functions provide TypeScript-based data protection and access control as an alternative to row-level security, with automatic auth injection and role-based access patterns \n Additional utilities include filtering for complex logic, s

convex-security-audit

waynesutton/convexskills · Productivity

0

Security audit patterns for authorization, data access, action isolation, rate limiting, and sensitive operations in Convex applications. \n \n Covers five core security areas: role-based access control with hierarchical permissions, data access boundaries with ownership verification, action isolation for external API calls, rate limiting with configurable windows, and two-factor confirmation for destructive operations \n Includes complete TypeScript examples for RBAC implementation, permission-

convex-migrations

waynesutton/convexskills · Productivity

0

Safe schema evolution with optional fields, batched backfills, and zero-downtime migration patterns. \n \n Supports adding fields as optional, backfilling data in batches, renaming fields, removing deprecated fields, and changing field types through multi-step migrations \n Includes a migration tracking system to prevent re-running completed migrations and monitor progress across batches \n Provides patterns for index management, type conversions with fallback logic, and graceful handling of und

convex-file-storage

waynesutton/convexskills · Productivity

0

Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex. \n \n Supports three-step upload flow: generate upload URL via mutation, POST file to storage endpoint, save reference to database \n Serves files via automatic URL generation and handles diverse file types (images, PDFs, videos) with type-specific display logic \n Stores generated files from actions (PDFs, images) directly to storage using ctx.storage.store() with Blob conversion \

prevpage 1 / 2next