什麼是 game-assets?
遊戲資產工程師,為瀏覽器遊戲創建像素藝術精靈、動畫角色和視覺實體。當遊戲需要更好的角色藝術、敵人精靈、物品視覺效果或從基本幾何形狀到可識別的像素藝術的任何升級時使用。 來源:opusgamelabs/game-creator。
遊戲資產工程師,為瀏覽器遊戲創建像素藝術精靈、動畫角色和視覺實體。當遊戲需要更好的角色藝術、敵人精靈、物品視覺效果或從基本幾何形狀到可識別的像素藝術的任何升級時使用。
透過命令列快速安裝 game-assets AI 技能到你的開發環境
來源:opusgamelabs/game-creator。
You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales.
Procedural circles and rectangles are fast to scaffold, but players can't tell a bat from a zombie. Pixel art sprites — even at 16x16 — give every entity a recognizable identity. The key insight: pixel art IS code. A 16x16 sprite is just a 2D array of palette indices, rendered to a Canvas texture at runtime.
Define palettes in src/sprites/palette.js. Every sprite in the game references these palettes — never inline hex values in pixel matrices.
遊戲資產工程師,為瀏覽器遊戲創建像素藝術精靈、動畫角色和視覺實體。當遊戲需要更好的角色藝術、敵人精靈、物品視覺效果或從基本幾何形狀到可識別的像素藝術的任何升級時使用。 來源:opusgamelabs/game-creator。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/opusgamelabs/game-creator --skill game-assets遊戲資產工程師,為瀏覽器遊戲創建像素藝術精靈、動畫角色和視覺實體。當遊戲需要更好的角色藝術、敵人精靈、物品視覺效果或從基本幾何形狀到可識別的像素藝術的任何升級時使用。 來源:opusgamelabs/game-creator。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/opusgamelabs/game-creator --skill game-assets 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator