convex

Routing skill for general Convex requests to the appropriate specialized skill.

get-convex ↓ 66k
Claude Code
View source ↗

What it does

  • Convex AI docs
  • convexrules.txt
  • 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

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Routing skill for general Convex requests to the appropriate specialized skill.

Source

Repository: https://github.com/get-convex/agent-skills

convex FAQ

What does the convex skill do?

Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task. Convex AI docs convexrules.txt

How do I install convex?

Run: npx -y skills add https://github.com/get-convex/agent-skills --skill convex --agent claude-code — the source lives at github.com/get-convex/agent-skills.

Maintain convex?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

convex on getagentictools
[![convex on getagentictools](https://getagentictools.com/badge/skills/get-convex-agent-skills-convex.svg)](https://getagentictools.com/skills/get-convex-agent-skills-convex?ref=badge)
npx agentictools info skills/get-convex-agent-skills-convex

The second line is the CLI lookup for this page — handy in READMEs and docs.