Unity Skills~

Unity Skills~ from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 57 skills

Skills in this plugin

57
  1. Unity Skills Index · gabrielmoreira
    Index of all Unity Skills modules with per-module mode labels (SA/FA/Mixed). Use to find which module covers a task before loading its doc.
    17 repo stars
  2. Unity Xr · gabrielmoreira bundle
    Set up XR Interaction Toolkit (XRI) for VR/AR
    17 repo stars
  3. Unity Adr · gabrielmoreira
    Record Unity architecture decisions (ADR) with rationale
    17 repo stars
  4. Unity Urp · gabrielmoreira
    Manage the Universal Render Pipeline (URP)
    17 repo stars
  5. Unity Test · gabrielmoreira
    Run Unity Test Runner operations asynchronously
    17 repo stars
  6. Unity Async · gabrielmoreira
    Advise on Unity async and lifecycle strategy
    17 repo stars
  7. Unity Batch · gabrielmoreira
    Unified batch and async-job orchestration
    17 repo stars
  8. Unity Debug · gabrielmoreira
    Inspect debug, diagnostics and compile state
    17 repo stars
  9. Unity Decal · gabrielmoreira
    Create and configure URP Decal Projectors
    17 repo stars
  10. Unity Event · gabrielmoreira
    Wire UnityEvent persistent listeners at editor time
    17 repo stars
  11. Unity Smart · gabrielmoreira
    AI-powered scene queries, layout and auto-binding. AI
    17 repo stars
  12. Unity Asmdef · gabrielmoreira
    Advise on Unity assembly definitions (asmdef)
    17 repo stars
  13. Unity Camera · gabrielmoreira
    Control Unity Scene View and Game cameras
    17 repo stars
  14. Unity Editor · gabrielmoreira
    Control and observe the Unity Editor state
    17 repo stars
  15. Unity Sample · gabrielmoreira
    Sample and demo skills for API connectivity testing
    17 repo stars
  16. Unity Console · gabrielmoreira
    Capture and query the Unity Editor console
    17 repo stars
  17. Unity Dotween · gabrielmoreira
    Automate DOTween Free/Pro at editor time
    17 repo stars
  18. Unity History · gabrielmoreira
    Manage undo/redo history over the native undo stack
    17 repo stars
  19. Unity Netcode · gabrielmoreira
    Set up Netcode for GameObjects (NGO 2.x) multiplayer
    17 repo stars
  20. Unity Package · gabrielmoreira
    Manage Unity Package Manager (UPM) packages
    17 repo stars
  21. Unity Physics · gabrielmoreira
    Run Unity physics queries and configure physics
    17 repo stars
  22. Unity Project · gabrielmoreira
    Read Unity project metadata and package lists
    17 repo stars
  23. Unity Animator · gabrielmoreira
    Edit Unity Animator Controllers and drive runtime parameters
    17 repo stars
  24. Unity Behavior · gabrielmoreira
    Drive Unity Behavior behavior graphs and blackboard variables
    17 repo stars
  25. Unity Bookmark · gabrielmoreira
    Manage Scene View bookmarks and saved viewpoints
    17 repo stars
  26. Unity Graphics · gabrielmoreira
    Manage project-wide GraphicsSettings and QualitySettings
    17 repo stars
  27. Unity Material · gabrielmoreira
    Edit material and shader properties across Built-in/URP/HDRP
    17 repo stars
  28. Unity Patterns · gabrielmoreira
    Advise on choosing Unity design patterns
    17 repo stars
  29. Unity Profiler · gabrielmoreira
    Capture read-only Unity runtime performance snapshots
    17 repo stars
  30. Unity Workflow · gabrielmoreira
    Persistent operation history and orchestration
    17 repo stars
  31. Unity Yooasset · gabrielmoreira
    Automate YooAsset hot-update and asset bundles
    17 repo stars
  32. Unity Hybridclr · gabrielmoreira
    Automate HybridCLR C# hot-update prebuild
    17 repo stars
  33. Unity Blueprints · gabrielmoreira
    Advise on starter architecture blueprints for small games
    17 repo stars
  34. Unity Perception · gabrielmoreira
    Read-only scene, project and script analysis for AI context
    17 repo stars
  35. Unity Primetween · gabrielmoreira
    Inspect PrimeTween Free and generate runtime tween scripts
    17 repo stars
  36. Unity Probuilder · gabrielmoreira
    Model editable meshes with ProBuilder for blockout
    17 repo stars
  37. Unity Qframework · gabrielmoreira
    Editor automation for QFramework (github.com/liangxiegame/QFramework) — architecture-layer code generation (Architecture/System/Model/Command/Utility/Query via ArchitectureCodeGenerator), ViewController and UIKit panel code generation bound to a GameObject/prefab, UIKit project settings, ResKit AssetBundle marking/build/clear, ResKit SimulationMode and build options, runtime architecture scanning (IArchitecture/ISystem/IModel/ICommand/IQuery/IController), QFramework's built-in API-documentation-attribute query, and LocaleKit editor-locale / language-define configuration. QFramework has no UPM package — detection is reflection-only against whichever install form is present (Toolkits unitypackage or single-file QFramework.cs) — so every skill except qframework_get_status returns MISSING_PACKAGE when the required anchor type cannot be resolved.
    17 repo stars
  38. Unity Validation · gabrielmoreira
    Validate project and scene health plus cleanup
    17 repo stars
  39. Unity Pico Design · gabrielmoreira bundle
    Doc-anchored design rules for PICO Unity Integration SDK v3.4.0 — XR/MR/platform services, version diffs 2.x-3.4, hallucination shields
    17 repo stars
  40. Unity Postprocess · gabrielmoreira
    Configure modern SRP post-processing on URP/HDRP
    17 repo stars
  41. Unity Addressables · gabrielmoreira
    Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)
    17 repo stars
  42. Unity Architecture · gabrielmoreira
    Advise on Unity gameplay and system architecture
    17 repo stars
  43. Unity Manual Scene · gabrielmoreira
    Manually navigate, save, and manage scenes using Unity Editor UI. For simple Scene view workflows that do not need REST automation.
    17 repo stars
  44. Unity YAML Editing · gabrielmoreira
    Last-resort guidance for safely hand-editing Unity YAML
    17 repo stars
  45. Unity Project Scout · gabrielmoreira
    Advise on reconnoitering an existing Unity project
    17 repo stars
  46. Unity Dotween Design · gabrielmoreira bundle
    Source-anchored design rules for DOTween 1.3.015
    17 repo stars
  47. Unity Netcode Design · gabrielmoreira bundle
    Source-anchored design rules for Netcode for GameObjects 2.x
    17 repo stars
  48. Unity Unitask Design · gabrielmoreira bundle
    Source-anchored design rules for UniTask 2.5.10
    17 repo stars
  49. Unity Manual Material · gabrielmoreira
    Manually create and edit Materials and assign them to objects using Unity Editor UI. For one-off material tweaks that do not need REST automation.
    17 repo stars
  50. Unity Scene Contracts · gabrielmoreira
    Advise on Unity scene composition contracts
    17 repo stars
  51. Unity Yooasset Design · gabrielmoreira bundle
    Source-anchored design rules for YooAsset v2.3.18
    17 repo stars
  52. Unity Manual Component · gabrielmoreira
    Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.
    17 repo stars
  53. Unity Manual Gameobject · gabrielmoreira
    Manually create GameObjects, organize the Hierarchy, and adjust Transforms using Unity Editor UI. For clicks-and-drag workflows that do not need REST automation.
    17 repo stars
  54. Unity Primetween Design · gabrielmoreira
    Source-anchored design rules for PrimeTween 1.4.6
    17 repo stars
  55. Unity Qframework Design · gabrielmoreira bundle
    Source-anchored design rules for QFramework v1.0.257 covering the four-layer architecture (Controller/System/Model/Utility), Command/Query/Event/BindableProperty core tools, and the CoreKit-family toolkits (UIKit/ResKit/ActionKit/PackageKit), distilled from QFramework.cs source and the official Doc.md tutorial with every rule citing a file/line anchor to guard against stale-memory hallucination.
    17 repo stars
  56. Unity Shadergraph Design · gabrielmoreira bundle
    Source-anchored Shader Graph design rules for Unity 2022.3
    17 repo stars
  57. Unity Addressables Design · gabrielmoreira bundle
    Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
    17 repo stars