skills/remix-glossary/SKILL.md
Glossary of terms used in Remix agent publishing flows
npx skillsauth add farworld-labs/remix-skills remix-glossaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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. |
content-media
Generate and add images to a Remix game
development
Build lightweight mobile-friendly 3D browser games with Three.js
tools
Upload and validate HTML game code for Remix. Use when creating or updating a draft version through the CLI, MCP tools, or direct REST calls.
data-ai
Upload images, audio, or 3D models as hosted game assets