remix-glossary
Installation
SKILL.md
Glossary
| Term | Definition |
|---|---|
| API Key | User-generated key from https://remix.gg/api-keys used for bearer auth (Authorization: Bearer <api_key>). |
| Draft | Editable game version state used by the agent REST flow. |
| Validation | Readiness checks for metadata + SDK hooks. |
| Blocker | Machine-readable issue returned from GET /v1/games/{gameId}/versions/{versionId}/validate. |
| Launch Readiness | Aggregate readiness payload from GET /v1/games/{gameId}/launch-readiness, including status, valid, and readyForSubmission. |
| Thread Context | Version thread payload from GET /v1/games/{gameId}/versions/{versionId}/thread with threadId and resolved HTML. |
| Status | Version state from status endpoint: draft, blocked, review, approved, or live. |
| Live Version | The currently launched version; cannot be modified by agent REST code updates. |
Related skills
More from farworld-labs/remix-skills
phaser-2d-arcade
Build mobile-first 2D browser games with Phaser 3 Arcade Physics
37remix-agent-publish
Build and publish Remix games with the current Remix toolchain. Use when work touches the official Remix CLI, MCP server, REST publishing APIs, or the @remix-gg/sdk game runtime.
37threejs-lite
Build lightweight mobile-friendly 3D browser games with Three.js
33remix-api-auth
Configure and verify authentication for Remix REST, CLI, and MCP workflows. Use when a task needs `REMIX_API_KEY`, `remix login`, stored Remix credentials, or auth troubleshooting.
32remix-add-sprite
Generate and add sprites to a Remix game
31remix-game-sdk
Reference for the current @remix-gg/sdk runtime. Use when generating or repairing Remix game code, shop item integrations, save-state flows, multiplayer hooks, or host-safe mobile UI behavior.
31