一键导入
port-to-chailove
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime
| name | port-to-chailove |
| description | Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus |
| user_invocable | true |
| args | <game-name> |
Port a web game from web/<game>/index.html to ChaiLove at chailove/<game>/main.chai.
Use a game-builder agent to:
web/$ARGUMENTS/index.html thoroughlychailove/micro/main.chai) for patternschailove/$ARGUMENTS/main.chai with the complete game// Loop: def conf(t), def load(), def update(dt), def draw()
// Graphics: love.graphics.setColor(r,g,b,a), rectangle("fill",x,y,w,h), circle("fill",x,y,r)
// line(x1,y1,x2,y2), point(x,y), print(text,x,y), clear(r,g,b)
// draw(image,x,y,r,sx,sy), newImage(path), newFont(size), setFont(f)
// Input: love.keyboard.isDown("left"), love.joystick.isDown(0,"dpleft")
// Math: love.math.random(min,max)
// Resolution: 640x480 (set in conf)
Draw procedurally with 1×1 or 2×2 rectangles per pixel from string art data.
Test with /test-chailove $ARGUMENTS.