← ClaudeAtlas

higgsfield-game-generationlisted

Build and iterate playable browser games, or create game-specific sprites, textures, animated 3D assets, music, SFX, and voice with Higgsfield CLI. Use when: "make a game", "build a browser game", "create game assets", "make a spritesheet", "generate a tileable texture", "animate a 3D game character", or "deploy/publish my game". Supports solo, local multiplayer, and online multiplayer games. NOT for: ordinary image/video generation, game trailers, native mobile/desktop builds, or editing a game without its source files.
jurislm/jurislm-tools · ★ 0 · AI & Automation · score 62
Install: claude install-skill jurislm/jurislm-tools
# Higgsfield Game Generation Create a coherent, playable web game and deliver the URL, or produce only the requested game assets. Higgsfield CLI owns generation, 3D action discovery, deployment, and optional marketplace publication. ## Bootstrap Before work begins: 1. If `higgsfield` is unavailable, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ``` 2. If `higgsfield account status` reports an expired or missing session, ask the user to run `higgsfield auth login`, then continue after confirmation. 3. For a full game, confirm `higgsfield game deploy --help` works before generating assets. This is the delivery capability check. 4. Locate this installed skill directory and set it explicitly: ```bash export GAME_SKILL="/absolute/path/to/higgsfield-game-generation" test -f "$GAME_SKILL/scripts/pipeline.py" python3 "$GAME_SKILL/scripts/pipeline.py" --help ``` Never recreate bundled scripts from memory. ## Route the request - **Full playable game** — follow the full workflow below. - **Assets only** — read `references/stylization.md`, then the matching asset reference. Do not deploy a game. - **Design only** — read `references/game-design-system.md`; return the requested design artifact and asset manifest. - **Existing game iteration** — inspect the supplied source, preserve its architecture and unchanged assets, amend the manifest, rebuild, verify, and redeploy with its existing game ID. - **