convex-tanstack
✓使用 Convex 和 TanStack Start 构建全栈应用程序的综合指南。在处理使用 Convex 作为后端数据库和 TanStack Start(React 元框架)的项目时,应该使用此技能。涵盖架构设计、查询、突变、操作、使用 Better Auth 进行身份验证、路由、数据获取模式、SSR、文件存储、调度、AI 代理和前端模式。在实现功能、调试问题或需要有关 Convex + TanStack Start 最佳实践的指导时使用此功能。
SKILL.md
This skill provides guidance for building reactive, real-time full-stack applications using Convex (reactive backend-as-a-service) with TanStack Start (full-stack React meta-framework). The stack provides live-updating queries, type-safe end-to-end development, SSR support, and automatic cache invalidation.
| import { useQuery } from 'convex/react' | import { useQuery } from 'convex-helpers/react/cache' | | if (id) useQuery(...) | useQuery(..., id ? {...} : "skip") | | .filter(x => x.field === val) | .withIndex("byfield", q => q.eq("field", val)) | | Action with ctx.db | Use ctx.runQuery/runMutation | | count || 0 | count ?? 0 (0 is falsy) |
| references/01-setup.md | Project setup, config files, environment variables | | references/02-router.md | Router setup, root route, file-based routing, layouts | | references/03-auth.md | Better Auth setup, sign up/in/out, protected routes, SSR auth | | references/04-data-fetching.md | useQuery, useSuspenseQuery, mutations, loaders, prefetching |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/sstobo/convex-skills --skill convex-tanstack- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 convex-tanstack?
使用 Convex 和 TanStack Start 构建全栈应用程序的综合指南。在处理使用 Convex 作为后端数据库和 TanStack Start(React 元框架)的项目时,应该使用此技能。涵盖架构设计、查询、突变、操作、使用 Better Auth 进行身份验证、路由、数据获取模式、SSR、文件存储、调度、AI 代理和前端模式。在实现功能、调试问题或需要有关 Convex + TanStack Start 最佳实践的指导时使用此功能。 来源:sstobo/convex-skills。
如何安装 convex-tanstack?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sstobo/convex-skills --skill convex-tanstack 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/sstobo/convex-skills
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01