Convex
Convex from lev-os/agents.
Skills in this plugin
4- ▌ Convex Quickstart · lev-os bundleCreates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.
- ▌ Convex Create Component · lev-os bundleBuilds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.
- ▌ Convex Migration Helper · lev-os bundlePlans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.
- ▌ Convex Performance Audit · lev-os bundleAudits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.