
Configure the Puzzmo CLI for uploading game builds
Edit the `integrations` block in puzzmo.json (leaderboards, notables, etc.) using live game context from the dev.puzzmo.com MCP
Add integrations to puzzmo.json with leaderboard configuration using deeds
Create app metadata, thumbnail, and offline configuration for the Puzzmo platform
Integrate the Puzzmo SDK into a Vite game project for host communication
Set up Puzzmo platform fonts in a game using the SDK font utilities
Wire up game completion signaling to the Puzzmo host
Generate interesting gameplay statistics (deeds) sent on game completion
Convert hardcoded colors to use Puzzmo theme tokens for light/dark mode support
Add Puzzmo on-screen keyboard support to a game using the SDK
Convert a standalone HTML game into a Vite project with proper module structure