This is a router skill that figures out which specialized Convex skill you actually need. It first checks if you have the latest Convex AI guidance installed (via `npx convex ai-files install`) and then routes you to the right tool: convex-quickstart for new projects, convex-setup-auth for authentication, convex-create-component for building components, convex-migration-helper for migrations, or convex-performance-audit for performance work. It's essentially traffic control for a larger Convex skill ecosystem. The main value is not having to remember which specific skill handles what, though if you already know exactly what you're doing, you can skip straight to the specialized skill.
npx skills add https://github.com/get-convex/agent-skills --skill convex