Claude
Skills
Sign in
Back

convex

Included with Lifetime
$97 forever

Provides instructions for working with Convex backend projects. Use when setting up Convex, creating queries/mutations/actions, consuming Convex data from React, defining tables, testing Convex functions, configuring environment variables, or prefetching data in route loaders.

Web Dev

What this skill does


## Flows

| Flow | When to use |
|------|-------------|
| `flows/setup/FLOW.md` | Bootstrap Convex in an existing TanStack Start project |
| `flows/tables/FLOW.md` | Define a new table with zodvex |
| `flows/queries/FLOW.md` | Create a query (server + client service layer) |
| `flows/mutations/FLOW.md` | Create a mutation (server + client with optimistic updates) |
| `flows/actions/FLOW.md` | Create an action (server + client) |
| `flows/env-vars/FLOW.md` | Configure and propagate environment variables to the Convex local backend |

## References

| Reference | When to use |
|-----------|-------------|
| `references/testing.md` | Write tests for Convex queries, mutations, and actions with convex-test |
Files: 8
Size: 33.3 KB
Complexity: 51/100
Category: Web Dev

Related in Web Dev