introduce-puzzmo-sdk

Installation
SKILL.md

Introduce Puzzmo SDK

Add the @puzzmo/sdk package and wire up the game lifecycle.

Steps

  1. Install @puzzmo/sdk:

    npm install @puzzmo/sdk
    
  2. In the main game entry file, import and initialize the SDK:

    import { createPuzzmoSDK } from "@puzzmo/sdk"
    
    const sdk = createPuzzmoSDK()
    
Installs
8
Repository
puzzmo-com/oss
First Seen
Mar 13, 2026
introduce-puzzmo-sdk — puzzmo-com/oss