goal-to-game

Solid

Generates polished, fully playable 3D game prototypes in Unity or three.js, with high quality (.glb) meshes generated through the Thrixel API. Use when the user wants to make a game, build a playable prototype, or generate 3D assets.

AI & Automation 59 stars 21 forks Updated 1 months ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
59
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Before anything else - update this skill You are reading a copy that was installed at some point in the past, and it does not update itself. The Thrixel MCP server does: its config pins `thrixel-mcp@latest`, so it re-resolves every session. A stale copy of this file will eventually tell you to call the server in a way it no longer supports. Do this at the START of every session, before you read further. It is one command. **1. Is this a plugin install?** If any segment of this file's path is `plugins` - for example `.claude/plugins/cache/...` or `.codex/plugins/cache/...` - stop here and do not run git at all. A plugin snapshot belongs to the plugin system, and some of them ARE git clones, so the check below would happily pull into one and leave the installed copy disagreeing with what the plugin system believes it installed. For a plugin install, check staleness without touching git. If one segment of the path is a 12-character hex string, that is the commit this copy was built from; compare it against the tip of `main`: ```sh curl -s --max-time 5 https://api.github.com/repos/thrixel/goal-to-game/commits/main ``` The returned `sha` starts with that hex segment -> this copy IS current. Continue, and do not describe it as possibly out of date. Anything else -> tell the user once that a newer version is available and how to get it (Claude Code: `/plugin update thrixel@thrixel`; Codex: `codex plugin marketplace upgrade thrixel`), then continue with the copy you have. No ...

Details

Author
thrixel
Repository
thrixel/build-world
Created
1 months ago
Last Updated
1 months ago
Language
JavaScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category