convex
✓Convex backend development - database, queries, mutations, actions, and real-time APIs
Installation
SKILL.md
ALWAYS use the new function syntax with args, returns, and handler:
| Type | TS Type | Validator | Notes |
| Id | string | v.id(tableName) | | | Null | null | v.null() | Use instead of undefined | | Int64 | bigint | v.int64() | NOT v.bigint() (deprecated) | | Float64 | number | v.number() | | | Boolean | boolean | v.boolean() | | | String | string | v.string() | | | Bytes | ArrayBuffer | v.bytes() | | | Array | Array | v.array(values) | Max 8192 values |
Convex backend development - database, queries, mutations, actions, and real-time APIs Source: sebastiaanwouters/dotagents.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill convex- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is convex?
Convex backend development - database, queries, mutations, actions, and real-time APIs Source: sebastiaanwouters/dotagents.
How do I install convex?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill convex Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sebastiaanwouters/dotagents
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01