Domains
Forms
- SKILL.md14.3%
- references57.1%
- assets14.3%
- other14.3%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a Convex app page or feature is slow/expensive, npx convex insights --details shows high reads/OCC conflicts, or subscription/UI update issues appear.
A diagnosed performance problem with applied fixes across sibling functions, verified no regressions, and optimized read/write/invalidation cost.
Use Cases
A team notices their Convex dashboard page is slow and `npx convex insights` shows high bytes read. They invoke this skill to scope the flow, trace queries, and apply hot-path-rules fixes across sibling list queries. Result: reduced read cost and faster UI without a full rewrite.
A Convex mutation hits OCC conflict errors under load. Using this skill, they read occ-conflicts.md, split the hot document, and inspect sibling writers. The skill escalates the migration-safe rollout to convex-migration-helper. Outcome: fewer retries and stable writes.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File