convex-performance-audit
Diagnose and optimize Convex application performance, including read/write paths, OCC conflicts, and subscriptions.
Install
npx skills add https://github.com/get-convex/agent-skills --skill convex-performance-auditStats
| Total installs | 8,445 |
| Weekly installs | 8.4K |
| GitHub stars | 16 |
| First seen | 12 days ago |
| Source | @get-convex/agent-skills |
Summary
- Covers four problem classes: hot-path reads and data amplification, OCC write conflicts and contention, subscription cost and reactivity overhead, and function execution or transaction size limits
- Starts with signal gathering from deployment health insights or CLI tools, then routes to the relevant reference guide based on the problem type
- Emphasizes tracing full read and write sets, identifying sibling functions on the same tables, and fixing patterns consistently across related code paths
- Includes guardrails against over-engineering small-scale or low-traffic applications, and escalation guidance for invasive fixes requiring migration-safe rollouts
Tags
Related skills
| Skill | Installs | vs convex-performance-audit |
|---|---|---|
| power-bi-performance-troubleshooting | 7,437 | -1,008 |
| game-engine | 7,988 | -457 |
| state-management | 10,538 | +2,093 |
| nextjs-app-router-patterns | 10,383 | +1,938 |
| dataverse-python-production-code | 7,781 | -664 |
FAQ
- How many installs does convex-performance-audit have?
- convex-performance-audit has 8,445 total installs and 8.4K installs this week.
- Where is convex-performance-audit hosted?
- convex-performance-audit is published by @get-convex/agent-skills at https://github.com/get-convex/agent-skills.
- How many GitHub stars does convex-performance-audit have?
- convex-performance-audit has 16 GitHub stars.
- When was convex-performance-audit first indexed?
- OrangeBot.AI first indexed convex-performance-audit on 12 days ago.
- How do I install convex-performance-audit?
- Run: npx skills add https://github.com/get-convex/agent-skills --skill convex-performance-audit