🎯

convex

🎯Skill

from get-convex/agent-skills

VibeIndex|
What it does
|

A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.

Overview

A collection of agent skills that cover common Convex workflows, from starting a new project to diagnosing performance bottlenecks. The skills are designed to be task-focused and action-oriented, installing via the Agent Skills CLI and working across Claude Code, Cursor, Windsurf, and Codex. The top-level convex skill acts as an entry point that recommends installing Convex AI files and routes to more specific skills.

Key Features

  • Project Quickstart: The convex-quickstart skill helps agents start a new Convex project or add Convex to an existing app with proper setup
  • Authentication Setup: convex-setup-auth walks through configuring authentication for a Convex app, handling provider setup and session management
  • Component & Migration Tools: convex-create-component builds reusable Convex components with clear boundaries, while convex-migration-helper plans and runs Convex migrations safely
  • Performance Auditing: convex-performance-audit investigates Convex performance problems and bottlenecks with structured diagnostic steps

Who is this for?

  • Developers building real-time applications with Convex who want their AI coding agents to follow best practices for Convex-specific workflows
  • Teams adopting Convex who need guided setup for authentication, components, and migrations without reading through documentation manually
  • Engineers debugging Convex performance issues who want a structured, agent-driven diagnostic process
📦

Same repository

get-convex/agent-skills(13 items)

convex

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add get-convex/agent-skills --skill convex
skills.sh Install⚠ Installs to .agents/skills/
npx skills add get-convex/agent-skills --skill convex
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/convex/SKILL.md

SKILL.md

68,888Installs
-
AddedApr 17, 2026

More from this repository10

🎯
convex-quickstart🎯Skill

Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.

🎯
convex-performance-audit🎯Skill

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.

🎯
convex-setup-auth🎯Skill

Sets up Convex authentication end-to-end — user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT — wiring `auth.config.ts` and a users table.

🎯
convex-migration-helper🎯Skill

Plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.

🎯
convex-create-component🎯Skill

Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.

🎯
convex-helpers-guide🎯Skill

A convex helpers guide skill from Convex agent skills for building real-time backend applications.

🎯
function-creator🎯Skill

A function creator skill from Convex agent skills for building real-time backend applications.

🎯
components-guide🎯Skill

A components guide skill from Convex agent skills for building real-time backend applications.

🎯
schema-builder🎯Skill

A schema builder skill from Convex agent skills for building real-time backend applications.

🎯
mike-convex-thumbnail🎯Skill

Skill