{"name":"convex","url":"https://github.com/get-convex/agent-skills/tree/main/skills/convex","install":"npx skills add get-convex/agent-skills --skill convex","sdk":"convex","key":"convex/convex","description":"Routes general Convex requests to the right project skill. Use when the user","hasContent":true,"content":"---\nname: convex\ndescription:\n  Routes general Convex requests to the right project skill. Use when the user\n  asks which Convex skill to use or gives an underspecified Convex app task.\n---\n\n# Convex\n\nUse this as the routing skill for Convex work in this repo.\n\nIf a more specific Convex skill clearly matches the request, use that instead.\n\n## Start Here\n\nIf the project does not already have Convex AI guidance installed, or the\nexisting guidance looks stale, strongly recommend installing it first.\n\nPreferred:\n\n```bash\nnpx convex ai-files install\n```\n\nThis installs or refreshes the managed Convex AI files. It is the recommended\nstarting point for getting the official Convex guidelines in place and following\nthe current Convex AI setup described in the docs:\n\n- [Convex AI docs](https://docs.convex.dev/ai)\n\nSimple fallback:\n\n- [convex_rules.txt](https://convex.link/convex_rules.txt)\n\nPrefer `npx convex ai-files install` over copying rules by hand when possible.\n\n## Route to the Right Skill\n\nAfter that, use the most specific Convex skill for the task:\n\n- New project or adding Convex to an app: `convex-quickstart`\n- Authentication setup: `convex-setup-auth`\n- Building a reusable Convex component: `convex-create-component`\n- Planning or running a migration: `convex-migration-helper`\n- Investigating performance issues: `convex-performance-audit`\n\nIf one of those clearly matches the user's goal, switch to it instead of staying\nin this skill.\n\n## When Not to Use\n\n- The user has already named a more specific Convex workflow\n- Another Convex skill obviously fits the request better\n","contentSource":"https://raw.githubusercontent.com/get-convex/agent-skills/main/skills/convex/SKILL.md","contentFetchedAt":"2026-07-28T23:15:38.700Z"}