بنقرة واحدة
games-deploy
Game deploy pipeline — GitHub Pages, Itch.io Butler, Vercel. CI/CD tự động, zero-downtime, PWA-ready.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Game deploy pipeline — GitHub Pages, Itch.io Butler, Vercel. CI/CD tự động, zero-downtime, PWA-ready.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.
Game art principles — art style, color theory, animation principles, asset pipeline
Game design principles — core loop, GDD, player psychology, difficulty balancing, progression
Orchestrator game — route to implementation skill (pxhopencode) + principle-based sub-skill (agent-skills-hub)
Mobile game principles — touch input, battery, thermal, app stores, monetization
Multiplayer game principles — networking architecture, synchronization, security, matchmaking
استنادا إلى تصنيف SOC المهني
| name | games-deploy |
| description | Game deploy pipeline — GitHub Pages, Itch.io Butler, Vercel. CI/CD tự động, zero-downtime, PWA-ready. |
| File | Mô tả |
|---|---|
.github/workflows/deploy-pages.yml | CI/CD → test → build → GitHub Pages |
.github/workflows/deploy-itch.yml | CI/CD → build → Itch.io (Butler) |
itch-butler-setup.sh | Cài đặt and configure Butler CLI |
deploy-checklist.md | Pre-deploy checklist |
| Target | Free? | PWA? | Domain tùy chỉnh | Ghi chú |
|---|---|---|---|---|
| GitHub Pages | ✅ Free | ✅ Có | ✅ Custom domain | game chỉnh trong repo |
| Itch.io | ✅ Free | ❌ | ❌ | butler CLI push |
| Vercel | ✅ Free tier | ✅ Có | ✅ | vercel --prod |
| Netlify | ✅ Free tier | ✅ Có | ✅ | netlify deploy |
Push → GitHub Actions → Lint → Test → Build → Deploy
## Anti-Rationalization
| Excuse | Reality |
|--------|---------|
| "Deploy tay lên GitHub Pages nhanh hơn" | CI/CD = zero human error, tự động build |
| "Itch.io Butler không cần" | Upload manual mỗi bản = mất thời gian |
| "Checklist deploy không cần" | Quên compress, source maps bật → game chậm |
## Red Flags
- Build không chạy CI/CD
- Deploy manual không qua GitHub Actions
- Pre-deploy checklist không review
## Verification
- [ ] CI/CD pipeline: test → build → deploy
- [ ] Pre-deploy checklist executed
- [ ] Build output < 10MB, source maps tắt