一键导入
skyrim-context
Skyrim modding context and VR-specific gotchas. Auto-loads when working with Papyrus scripts, ESP-related files, or Data/ contents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skyrim modding context and VR-specific gotchas. Auto-loads when working with Papyrus scripts, ESP-related files, or Data/ contents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Inspect and modify NIF mesh files using AutoMod CLI. Use when working with meshes, textures, skeleton nodes, or fixing VR mesh issues.
Read and scan Skyrim save files (.ess). Use when debugging save issues, searching for orphaned scripts, checking mod footprint in saves, or investigating save bloat.
Guided workflow for creating a new Skyrim mod from scratch using AutoMod CLI. Use when the user wants to build a new mod.
Process Skyrim voice and sound files (FUZ, XWM, WAV) using AutoMod CLI.
Read, extract, create, and modify BSA/BA2 archives using AutoMod CLI.
Generate SkyUI Mod Configuration Menus using AutoMod CLI.
| name | skyrim-context |
| description | Skyrim modding context and VR-specific gotchas. Auto-loads when working with Papyrus scripts, ESP-related files, or Data/ contents. |
| user-invocable | false |
| paths | **/*.psc,**/*.pex,Data/**,**/*.ini |
You are working in a modded Skyrim installation with a full modding toolkit. Consult KNOWLEDGEBASE.md in the project root for the complete reference. Below are the most critical gotchas that cause silent failures or crashes.
DispelSpell when cleanup logic exists (but DispelSpell excludes abilities)GetFormFromFile() to minimize properties; xEdit can't add scripts to VMADRegisterForSingleUpdate when possibleA AND B OR C != what you'd expectDisablePlayerControls() does NOT prevent VR thumbstick movement — use SetDontMove(true) in additionGame.ShakeCamera() is mostly inert in VRDefault (creating/editing records): Use Spriggit serialize → edit YAML → deserialize Analysis and inspection: Use xeditlib for programmatic traversal and diffing
Always check KNOWLEDGEBASE.md for the full context on whatever you're about to touch.