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