Convex Development Suite
This is the router for Convex development. Open and read the relevant sub-skill file for deep guidance:
Core Development
| Area | Sub-Skill Path | Use When |
|---|---|---|
| Functions & Queries | convex-functions/SKILL.md |
Writing queries, mutations, actions |
| Schema & Types | convex-schema-validator/SKILL.md |
Defining database schemas and validators |
| Realtime Subscriptions | convex-realtime/SKILL.md |
Building reactive subscriptions and caching |
| HTTP Actions | convex-http-actions/SKILL.md |
External webhooks and HTTP endpoints |
Data & Storage
| Area | Sub-Skill Path | Use When |
|---|---|---|
| File Storage | convex-file-storage/SKILL.md |
File uploads, serving, and storage |
| Migrations | convex-migrations/SKILL.md |
Schema evolution and data backfills |
Advanced Patterns
| Area | Sub-Skill Path | Use When |
|---|---|---|
| AI Agents | convex-agents/SKILL.md |
Building AI agents with tool calling |
| Cron Jobs | convex-cron-jobs/SKILL.md |
Scheduled background tasks |
| Component Authoring | convex-component-authoring/SKILL.md |
Reusable Convex components |
Security & Best Practices
| Area | Sub-Skill Path | Use When |
|---|---|---|
| Security Audit | convex-security-audit/SKILL.md |
Deep security review |
| Security Check | convex-security-check/SKILL.md |
Quick security audit checklist |
| Best Practices | convex-best-practices/SKILL.md |
General Convex patterns and guidelines |
Quick Start
- Check
convex-best-practices/SKILL.mdfor architecture and query patterns. - Read
convex-functions/SKILL.mdfor writing queries, mutations, and actions. - Read
convex-schema-validator/SKILL.mdfor data modeling. - Load specific sub-skills on demand as needed.
Official Documentation
- Primary: https://docs.convex.dev
- LLM-optimized: https://docs.convex.dev/llms.txt