·game-architecture
>_

game-architecture

Game architecture patterns and best practices for browser games. Use when designing game systems, planning architecture, structuring a game project, or making architectural decisions about game code.

38Installs·1Trend·@opusgamelabs

Installation

$npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture

How to Install game-architecture

Quickly install game-architecture AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: opusgamelabs/game-creator.

SKILL.md

View raw

Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games.

No title screen by default. Games boot directly into gameplay. The Play.fun widget handles score display, leaderboards, and wallet connect in a deadzone at the top of the game, so no in-game score HUD is needed. Only add a title/menu scene if the user explicitly requests one.

Games with audio MUST have a global mute toggle. Store isMuted in GameState and wire it to both BGM and SFX:

Game architecture patterns and best practices for browser games. Use when designing game systems, planning architecture, structuring a game project, or making architectural decisions about game code. Source: opusgamelabs/game-creator.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture
Category
>_Productivity
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from opusgamelabs/game-creator

Quick answers

What is game-architecture?

Game architecture patterns and best practices for browser games. Use when designing game systems, planning architecture, structuring a game project, or making architectural decisions about game code. Source: opusgamelabs/game-creator.

How do I install game-architecture?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/opusgamelabs/game-creator

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-24