@genex-ai/cli-demo 0.75.0-dev.194 → 0.77.0-dev.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/index.js +13180 -12800
- package/package.json +1 -1
- package/templates/skills/genex-ai-character/SKILL.md +4 -1
- package/templates/skills/genex-ai-hud/SKILL.md +191 -28
- package/templates/skills/genex-ai-hud/references/masked-fill.md +54 -0
- package/templates/skills/genex-ai-hud/references/stage1-prompt-template.md +28 -7
- package/templates/skills/genex-ai-hud/references/stage2-prompt-template.md +8 -4
- package/templates/skills/genex-ai-menu/SKILL.md +84 -18
- package/templates/skills/genex-threejs-character-controller/SKILL.md +4 -1
- package/templates/skills/genex-threejs-game-content/SKILL.md +3 -16
- package/templates/skills/genex-threejs-game-ui/SKILL.md +60 -35
- package/templates/skills/genex-threejs-game-ui/references/style-capsules.md +17 -0
- package/templates/skills/genex-threejs-multiplayer/SKILL.md +3 -0
- package/templates/skills/genex-threejs-skill-router/SKILL.md +4 -1
- package/templates/skills/genex-threejs-skill-router/references/routing-map.md +19 -17
- package/templates/skills/genex-threejs-visual-validation/SKILL.md +4 -1
- package/templates/skills/genex-explore/SKILL.md +0 -106
package/README.md
CHANGED
|
@@ -27,7 +27,6 @@ genex controller <type> # character|car|drone|touch|networked-physics → src
|
|
|
27
27
|
genex controller character --character <id> # install the Meshy-native adapter + manifest
|
|
28
28
|
genex controller anims <sel…> # download extra character animation clips (by tag or name) → public/assets/anims/
|
|
29
29
|
genex ui <tool> # local pixel toolbox for generated UI art: extract | masks | text-color | trim
|
|
30
|
-
genex explore ["<query>"] # search the curated community gallery (no query lists the whole catalog)
|
|
31
30
|
```
|
|
32
31
|
|
|
33
32
|
> **Invoking it.** First-time setup runs via `npx @genex-ai/cli-demo@latest init`.
|