game-deploy

Deploy browser games to here.now, GitHub Pages, Vercel, or Netlify.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-deploy-playableintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-deploy
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/game-deploy
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-deploy-playableintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy browser games to hosting platforms quickly and with minimal configuration, so you can publish and monetize without complex setup.

Core Features & Use Cases

  • Zero-configuration deployment: Publish to here.now by default and to GitHub Pages for git-based hosting.
  • Multiple hosting options: Supports here.now, GitHub Pages, Vercel, Netlify, and other providers with guidance for config.
  • End-to-end workflow: From build to publish, with scripts and publish hooks to streamline the process.

Quick Start

Build your game and deploy it to here.now or GitHub Pages with a single command.

Frequently Asked Questions about game-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a browser game to hosting platforms like GitHub Pages or Vercel?

Yes, you can deploy browser games to here.now, GitHub Pages, Vercel, and Netlify. The workflow provides zero-configuration deployment scripts and guidance for standard hosting providers to publish your game builds instantly.

What is the best way to automate browser game builds and publishing commands?

Automating browser game builds and publishing commands is best handled by an end-to-end workflow that runs your build process, configures base paths, and executes publish hooks to streamline deployment across multiple hosting services.

Can I use zero-configuration deployment to monetize browser games on here.now?

Yes, you can use zero-configuration deployment to publish and monetize browser games on here.now. The workflow applies to processes that build, deploy, and monetize games across supported instant hosting platforms with minimal setup.

Do I need to configure base paths when deploying browser games to GitHub Pages?

Configuring base paths is required when deploying browser games to GitHub Pages. The deployment workflow automatically satisfies these requirements by providing the necessary scripts and publish hooks to ensure your game runs correctly on the hosting provider.

Does instant browser game hosting support custom deploy scripts for Vercel or Netlify?

Instant browser game hosting supports custom deploy scripts for Vercel, Netlify, and other providers. The workflow includes guidance for configuring these standard hosting services alongside zero-configuration publishing commands for here.now and GitHub Pages.

Why does my browser game deployment fail without running builds and publish hooks?

Browser game deployment fails without running builds and publish hooks because the workflow requires executing build processes and configuring base paths to generate the correct output structure needed by hosting platforms to serve your game.