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.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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.
46abf78
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.