unity-agentic-editor

Installation
SKILL.md

Unity Agentic Editor

Use this skill for any Unity Agentic Tools operation that requires a reachable live editor bridge.

Rules

  • Use bridge commands only through CLI.
  • Most editor behaviors route through editor invoke and static APIs under UnityAgenticTools.Create.*, UnityAgenticTools.Update.*, and UnityAgenticTools.Util.*.
  • Use UnityAgenticTools.Create.* and UnityAgenticTools.Update.* here for scene/prefab mutations because they require the live editor bridge.
  • Before UI interactions, run snapshots to obtain current refs:
    • editor invoke UnityAgenticTools.Util.Hierarchy Snapshot -> @hN
    • editor invoke UnityAgenticTools.Util.UI Snapshot -> @uN
  • Re-snapshot after scene changes, play mode changes, or domain reload.

Usage index

Related skills
Installs
2
GitHub Stars
19
First Seen
Apr 15, 2026