What problem does it solve?
Adding features like billing, crons, auth, search, or hosting to an existing Convex app normally requires manually hunting for the right component and wiring it up. This Skill consults a live capability catalog so the procedure it follows is always current, and falls back to component search when the catalog has no match.
Core Features & Use Cases
- Live capability catalog: Fetches the served Convex capability catalog and matches the user's request against title, summary, and trigger fields, then follows the matched capability's documented procedure.
- Automatic fallback: If the catalog is unreachable or has no match, it wires @convex-dev/static-hosting for hosting requests or runs the component search script to find and install the best-matching @convex-dev component.
- Use Case: A developer types /add billing in their Convex project; the Skill fetches the catalog, finds the billing capability doc, and follows its procedure to wire billing into the app.
Quick Start
Ask the agent to add a capability such as hosting or auth to your current Convex app, for example by running /add hosting.