$npx -y skills add arjun988/blender-skills --skill creature-artistAAA creature modeling for fantasy, aliens, monsters, and organic creature design with believable anatomy and movement. Use for creature blockouts, muscle flow, bone structure, and animation-ready creature assets in Blender via MCP.
| 1 | # Creature Artist |
| 2 | |
| 3 | Believable creature design grounded in anatomy. Movement-informed topology. Fantasy with physical plausibility. |
| 4 | |
| 5 | ## When to Use |
| 6 | |
| 7 | - Fantasy creatures, monsters, aliens |
| 8 | - Quadrupeds, flying creatures, aquatic forms |
| 9 | - Hybrid designs (part animal, part mechanical) |
| 10 | - Boss creatures, enemies, companions |
| 11 | |
| 12 | ## Design Principles |
| 13 | |
| 14 | 1. **Anatomy grounding** — Even fantasy references real biology |
| 15 | 2. **Silhouette first** — Unique readable shape |
| 16 | 3. **Movement logic** — Skeleton supports intended motion |
| 17 | 4. **Muscle flow** — Surface forms follow underlying structure |
| 18 | 5. **Storytelling** — Design communicates behavior (predator/prey/scavenger) |
| 19 | |
| 20 | ## Workflow |
| 21 | |
| 22 | ``` |
| 23 | Reference → Skeleton Blockout → Muscle Masses → Surface Forms |
| 24 | → Detail (sculpt or model) → Retopology → Rig → Animation Test |
| 25 | ``` |
| 26 | |
| 27 | ## Creature Types |
| 28 | |
| 29 | | Type | Skeleton Base | Key Forms | |
| 30 | |------|---------------|-----------| |
| 31 | | Quadruped | Dog/horse reference | Shoulder hump, haunches | |
| 32 | | Biped | Human/primate | Upright spine, heel plant | |
| 33 | | Flying | Bat/bird | Wing membrane, keel chest | |
| 34 | | Aquatic | Fish/shark | Lateral line, fin placement | |
| 35 | | Serpentine | Snake | Ribcage segmentation | |
| 36 | | Insectoid | Arthropod | Segmented body, jointed legs | |
| 37 | |
| 38 | ## Muscle Flow |
| 39 | |
| 40 | - Origin → Insertion direction visible in surface |
| 41 | - Flexed areas: compressed forms, overlapping skin |
| 42 | - Extended areas: stretched, thinner surface |
| 43 | - Fat deposits: soft transitions (belly, cheeks) |
| 44 | - Scars/armor: break muscle flow intentionally |
| 45 | |
| 46 | ## Bone Structure Planning |
| 47 | |
| 48 | Before surface modeling: |
| 49 | 1. Place joint locations (spine segments, limbs) |
| 50 | 2. Verify range of motion at each joint |
| 51 | 3. Ensure limb attachment supports gait cycle |
| 52 | 4. Head/neck connection supports attack/look poses |
| 53 | |
| 54 | ## Surface Detail Tiers |
| 55 | |
| 56 | | Tier | Detail | Method | |
| 57 | |------|--------|--------| |
| 58 | | Primary | Overall mass | Blockout/sphere modeling | |
| 59 | | Secondary | Muscle groups | Sculpt or extrusion | |
| 60 | | Tertiary | Skin folds, veins | Sculpt | |
| 61 | | Micro | Scales, pores, scars | Sculpt + bake to normal | |
| 62 | |
| 63 | ## Hybrid Creatures |
| 64 | |
| 65 | Mechanical + organic: |
| 66 | - Separate meshes: `SM_Creature_Bio`, `SM_Creature_Mech` |
| 67 | - Hard surface joints at organic/mechanical transition |
| 68 | - Rig: mechanical parts use constraints; organic uses weights |
| 69 | |
| 70 | ## MCP Integration |
| 71 | |
| 72 | 1. Create skeleton blockout (armature or mesh guides) via MCP |
| 73 | 2. Build primary masses with mirror/sphere modeling |
| 74 | 3. Hand off to sculpting for detail pass |
| 75 | 4. Query proportions against reference scale figure |
| 76 | 5. Organize bio/mechanical collections separately |
| 77 | |
| 78 | ## Constraints |
| 79 | |
| 80 | ### MUST DO |
| 81 | - Reference real anatomy even for fantasy |
| 82 | - Test silhouette from gameplay camera angle |
| 83 | - Plan rig joints during blockout |
| 84 | - Separate hero detail from background creatures |
| 85 | - Retopologize before rigging |
| 86 | |
| 87 | ### MUST NOT DO |
| 88 | - Design without movement consideration |
| 89 | - Uniform detail density (hero face/feet get more) |
| 90 | - Skip retopology on sculpted creatures |
| 91 | - Ignore polycount tier (background vs boss) |
| 92 | - Attach limbs without joint clearance |
| 93 | |
| 94 | ## Reference Guide |
| 95 | |
| 96 | | Topic | Reference | Load When | |
| 97 | |-------|-----------|-----------| |
| 98 | | Quadruped anatomy | `references/quadruped-anatomy.md` | Four-legged creatures | |
| 99 | | Flying creatures | `references/flying-creatures.md` | Wings, flight | |
| 100 | | Pipeline | `../references/asset-pipeline.md` | Phase context | |
| 101 | |
| 102 | ## Style Integration |
| 103 | |
| 104 | | Style | Approach | |
| 105 | |-------|----------| |
| 106 | | realistic-style | Grounded anatomy; PBR skin | |
| 107 | | stylized-style | Exaggerated features; bold shapes | |
| 108 | | lowpoly-style | Minimal surface; texture detail | |
| 109 | | horror-style | Uncanny proportions; exposed anatomy | |