convex

Installation
SKILL.md

Convex Development Skill

Convex is a reactive backend platform with TypeScript-first serverless functions, a real-time document database, and automatic caching.

Project Structure

my-app/
├── convex/                    # Backend code (required)
│   ├── _generated/            # Auto-generated (don't edit)
│   │   ├── api.d.ts           # Type-safe API references
│   │   ├── dataModel.d.ts     # Database types from schema
│   │   └── server.d.ts        # Function builders
│   ├── schema.ts              # Database schema definition
│   ├── [feature].ts           # Functions grouped by feature
│   └── convex.config.ts       # Component configuration (optional)
├── .env.local                 # CONVEX_URL for dev deployment
└── package.json
Related skills

More from derek-x-wang/skills

Installs
4
First Seen
Mar 21, 2026