remix-agent-publish
Installation
SKILL.md
When to use
Use this skill when users want to create, upload, validate, or inspect Remix games from an agent, terminal workflow, or external service.
How to use
- Prefer the
remix-cliskill for terminal-based auth, config, upload, and analytics flows. - Use the
remix-mcp-quickstartskill when the user is working through an MCP client. - 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.