원클릭으로
art-prompt
Generate a GPT/DALL-E art prompt for a Chimera game character, enemy, or location. Use when the user needs to create new game art.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a GPT/DALL-E art prompt for a Chimera game character, enemy, or location. Use when the user needs to create new game art.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Convert a Gemini creative draft from drafts/ into game code (dialogues, quests, NPCs, enemies, items). Handles mixed content with multiple entity types in one file. Use when importing story content.
Process a sprite sheet image, detect grid layout, generate animation config, and wire into the engine. Use when adding new character or enemy sprites.
SOC 직업 분류 기준
| name | art-prompt |
| description | Generate a GPT/DALL-E art prompt for a Chimera game character, enemy, or location. Use when the user needs to create new game art. |
| allowed-tools | Read, Glob, Grep |
Generate a ready-to-use GPT prompt for creating Chimera game art assets.
/art-prompt [entity-name] --type [walk-sheet|battle-sheet|portrait|background|npc-static]
Use $ARGUMENTS for the arguments.
game/app/data/enemies.ts for enemy descriptionsCLAUDE.md for character descriptions and aesthetic rulesdocs/story/ for extended character infogame/public/sprites/ for art style referenceprompts/gpt/Read the matching template from prompts/gpt/:
walk-sheet → prompts/gpt/walk-sprite-sheet.mdbattle-sheet → prompts/gpt/battle-sprite-sheet.mdportrait → prompts/gpt/portrait.mdbackground → prompts/gpt/map-background.md (create if missing)npc-static → prompts/gpt/npc-static-sprite.mdFill in the template variables with character/entity data from the codebase.
Print the complete, ready-to-paste prompt. Then print:
drafts/sprites/[type]/[name].png/import-sprite [path] --type [type] --name [name]