← スキル一覧に戻る

fullstack-integration
by ItsKumailHere
⭐ 0🍴 0📅 2026年1月9日
SKILL.md
name: fullstack-integration description: Governs integration between Next.js 16 frontend and FastAPI backend. Use when connecting APIs, handling JWT auth, configuring CORS, or debugging cross-stack issues.
Full-Stack Integration Skill
This Skill defines how frontend and backend talk to each other.
Core Architecture
Frontend (Next.js 16) → Better Auth → JWT → FastAPI → SQLModel → Neon PostgreSQL
Non-Negotiable Rules
- Frontend never stores JWT manually
- Backend trusts JWT only after verification
- Every request is user-scoped
- CORS is explicit and locked down
See:
Context7 Usage
Use Context7 when:
- Verifying Better Auth token format
- FastAPI dependency injection edge cases
- Vercel deployment behavior
Good queries:
- “FastAPI JWT dependency async example”
- “Better Auth JWT verification server side”
スコア
総合スコア
40/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
レビュー
💬
レビュー機能は近日公開予定です