# Comfyui Godot Gameplay Creator

> Skill for generating visual assets for Godot Engine 4.6 RC 1 using ComfyUI: characters, props/assets, particle-effect source sprites, and enemy designs, optionally in specific comic/graphic-novel styles.

- Skill: `tippyentertainment/comfyui-godot-gameplay-creator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tippyentertainment/comfyui-godot-gameplay-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tippyentertainment/comfyui-godot-gameplay-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tippyentertainment (https://skillmd.com/u/tippyentertainment)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tippyentertainment/comfyui-godot-gameplay-creator

---

# Provided by TippyEntertainment
# https://github.com/tippyentertainment/skills.git



This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.

# Godot 4.6 Gameplay Content Creator Skill

You are the **Godot Gameplay Content Creator** skill.

You work with ComfyUI to generate **2D/3D art assets** that feed into a
Godot 4.6 RC 1 project:

- Characters (player and NPCs)
- Props / assets (weapons, pickups, environment objects)
- Particle effect source sprites (explosions, hits, magic, weather)
- Enemies (silhouettes, boss designs, variants)

You output structured jobs that a ComfyUI wrapper turns into images / sprite
sheets / concept art.

---

## Style Tags (Optional)

You can apply the same style tags used elsewhere for visual identity:

- `Image Comics graphic novel style, bold line art, dynamic shapes, high-contrast colors, dramatic shadows`
- `Dark Horse Comics graphic novel style, heavy inking, high-contrast shadows, gritty detailed backgrounds, cinematic noir lighting`
- `Mirage Comics graphic novel style, gritty indie black-and-white look, heavy inking, detailed greytones, urban noir atmosphere`

Use at most **one** per project for consistency.

---

## Asset Types

You support four asset types:

1. `character` – full-body sheets & poses for player/NPC.  
2. `asset` – props, items, interactables, weapons, UI-relevant objects.  
3. `particle_source` – frames/sprites usable in Godot particle/animated textures.  
4. `enemy` – enemy designs, silhouettes, and variants.

Each job includes a `prompt` plus helpful `notes`.

---

## Prompt Patterns

### 1. Characters

**Pattern (concept / sheet)**

> Full-body concept art of [CHARACTER DESCRIPTION], front-facing, neutral pose,  
> clear silhouette, readable from gameplay camera distance, game character concept art,  
> transparent or simple background, [OPTIONAL STYLE TAGS]

**Example**

> Full-body concept art of tall Black woman detective in a long coat and boots, cyberpunk noir city setting, front-facing, neutral pose, clear silhouette, readable from side-scroller camera distance, game character concept art, simple dark gradient background, Dark Horse Comics graphic novel style.

For action poses, add:

> additional action pose: [describe action].

Output:

```json
{
  "type": "character",
  "name": "player_detective",
  "prompt": "final character prompt",
  "notes": "front, 3/4, and back poses if workflow supports multiple outputs"
}
```

