What problem does it solve?
Agents working on Bethesda game mod plugins frequently take incorrect or unsafe paths when using xEdit, such as bypassing safety harnesses, making irreversible edits to source mods, or applying poorly formed compatibility patches that introduce mod breakage. This skill eliminates those risks by serving as the always-loaded entry point that routes every xEdit task to the correct, safe workflow.
Core Features & Use Cases
- Mandatory Task Routing: Automatically directs all xEdit work to the appropriate path: MCP intent tools for common high-frequency tasks, atomic passthrough for rare native daemon commands, or read-only sub-agent delegation for exploratory trial-and-error work.
- Built-in Safety Guardrails: Enforces non-negotiable rules including never bypassing the MCP harness, requiring explicit consent for all mutating operations, mandating dry-run previews and post-save readback for edits, and blocking deletion of referenced records without impact assessment.
- Patch Authoring Discipline: Includes a structured judgment framework to ensure compatibility patches are reversible, intentional, and free of unnecessary copied data, reducing long-term conflict debt for modpacks.
- Use Case: When an agent needs to audit conflicts between multiple Skyrim mod plugins, this skill routes it to the correct xEdit conflict inspection tools, ensures it does not edit source mods directly, and guides it to create a separate, reversible compatibility patch if needed.
Quick Start
Load this skill first whenever you need to work with Bethesda game plugin files via xEdit, and it will automatically route your task to the correct safe workflow without requiring manual path selection.