remix-submission-rules

Validation and publish constraints for Remix game submissions

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-submission-rules" with this command: npx skills add farworld-labs/remix-skills/farworld-labs-remix-skills-remix-submission-rules

Submission Requirements

A version should be considered launch-ready only when all are true:

  • Game code exists
  • Game has name, icon, and >=1 category
  • SDK hooks exist in code:
    • HTML <head> includes:
      • <script src="https://cdn.jsdelivr.net/npm/@remix-gg/sdk@latest/dist/index.min.js"></script>
    • window.RemixSDK.singlePlayer.actions.gameOver(...)
    • window.RemixSDK.onPlayAgain(...)
    • window.RemixSDK.onToggleMute(...)

Agent REST flow constraints

  • Create a game draft via POST /v1/games.
  • Update current version via POST /v1/games/{gameId}/versions/{versionId}/code.
  • Do not create extra versions from agent REST (no create-version route).
  • Do not submit from agent REST (no submit route).
  • Never update a live version.

Metadata requirements (current)

  • Name: set via existing game metadata APIs.
  • Category: add 1-3 categories via existing game metadata APIs.
  • Icon: upload in Remix Studio/app flow (no dedicated agent REST icon route yet).
  • Binary assets: upload in Remix Studio/app flow, then use GET /v1/games/{gameId}/assets to map hosted URLs into code.

Use GET /v1/games/{gameId}/versions/{versionId}/validate to confirm blockers. Use GET /v1/games/{gameId}/launch-readiness?versionId={versionId} when you want an aggregate readiness signal (valid + readyForSubmission).

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.

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
General

remix-api-reference

No summary provided by upstream source.

Repository SourceNeeds Review