convex

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Convex Development Skills

Convex开发技能索引

This is an index skill for Convex development. Use specific skills for detailed guidance:
这是Convex开发的技能索引,如需详细指导请使用特定技能:

Core Development

核心开发

SkillCommandUse When
Functions
/convex-functions
Writing queries, mutations, actions
Schema
/convex-schema-validator
Defining database schemas and validators
Realtime
/convex-realtime
Building reactive subscriptions
HTTP Actions
/convex-http-actions
Webhooks and HTTP endpoints
技能命令使用场景
Functions
/convex-functions
编写查询、变更与操作
Schema
/convex-schema-validator
定义数据库模式与验证器
Realtime
/convex-realtime
构建响应式订阅
HTTP Actions
/convex-http-actions
Webhook与HTTP端点

Data & Storage

数据与存储

SkillCommandUse When
File Storage
/convex-file-storage
File uploads, serving, storage
Migrations
/convex-migrations
Schema evolution, data backfills
技能命令使用场景
File Storage
/convex-file-storage
文件上传、托管与存储
Migrations
/convex-migrations
模式演进、数据回填

Advanced Patterns

进阶模式

SkillCommandUse When
Agents
/convex-agents
Building AI agents with tools
Cron Jobs
/convex-cron-jobs
Scheduled background tasks
Components
/convex-component-authoring
Reusable Convex packages
技能命令使用场景
Agents
/convex-agents
使用工具构建AI Agent
Cron Jobs
/convex-cron-jobs
定时后台任务
Components
/convex-component-authoring
可复用Convex包

Security

安全相关

SkillCommandUse When
Security Check
/convex-security-check
Quick security audit checklist
Security Audit
/convex-security-audit
Deep security review
技能命令使用场景
Security Check
/convex-security-check
快速安全审计清单
Security Audit
/convex-security-audit
深度安全审查

Guidelines

指南规范

SkillCommandUse When
Best Practices
/convex-best-practices
General patterns and guidelines
技能命令使用场景
Best Practices
/convex-best-practices
通用模式与指南

Quick Start

快速入门

For most tasks:
  1. Start with
    /convex-best-practices
    for general patterns
  2. Use
    /convex-functions
    for writing backend logic
  3. Use
    /convex-schema-validator
    for data modeling
  4. Use specific skills as needed for your use case
对于大多数任务:
  1. 首先使用
    /convex-best-practices
    了解通用模式
  2. 使用
    /convex-functions
    编写后端逻辑
  3. 使用
    /convex-schema-validator
    进行数据建模
  4. 根据你的使用场景按需使用特定技能

Documentation

文档资源