convex
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseConvex Development Skills
Convex开发技能索引
This is an index skill for Convex development. Use specific skills for detailed guidance:
这是Convex开发的技能索引,如需详细指导请使用特定技能:
Core Development
核心开发
| Skill | Command | Use When |
|---|---|---|
| Functions | | Writing queries, mutations, actions |
| Schema | | Defining database schemas and validators |
| Realtime | | Building reactive subscriptions |
| HTTP Actions | | Webhooks and HTTP endpoints |
| 技能 | 命令 | 使用场景 |
|---|---|---|
| Functions | | 编写查询、变更与操作 |
| Schema | | 定义数据库模式与验证器 |
| Realtime | | 构建响应式订阅 |
| HTTP Actions | | Webhook与HTTP端点 |
Data & Storage
数据与存储
| Skill | Command | Use When |
|---|---|---|
| File Storage | | File uploads, serving, storage |
| Migrations | | Schema evolution, data backfills |
| 技能 | 命令 | 使用场景 |
|---|---|---|
| File Storage | | 文件上传、托管与存储 |
| Migrations | | 模式演进、数据回填 |
Advanced Patterns
进阶模式
| Skill | Command | Use When |
|---|---|---|
| Agents | | Building AI agents with tools |
| Cron Jobs | | Scheduled background tasks |
| Components | | Reusable Convex packages |
| 技能 | 命令 | 使用场景 |
|---|---|---|
| Agents | | 使用工具构建AI Agent |
| Cron Jobs | | 定时后台任务 |
| Components | | 可复用Convex包 |
Security
安全相关
| Skill | Command | Use When |
|---|---|---|
| Security Check | | Quick security audit checklist |
| Security Audit | | Deep security review |
| 技能 | 命令 | 使用场景 |
|---|---|---|
| Security Check | | 快速安全审计清单 |
| Security Audit | | 深度安全审查 |
Guidelines
指南规范
| Skill | Command | Use When |
|---|---|---|
| Best Practices | | General patterns and guidelines |
| 技能 | 命令 | 使用场景 |
|---|---|---|
| Best Practices | | 通用模式与指南 |
Quick Start
快速入门
For most tasks:
- Start with for general patterns
/convex-best-practices - Use for writing backend logic
/convex-functions - Use for data modeling
/convex-schema-validator - Use specific skills as needed for your use case
对于大多数任务:
- 首先使用了解通用模式
/convex-best-practices - 使用编写后端逻辑
/convex-functions - 使用进行数据建模
/convex-schema-validator - 根据你的使用场景按需使用特定技能
Documentation
文档资源
- Primary: https://docs.convex.dev
- LLM-optimized: https://docs.convex.dev/llms.txt
- 主文档:https://docs.convex.dev
- 适配LLM的文档:https://docs.convex.dev/llms.txt