← Back to list

deployment-build
by aiskillstore
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
⭐ 102🍴 3📅 Jan 23, 2026
SKILL.md
name: deployment-build description: Knowledge of the Vercel deployment pipeline, hybrid build scripts, and environment configuration.
Deployment & Build Pipeline
Hybrid Build Process
Our project combines a Next.js root app with a Docusaurus documentation app.
- Build Command:
npm run build - Logic:
cd textbook && npm install && npm run build(Builds Docs)npx shx mkdir -p public/docs(Creates output dir)npx shx cp -r textbook/build/* public/docs/(Copies static docs to Next.js public folder)next build(Builds the main Next.js app)
Vercel Configuration
- File:
backend/vercel.json - Python Runtime: Used for the FastAPI backend (
backend/main.py). - Routes: Rewrites all
/api/*requests to the Python function.
Environment Variables
Ensure these are set in the Vercel Dashboard:
GEMINI_API_KEYQDRANT_URLQDRANT_API_KEYBETTER_AUTH_SECRETNEXT_PUBLIC_APP_URL
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
