What problem does it solve? Adding features like billing, crons, auth, search, or hosting to an existing Convex app normally requires manually finding the right component and wiring it up. This Skill automates that by consulting a live capability catalog with always-current procedures, so instructions never go stale. ## Core Features & Use Cases - Live Capability Catalog: Fetches the served catalog at basic-anteater-667.convex.site and matches the user's request against capability titles, summaries, and triggers. - Always-Current Procedures: Follows the fetched capability document's Procedure and Rules sections instead of relying on baked-in knowledge. - Graceful Fallback: If the catalog is unreachable or has no match, falls back to wiring @convex-dev/static-hosting for hosting requests or running the component search script for anything else. - Use Case: A developer types "/add billing" in their Convex project; the Skill fetches the billing capability doc and follows its current installation procedure, or falls back to installing the best-matching @convex-dev component. ## Quick Start Ask the assistant to add a capability such as billing, auth, or hosting to your current Convex app using the /add command.