phaser-build

Scaffold Phaser 2D web games with scenes and core loop guidance.

21|3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/JochenYang/Jochen-ai-rules --skill phaser-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phaser-build
Source: https://github.com/JochenYang/Jochen-ai-rules/tree/main/.claude/skills/phaser-build
Command: npx skills add https://github.com/JochenYang/Jochen-ai-rules --skill phaser-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill accelerates the creation of Phaser-based 2D web games by providing scaffolding, scene templates, and a concise core loop guide, reducing boilerplate and setup time.

Core Features & Use Cases

  • Web-first Phaser scaffolding: Quick bootstrapping of Phaser projects with scenes, preloaders, and a working game loop.
  • Scene and asset workflow: Guidelines for scene lifecycle, asset loading, and common patterns for interactions.
  • Use Case: Imagine you want to prototype a 2D platformer or arcade game; this skill provides a reusable structure and best practices to get you running fast.

Quick Start

Create a new Phaser project scaffold, implement a basic Scene with a sprite, and run it in a web browser.

Frequently Asked Questions about phaser-build

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

FAQPage Schema
How do I scaffold a Phaser game for web browsers?

To scaffold a Phaser game for web browsers, use this skill to generate project boilerplate, including scene templates, preloaders, and a working game loop, reducing setup time for desktop and mobile deployment.

What is the best way to manage scene lifecycle and asset loading in a Phaser project?

The best way to manage scene lifecycle and asset loading in a Phaser project is using the provided scene workflow guidelines, which cover common interaction patterns and modular architecture for rapid 2D web game prototyping.

Can I use TypeScript for Phaser web game development?

Yes, you can use TypeScript for Phaser web game development. This skill satisfies requirements for both JavaScript and TypeScript projects, enabling modular architecture with scene, input, physics, and asset management.

Does this Phaser scaffolding support both desktop and mobile browsers?

Yes, this Phaser scaffolding supports web-first development for both desktop and mobile browsers. It provides a reusable structure and best practices to get 2D platformers or arcade games running fast across browser environments.

How do I prototype a 2D arcade game with Phaser quickly?

To prototype a 2D arcade game with Phaser quickly, apply the provided core loop guide and scene templates to bootstrap your project, allowing you to implement a basic Scene with a sprite and run it in a web browser.