Tag: convex
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…
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…
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…
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.
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…
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.
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…
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.
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.
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…
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…
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.
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…
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.
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…
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…
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 …
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.
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 …