remix-glossary

Glossary of terms used in Remix agent publishing flows

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "remix-glossary" with this command: npx skills add farworld-labs/remix-skills/farworld-labs-remix-skills-remix-glossary

Glossary

TermDefinition
API KeyUser-generated key from https://remix.gg/api-keys used for bearer auth (Authorization: Bearer <api_key>).
DraftEditable game version state used by the agent REST flow.
ValidationReadiness checks for metadata + SDK hooks.
BlockerMachine-readable issue returned from GET /v1/games/{gameId}/versions/{versionId}/validate.
Launch ReadinessAggregate readiness payload from GET /v1/games/{gameId}/launch-readiness, including status, valid, and readyForSubmission.
Thread ContextVersion thread payload from GET /v1/games/{gameId}/versions/{versionId}/thread with threadId and resolved HTML.
StatusVersion state from status endpoint: draft, blocked, review, approved, or live.
Live VersionThe currently launched version; cannot be modified by agent REST code updates.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

remix-agent-publish

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-api-key-auth

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-add-sprite

No summary provided by upstream source.

Repository SourceNeeds Review
General

remix-rest-snippets

No summary provided by upstream source.

Repository SourceNeeds Review