Phaser Gamedev

🌐Community
by chongdashu · vlatest · Repository

This skill assists in Phaser game development by providing code snippets and guidance for creating interactive web games.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add phaser-gamedev npx -- -y @trustedskills/phaser-gamedev
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "phaser-gamedev": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/phaser-gamedev"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to generate and manipulate Phaser.js game code. It can create basic game structures, add sprites, handle user input, and implement simple game logic. The agent is capable of generating complete game scenes or specific components within a larger game project using the Phaser.js framework.

When to use it

  • Generating a prototype for a 2D platformer with basic character movement and collision detection.
  • Creating a simple arcade-style game like Pong or Breakout.
  • Adding new enemy types or power-ups to an existing Phaser.js game.
  • Automating the creation of tilemaps and level layouts within a game environment.

Key capabilities

  • Phaser.js code generation
  • Sprite management (creation, animation)
  • Input handling (keyboard, mouse)
  • Collision detection
  • Scene creation

Example prompts

  • "Create a Phaser.js scene with a player sprite that can move left and right."
  • "Generate the code for a simple enemy AI in Phaser.js that chases the player."
  • "Write a function to handle collisions between the player and an enemy in my Phaser game."

Tips & gotchas

  • Requires familiarity with basic programming concepts and the Phaser.js framework. The agent can generate code, but understanding the underlying principles will help you debug and customize it effectively.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
chongdashu
Installs
0

🌐 Community

Passed automated security scans.