What problem does it solve?
Developers working on Convex apps waste time manually polling logs and dashboards to catch errors or feature requests. This Skill blocks on the next typed event—dev errors, production errors, or feature requests—so you can react immediately instead of constantly checking.
Core Features & Use Cases
- Blocking Event Wait: Calls
wait_for_event with project directory, event kinds, and timeout to race local error logs, deployment subscriptions, and Sentinel prod-error rows, returning the first to fire.
- Typed Event Reactions: Decodes and fixes
convex_error events, triages prod_error events via Sentinel, builds feature_request events, and loops on quiet heartbeats.
- Poll-Loop Fallback: In harnesses without blocking MCP support (e.g., Copilot cloud), runs a poll loop with the same versioned event contract.
- Use Case: While iterating on a Convex backend, let the agent block on the next dev error, automatically decode it, and apply a fix without you switching to the dashboard.
Quick Start
Ask the agent to watch my Convex project for the next error or feature request and react to it when one arrives.