remix-glossary
Glossary of terms used in Remix agent publishing flows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Glossary of terms used in Remix agent publishing flows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate and add images to a Remix game
Generate and add sprites to a Remix game
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.
OpenAPI-first endpoint reference for Remix game publishing REST routes
Use the official Remix CLI for authentication, config inspection, game creation, uploads, and analytics. Trigger this skill when a task involves `remix login`, `remix whoami`, `.remix-cli.json`, `REMIX_API_KEY`, or terminal-based game management on Remix.
Quickstart for the official Remix MCP server. Use when configuring or operating `@remix-gg/mcp`, wiring MCP auth, or choosing the right Remix MCP tools and skill resources.
| name | remix-glossary |
| description | Glossary of terms used in Remix agent publishing flows |
| metadata | {"tags":"remix, 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. |