convex-tanstack
✓Convex および TanStack Start を使用してフルスタック アプリケーションを構築するための包括的なガイド。このスキルは、TanStack Start (React メタフレームワーク) でバックエンド データベースとして Convex を使用するプロジェクトに取り組むときに使用する必要があります。スキーマ設計、クエリ、変更、アクション、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 を使用してフルスタック アプリケーションを構築するための包括的なガイド。このスキルは、TanStack Start (React メタフレームワーク) でバックエンド データベースとして Convex を使用するプロジェクトに取り組むときに使用する必要があります。スキーマ設計、クエリ、変更、アクション、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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/sstobo/convex-skills
詳細
- カテゴリ
- {}データ分析
- ソース
- skills.sh
- 初回登録
- 2026-02-01