Tag: convex

Type: All Skills Tools
skill ★ 11,620

Convex Authentication and User Management Setup

Implements secure authentication and user management in Convex using providers such as Clerk, Auth0, or Convex Auth. It configures identity mapping, environment variables, and protects backend functions via server-side identity verification…

get-convex/convex-backend convex authentication user-management auth-integration
skill ★ 11,620

Initialise and Configure Convex Projects

Automate the scaffolding of new Convex projects or the integration of Convex into existing React, Next.js, or Vue applications. It manages template selection, dependency installation, and the configuration of the ConvexProvider and environm…

get-convex/convex-backend convex scaffolding frontend-integration fullstack-development
skill ★ 11,620

Convex Application Performance Audit

Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

Convex Schema Migration Assistant

Facilitates safe Convex schema and data migrations using a widen-migrate-narrow workflow. It manages breaking changes, field transformations, and zero-downtime deployment strategies for existing tables.

get-convex/convex-backend convex database-migration schema-management backend-development
skill ★ 11,620

Designing and Building Reusable Convex Components

This skill provides a structured workflow for designing and implementing isolated Convex components with distinct tables and clear boundaries. It covers the implementation of local, packaged, and hybrid architectures using the Convex Compon…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

Convex Authentication and User Management Setup

Configure secure authentication in Convex using providers such as Clerk, Auth0, or Convex Auth. It enables implementing identity mapping, protecting backend functions, and managing user authorisation.

get-convex/convex-backend convex authentication user-management clerk
skill ★ 11,620

Initialise and Configure Convex Projects

Automates the process of initialising Convex projects by scaffolding new applications from templates or integrating the backend into existing React, Next.js, or Vue applications. It manages dependency installation, provider configuration, a…

get-convex/convex-backend convex scaffolding react nextjs
skill ★ 11,620

Convex Application Performance Audit

Diagnose and optimise Convex application performance by addressing read amplification, OCC conflicts, and subscription costs. The workflow provides structured auditing for hot-path reads, write contention, and function execution limits.

get-convex/convex-backend convex performance-audit backend-optimisation database-performance
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill plans and executes safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes such as field type updates, table splits, and data backfilling while ensuring zero downtime.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

Designing and Building Convex Components

This skill facilitates the design and implementation of reusable Convex components with isolated tables and defined boundaries. It provides a structured workflow for extracting backend logic and managing component-to-app communication via a…

get-convex/convex-backend convex backend-development component-architecture serverless
skill ★ 11,620

Setting up authentication in Convex

This skill automates the configuration of authentication providers such as Clerk, Auth0, or Convex Auth within a Convex backend. It handles identity mapping, environment variable setup, and the implementation of server-side access control u…

get-convex/convex-backend convex authentication user-management clerk
skill ★ 11,620

Initialize and Configure Convex Projects

Initialises new Convex projects or integrates the backend into existing React, Next.js, or Svelte applications. It manages scaffolding via templates, dependency installation, and the configuration of environment variables and providers.

get-convex/convex-backend convex backend-as-a-service scaffolding react
skill ★ 11,620

Convex Application Performance Audit

This skill diagnoses and resolves performance bottlenecks in Convex applications, focusing on read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and applying optimisat…

get-convex/convex-backend convex performance-optimization backend-development database-auditing
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill manages safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes like field type updates, table splits, and data backfilling via the @convex-dev/migrations component.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

Create Reusable Convex Components

This skill facilitates the design and implementation of isolated Convex components with distinct schemas, clear boundaries, and app-facing wrappers. It provides a structured workflow for extracting backend logic into reusable modules or bui…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

Initialise and Configure Convex Projects

Automate the scaffolding of new Convex projects using official templates or integrate Convex into existing React, Next.js, or Vue applications. It manages dependency installation, provider configuration, and environment variable setup for t…

get-convex/convex-backend convex scaffolding frontend-integration fullstack-development
skill ★ 11,620

Convex Application Performance Audit

This skill diagnoses and optimises performance issues in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for tracing read/write sets and applying targeted fixes …

get-convex/convex-backend convex performance-audit backend-optimization database-tuning
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill manages breaking schema changes in Convex by implementing a widen-migrate-narrow workflow. It facilitates safe data transformations, field updates, and table restructuring using the @convex-dev/migrations component.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

Designing Reusable Convex Components

This skill facilitates the creation of reusable Convex components with isolated tables, clear boundaries, and app-facing wrappers. It provides a structured workflow for managing component shapes, authentication, and cross-boundary function …

get-convex/convex-backend convex backend component-architecture typescript