skills/meshy-godot-3d-asset-creator/SKILL.md
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.
npx skillsauth add tippyentertainment/skills meshy-godot-3d-asset-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
---
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"
}
development
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.
development
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.
development
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.
tools
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.