remix-agent-publish
SKILL.md
When to use
Use this skill when users want to automate game publishing on Remix (remix.gg) from AI agents or external services.
How to use
- Read the
remix-api-authskill for authentication setup. - Fetch OpenAPI spec at
https://api.remix.gg/docs/jsonbefore generating API calls. - Use the
remix-api-referenceskill for workflow guardrails (not as the method/path source of truth). - For Phaser builds, use the
phaser-2d-arcadeskill. - For lightweight 3D builds, use the
threejs-liteskill. - Use the
remix-game-sdkskill when generating or fixing game code. - Apply the
remix-submission-rulesskill for validation requirements. - Follow the
remix-game-best-practicesskill for mobile-first and SDK-safe implementation. - Use the
remix-rest-snippetsskill for client integration examples. - Use the
remix-mcp-quickstartskill for assistant workflows.
Available Workflows
remix-game-creation- Create a new game draftremix-upload-game- Upload version coderemix-add-image- Generate and add images to a gameremix-add-sprite- Generate and add sprites to a gameremix-shop-items- Create and manage in-game shop itemsremix-multiplayer- Enable multiplayer supportremix-save-game- Add save/load game stateremix-upload-asset- Upload images, audio, or 3D models as hosted game assets
Game Settings
Games can include a .remix-settings.json file for configuration. See workflow files for details on when and how to use game settings.
Inline Validation
Before uploading code, run through the validation checklist in the remix-submission-rules skill to catch blockers early.
REST API Workflow
All game management is done through REST API calls to https://api.remix.gg. The general pattern is:
- Fetch the OpenAPI spec at
https://api.remix.gg/docs/json - Use the spec to determine exact methods, paths, and schemas
- Make authenticated REST calls with your API key
- Check responses for success/error envelopes
See the remix-rest-snippets and remix-api-reference skills for details.
Source of truth
When docs and runtime behavior disagree, defer to the server API source and OpenAPI docs:
https://api.remix.gg/docshttps://api.remix.gg/docs/jsonapps/server-api/routes/agents.tsapps/server-api/lib/api-auth.tsapps/server-api/lib/agent-api.tsapps/server-api/app/[...path]/route.ts@remix-gg/sdk(NPM package)
Weekly Installs
13
Repository
farworld-labs/r…x-skillsGitHub Stars
3
First Seen
Feb 10, 2026
Security Audits
Installed on
claude-code12
opencode7
gemini-cli7
github-copilot7
codex7
kimi-cli7