create-app-bundle

Installation
SKILL.md

Create App Bundle

Set up the metadata and assets needed for the game to appear on Puzzmo.

Steps

  1. Create a public/ directory for static assets if it doesn't exist.

  2. Add the appBundlePlugin to vite.config.ts:

    import { defineConfig } from "vite"
    import { puzzmoSimulator, appBundlePlugin } from "@puzzmo/sdk/vite"
    
Installs
10
Repository
puzzmo-com/oss
First Seen
Mar 13, 2026
create-app-bundle — puzzmo-com/oss