Phaser Release banner
Yakoub-ai Yakoub-ai

Phaser Release

Development community

Description

--- description: Run the release gate and prepare the game for players argument-hint: [check|prepare|ship] — defaults to check --- Take a Phaser 4 game from "it works on my machine" to released. Interpret $ARGUMENTS as the stage: `check` (default — run the gate and report), `prepare` (gate plus store assets), or `ship` (gate, assets, and the launch-day sequence). Read `${CLAUDE_PLUGIN_ROOT}/skills/phaser-release/SKILL.md` and follow it. `references/release-checklist.md` is the full gate. ## P

Installation

Installs to ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-release/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-release && curl -fsSL https://raw.githubusercontent.com/Yakoub-ai/phaser4-gamedev/HEAD/commands/phaser-release.md -o ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-release/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository