higgsfield-game-generationlisted
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.
- **