What problem does it solve?
This Skill helps you diagnose and fix slow or expensive Convex performance by classifying the bottleneck (read amplification, subscription cost, OCC conflicts, or function/transaction budget issues) and applying the smallest high-impact remediation that matches the symptom.
Core Features & Use Cases
- Guided performance triage: directs you to gather the strongest available signals first (health insights, and
npx convex insights --details) before guessing.
- Problem-class routing to reference playbooks: maps observed signals to the right reference for hot paths, OCC conflicts, subscription cost, or function budget.
- Flow-based and sibling-aware auditing: instructs scoping one concrete user flow, tracing the complete read/write set, then fixing sibling functions consistently to prevent piecemeal regressions.
- Guardrails for safe optimization: reduces risk of over-engineering by discouraging migration-heavy changes unless there is clear measured signal and a safe rollout plan.
Quick Start
Use the convex-performance-audit Skill to run an insights-driven audit of your slow Convex feature and produce a fix plan that targets the correct problem class first.