Agent Skills: Convex Development Skills

Umbrella skill for all Convex development patterns. Routes to specific skills for quickstart, functions, schema, auth, migrations, components, and helpers.

UncategorizedID: michaelfisher1997/opencode-config/convex

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelFisher1997/opencode-config/tree/HEAD/skills/convex

Skill Files

Browse the full folder contents for convex.

Download Skill

Loading file tree…

skills/convex/SKILL.md

Skill Metadata

Name
convex
Description
Umbrella skill for all Convex development patterns. Routes to specific skills for quickstart, functions, schema, auth, migrations, components, and helpers.

Convex Development Skills

This is an index skill for Convex development. Use specific skills for detailed guidance:

Getting Started

| Skill | Use When | |-------|----------| | /convex-quickstart | Starting a new project or adding Convex to an existing app |

Core Development

| Skill | Use When | |-------|----------| | /convex-function-creator | Writing queries, mutations, and actions | | /convex-schema-builder | Defining database schemas, validators, and indexes | | /convex-auth-setup | Setting up authentication, user management, and access control |

Advanced Patterns

| Skill | Use When | |-------|----------| | /convex-migration-helper | Schema evolution, data backfills, breaking changes | | /convex-components-guide | Using and authoring reusable Convex components | | /convex-helpers-guide | Using convex-helpers for relationships, custom functions, filters, sessions |

Quick Start

For most tasks:

  1. Start with /convex-quickstart to initialize a new project
  2. Use /convex-schema-builder to define your data model
  3. Use /convex-function-creator to write backend logic
  4. Use /convex-auth-setup to add authentication
  5. Use /convex-helpers-guide for battle-tested patterns

Documentation

  • Primary: https://docs.convex.dev
  • LLM-optimized: https://docs.convex.dev/llms.txt