← スキル一覧に戻る

davenovccexpert-convex-nextjs
by kaladivo
My own collection of claude code config (skills, commands, etc...)
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: davenov:cc:expert-convex-nextjs description: Provides expertise for building full-stack applications with Convex backend and Next.js frontend, including schema design, type-safe functions, authentication, server rendering, and real-time subscriptions. Use when building or debugging Convex + Next.js applications, implementing real-time features, or needing guidance on Convex Auth, preloadQuery patterns, or function design.
<quick_start> Route based on user's stated need:
- Schema/database work: Apply validator patterns and index design from references/schema-design.md
- Function authoring: Use new syntax with args/returns validators from references/function-patterns.md
- Authentication: Implement proxy.ts routing pattern from references/ssr-auth.md
- Server rendering: Use preloadQuery + usePreloadedQuery from references/ssr-auth.md
- Debugging: Check error table and verification checklist from references/debugging.md
If user's need is ambiguous, present intake menu to clarify scope. </quick_start>
<core_workflow>
- Set up a new Convex + Next.js project
- Add/modify Convex functions (queries, mutations, actions)
- Design or update the database schema
- Implement authentication with Convex Auth
- Add server rendering with preloadQuery
- Debug an issue
- Something else
Wait for response before proceeding.
</core_workflow>
<success_criteria> Task is complete when:
- Schema compiles without errors (
npx convex devshows no TypeScript errors) - All functions have explicit
argsandreturnsvalidators - All queries use
.withIndex()with corresponding schema indexes (no.filter()) - Document IDs use
Id<"tableName">type, not string - Authentication flow works correctly (proxy.ts routing, ConvexAuthNextjsProvider setup)
- preloadQuery successfully eliminates loading spinners on server-rendered pages
- User can run verification checklist without failures </success_criteria>
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です