Agent Skills by sprillion
Showing 58 vetted skills indexed across 1 GitHub repositories.
assets-create-folder
Create a folder under Assets and return its GUID.
scene-open
Open Unity scenes from asset files using sceneRef and loadSceneMode.
gameobject-component-add
Attaches components to a GameObject by fully qualified type name.
gameobject-find
Find a GameObject in the opened Prefab or active Scene.
package-search
Search Unity registry and local installations for package versions and status.
scene-save
Save opened Unity scenes to .unity asset files via HTTP API.
object-get-data
Extract serialized data from Unity objects into nested member structures.
tests-run
Run Unity tests in EditMode or PlayMode with configurable filters.
assets-modify
Modify Unity asset files via HTTP API using assetRef and content.
package-add
Install Unity packages from registry, Git URL, or local path by updating manifest.json.
editor-selection-get
Retrieve Unity Editor selection details including GameObjects, transforms, and instance IDs.
gameobject-create
Create a GameObject in an opened Prefab or active Scene with optional transform.
script-delete
Delete specified script files and refresh the Unity AssetDatabase.
assets-prefab-create
Create a Unity prefab from a scene GameObject at a specified asset path.
assets-shader-list-all
List all shader names from project assets and packages via HTTP API.
script-update-or-create
Updates or creates C# script files and reports compilation errors.
particle-system-modify
Modify selected ParticleSystem modules on a Unity GameObject via HTTP API.
editor-application-set-state
Control Unity Editor playmode by setting isPlaying and isPaused via HTTP API.
scene-unload
Unload a named scene from opened scenes in the Unity Editor.
assets-prefab-open
Open prefab edit mode for a GameObject via HTTP API using gameObjectRef.
particle-system-get
Identify and retrieve Unity ParticleSystem state and optional module data per GameObject.
assets-get-data
Extract complete serialized data from Unity asset references.
assets-move
Move Unity assets between paths and refresh the AssetDatabase.
screenshot-scene-view
Capture Unity Scene View screenshots at configurable resolutions via HTTP API.