Ivan Murzak avatar

Ivan Murzak

Community

@ivanmurzak · Redmond, WA, United States

424Followers
|
130Public Repos
|
81Published Skills

AI inference. Making AI better. Integrating AI into production pipelines. Developing AI agents. Working with 3D Graphics and real-time physics. Full stack, 0-1.

Agent Skills by Ivan Murzak

Showing 81 vetted skills indexed across 1 GitHub repositories.

IvanMurzakIvanMurzak
4.0k

profiler-get-status

Reads Unity Profiler enabled state, active modules, and max used memory.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-load-data

Reads a saved Unity profiler JSON snapshot file and returns its raw text.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-list-modules

Lists Unity profiler modules with their local enabled bookkeeping flags.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-capture-frame

Capture single-frame timing metrics from UnityEngine.Time including FPS and frame counts.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-get-rendering-stats

Reads frame timing, FPS, vsync, and graphics device data from Unity Time, QualitySettings, and SystemInfo APIs.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-start

Enables Unity's runtime profiler and opens the Profiler window in the Unity Editor.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-stop

Disables Unity's runtime profiler and returns the resulting Profiler.enabled state.

Community
Basic
IvanMurzakIvanMurzak
4.0k

unity-tool-list

Lists all Unity-MCP tools registered in the connected Unity Editor instance.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-clear-data

Clears all recorded frames from the Unity Editor Profiler window.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-get-memory-stats

Reads Unity Profiler memory counters and returns statistics in megabytes.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-save-data

Saves a snapshot of Unity profiler stats to a JSON file.

Community
Basic
IvanMurzakIvanMurzak
4.0k

profiler-enable-module

Toggles the local enabled flag for a named Unity profiler module.

Community
Basic
IvanMurzakIvanMurzak
4.0k

screenshot-isolated

Renders a Unity GameObject to a PNG from configurable camera angles with isolation, backgrounds, and lighting.

Community
Intermediate
IvanMurzakIvanMurzak
4.0k

profiler-get-script-stats

Collects Unity frame timing and Mono/GC memory usage statistics via built-in Unity APIs.

Community
Basic
IvanMurzakIvanMurzak
3.8k

github-pr-review-fix

Validate GitHub PR review comments and apply minimal fixes in place.

Community
Advanced
IvanMurzakIvanMurzak
3.8k

build-cli

Builds the unity-mcp-cli TypeScript tool and links it globally.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

assets-create-folder

Create folders under Unity Assets and return their GUIDs.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

scene-open

Open Unity scenes from asset references in Single or Additive modes.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

gameobject-component-add

Attach namespace-qualified components to GameObjects in Unity Prefabs or Scenes.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

gameobject-find

Locate a GameObject in an opened Prefab or active Scene and return its metadata.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

ping

Echo a supplied message or return 'pong' for CLI readiness checks.

Community
Basic
IvanMurzakIvanMurzak
3.8k

unity-version-split

Split C# files into Unity 6.5+ and pre-6.5 variants with preprocessor guards.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

unity-initial-setup

Automate Unity-MCP initial setup, installing unity-mcp-cli and generating starter skills.

Community
Intermediate
IvanMurzakIvanMurzak
3.8k

package-search

Search Unity registry and installed packages by name and substring queries.

Community
Intermediate