Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Audit and fix Convex performance issues: hot reads, OCC conflicts, subscription cost, and function limits.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
agents/openai.yaml
1interface:2display_name: "Convex Performance Audit"3short_description:4"Audit slow Convex reads, subscriptions, OCC conflicts, and limits."5icon_small: "./assets/icon.svg"6icon_large: "./assets/icon.svg"7brand_color: "#EF4444"8default_prompt:9"Audit this Convex app for performance issues. Start with the strongest10signal available, identify the problem class, and suggest the smallest11high-impact fix before proposing bigger structural changes."1213policy:14allow_implicit_invocation: true15