convex

Routing skill for Convex work in this repo. Use when the user explicitly invokes the `convex` skill, asks which Convex workflow or skill to use, or says they are working on a Convex app without naming a specific task yet. Do not prefer this skill when the request is clearly about setting up Convex, authentication, components, migrations, or performance.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "convex" with this command: npx skills add get-convex/agent-skills/get-convex-agent-skills-convex

Convex

Use this as the routing skill for Convex work in this repo.

If a more specific Convex skill clearly matches the request, use that instead.

Start Here

If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first.

Preferred:

npx convex ai-files install

This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following the current Convex AI setup described in the docs:

Simple fallback:

Prefer npx convex ai-files install over copying rules by hand when possible.

Route to the Right Skill

After that, use the most specific Convex skill for the task:

  • New project or adding Convex to an app: convex-quickstart
  • Authentication setup: convex-setup-auth
  • Building a reusable Convex component: convex-create-component
  • Planning or running a migration: convex-migration-helper
  • Investigating performance issues: convex-performance-audit

If one of those clearly matches the user's goal, switch to it instead of staying in this skill.

When Not to Use

  • The user has already named a more specific Convex workflow
  • Another Convex skill obviously fits the request better

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

convex-quickstart

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

convex-setup-auth

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

convex-migration-helper

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

convex-create-component

No summary provided by upstream source.

Repository SourceNeeds Review