Agent capability

unity-il2cpp-modding

Build, inspect, and maintain Unity IL2CPP mods using MelonLoader, Harmony, C#, Rust FFI bridges, native cdylib plugins, type dumps, generated interop assemblies, runtime configuration, event systems, asset extraction, and compatibility testing. Use for Data Center, Greg framework and mods, UnityExplorer, Il2CppAssemblyFixer, LuaLoader, MelonLoader plugins, and game-version migration.

Apache-2.0 Requires authorized local game files and development tooling. Do not bypass anti-cheat, access controls, licensing, multiplayer protections, or distribute copyrighted game assets. 1 files 3,198 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/unity-il2cpp-modding

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh unity-il2cpp-modding --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/unity-il2cpp-modding

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh unity-il2cpp-modding --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/unity-il2cpp-modding

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh unity-il2cpp-modding --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/unity-il2cpp-modding

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh unity-il2cpp-modding --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'unity-il2cpp-modding' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
SKILL.md 3,198 c8b7954521059838…