Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build, integrate, audit, or refactor rigged monsters for Three.js and web action games. Use for monster asset contracts, procedural or imported creature rigs, semantic joints and sockets, hurtboxes and attack volumes, combat animation states, enemy-runtime adapters, LODs, deterministic review fixtures, and validating that every monster follows one shared system.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 9% | 0% |
Build monsters as gameplay-compatible runtime assets, not decorative meshes.
Read references/monster-contract.md before implementation or audit. Check the real game content model, combat events, enemy state machine, collision API, camera distance, and asset loader before extending the contract.
Use related skills when applicable:
img2threejs for image-driven procedural reconstruction and its staged visual gates.build-hybrid-game-assets to choose procedural versus imported representation and record provenance/budgets.tune-enemy-ai for perception, intent, movement, and behavior transitions.design-action-combat for startup/active/recovery timing and authoritative contact.MonsterDefinition: serializable authored facts, tags, scale, stats, attacks, locomotion, asset provenance, and budgets.MonsterRig: semantic transform hierarchy, joints, sockets, secondary-motion anchors, materials, and LOD visuals.MonsterRuntime: current state, timers, target intent, health/posture, cooldowns, and authoritative combat events.MonsterViewAdapter: drives rig poses, VFX, audio, visibility, and LOD from runtime state; never decides hits from rendered pose.Do not duplicate authored combat values in the rig or UI.
+Y up, +Z forward, meters, and a ground-contact root.root -> motion -> body stable across every monster and LOD.Support at least idle, investigate, pursue, reposition, windup, attack, recover, stagger, and defeated. Each attack definition must declare startup, active, recovery, cooldown, contact shape/socket, damage/posture output, facing rule, and interrupt/cancel policy.
Drive contacts from authoritative action IDs and collision events. Animation may expose a normalized phase, but it must not create damage by itself.
(movesetId, elapsed) to state, attack, normalized phase, active flag, interruptibility, and stable action ID.Report whether the monster fully conforms, conforms with documented exceptions, or needs a new archetype capability added to the shared contract.
Other measured skills in the registry, with their headline benchmark lift.