@.claude/skills/convex/convex.mdc
convex
在与 Convex 后端(convex/** 文件)协同工作时使用——提供查询/变更/动作的基础模式、Convex Ents 的 Schema 设计、认证机制、速率限制、React Hooks、分页机制与触发器。请在使用专门的 convex-* 技能之前优先加载这些基础技能。在 React/Next.js 中结合 TanStack Query 使用 Convex 时,可使用 cRPC Hooks(useCRPC、queryOptions、mutationOptions)、骨架加载模式,以及 RSC 预取功能。
SKILL.md
--- frontmattername: convex description: Use when working with Convex backend (convex/** files) - provides foundational patterns for queries/mutations/actions, Convex Ents schema, authentication, rate limiting, React hooks, pagination, triggers. Load FIRST before specialized convex-* skills. Use when using Convex with TanStack Query in React/Next.js - provides cRPC hooks (useCRPC, queryOptions, mutationOptions), skeleton loading patterns, and RSC prefetching