Skip to main content

mutagen-reference

Stars14
Forks4
UpdatedJuly 21, 2026 at 20:18

Look up the schema of any Skyrim record type โ€” its fields, their types, which are writable, the legal enum values, and the arms a polymorphic field accepts โ€” from the bundled record-schema reference before reading or editing that record type. Use when the user wants to edit, patch, or override a record (ARMO, WEAP, MGEF, NPC_, CELL, โ€ฆ), asks what fields a record type has or what an xEdit signature maps to, whether a field is writable, or what values an enum field allows (legal ActorValue, Aggression, or CastType values), or needs a field's name, type, or cardinality before composing a record change. Load before answering any "what fields does X have" or "can I set Y on Z" question and before composing any record write โ€” the reference is by construction from the game's full record library, so a type that's absent is a real coverage gap to surface, never something to guess.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
8 files
SKILL.md
readonly