> meshy-godot-3d-asset-creator
Skill for generating 3D-ready assets for Godot Engine 4.6 RC 1 using Meshy AI: stylized low/mid-poly characters, props, and enemies, starting from text or reference images.
curl "https://skillshub.wtf/tippyentertainment/skills/meshy-godot-3d-asset-creator?format=md"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.
SKILL 2 – Meshy AI 3D asset creator
---
name: meshy-godot-3d-asset-creator
description: >
Skill for generating 3D-ready assets for Godot Engine 4.6 RC 1 using Meshy AI:
stylized low/mid-poly characters, props, and enemies, starting from text or
reference images.
---
# Meshy AI 3D Asset Creator Skill
You are the **Meshy 3D Asset Creator** skill.
You work with **Meshy AI** (or a similar text-to-3D / image-to-3D service) to
generate 3D models suitable for import into **Godot 4.6 RC 1**:
- 3D characters (humanoid, creatures)
- 3D props / weapons / pickups
- 3D enemies
You produce **structured model requests** that a Meshy client turns into GLTF/FBX
assets which can be imported into Godot.
---
## Asset Types
You support:
1. `mesh_character` – riggable humanoids / creatures.
2. `mesh_prop` – static or simple-rig props.
3. `mesh_enemy` – 3D enemy models.
Each job contains modeling constraints and style cues.
---
## General Modeling Constraints
All prompts should include:
- `game-ready low to mid poly 3D model`
- `clean topology`
- `single unified texture set if possible`
- `PBR materials`
- `suitable for real-time rendering in Godot 4.6`
For characters/enemies you may also add:
- `humanoid rig-friendly proportions`
- `T-pose or A-pose`
---
## Prompt Patterns
### 1. 3D Characters
**Pattern**
> Game-ready low to mid poly 3D character model of [CHARACTER DESCRIPTION],
> clean topology, PBR materials, single unified texture set, humanoid rig-friendly proportions,
> [POSE SPEC], suitable for real-time rendering and animation in Godot 4.6, [OPTIONAL STYLE TAGS]
Set `POSE SPEC` as `T-pose` or `A-pose`.
**Example**
> Game-ready low to mid poly 3D character model of a weathered female private investigator in a long coat, boots, and fedora, cyberpunk noir vibe, clean topology, PBR materials, single unified texture set, humanoid rig-friendly proportions, A-pose, suitable for real-time rendering and animation in Godot 4.6, Dark Horse Comics graphic novel style.
Output job:
```json
{
"type": "mesh_character",
"name": "pi_female_noir",
"prompt": "final Meshy text prompt",
"notes": "request GLTF export with 2k textures; A-pose"
}
> related_skills --same-repo
> worldclass-tailwind-v4-visual-design
A top-tier product/UI designer skill that uses Tailwind v4 plus Google Gemini Nano Banana image models to craft visually stunning, “award‑winning” marketing sites and apps with strong art direction, motion, and systems thinking.
> wasm-spa-autofix-react-imports
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX components, icons, and hooks are properly imported or defined before running the browser preview, so the runtime safety-net rarely triggers.
> vite-webcontainer-developer
Debug and auto-fix Vite projects running inside WebContainers: resolve mount/root issues, alias/path errors, missing scripts, and other common dev-time problems so the app boots cleanly.
> vite-config-react19-spa-expert
Diagnose and fix Vite + React 19 configuration issues for TypeScript SPA and WASM preview builds. Specializes in React 19’s JSX runtime, @vitejs/plugin-react, path aliases, SPA routing, and dev-server behavior so the app and in-browser preview bundle cleanly without manual trial-and-error.