convex-performance-audit
๐ฏSkillfrom get-convex/agent-skills
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.
Overview
A Convex agent skill that audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits โ leveraging npx convex insights to drive recommendations from real telemetry.
Key Features
- Audits hot-path reads and flags costly patterns
- Surfaces write contention and OCC (optimistic concurrency control) conflicts
- Analyzes subscription cost and function limit utilization
- Uses
npx convex insightsto ground recommendations in real data
Who is this for?
Teams running production Convex workloads who see latency or cost creep and need a structured audit. Also useful before a scale event โ a launch, a marketing push, or a new enterprise customer.
Same repository
get-convex/agent-skills(12 items)
Installation
npx vibeindex add get-convex/agent-skills --skill convex-performance-auditnpx skills add get-convex/agent-skills --skill convex-performance-audit~/.claude/skills/convex-performance-audit/SKILL.mdMore from this repository10
Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.
Sets up Convex authentication end-to-end โ user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT โ wiring `auth.config.ts` and a users table.
Plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.
Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.
A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.
A convex helpers guide skill from Convex agent skills for building real-time backend applications.
A function creator skill from Convex agent skills for building real-time backend applications.
A components guide skill from Convex agent skills for building real-time backend applications.
A schema builder skill from Convex agent skills for building real-time backend applications.
Convex agent skill that plans and executes safe schema migrations, including adding fields, creating tables, and data transformations.