🎯

unity-observer-pattern

🎯Skill

from muharremtozan/unity-agent-skills

πŸ“¦

Same repository

muharremtozan/unity-agent-skills(24 items)

unity-observer-pattern

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add muharremtozan/unity-agent-skills --skill unity-observer-pattern
skills.sh Install⚠ Installs to .agents/skills/
npx skills add muharremtozan/unity-agent-skills --skill unity-observer-pattern
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/unity-observer-pattern/SKILL.md

SKILL.md

35Installs
-
AddedMay 14, 2026

More from this repository10

🎯
unity-code-reviewer🎯Skill

A specialized Unity C# code reviewer that detects anti-patterns and performance leaks through automated diagnostic scanning. Enforces project-specific architecture with a 5-pillar review protocol covering performance, memory, modernity, architecture, and minimalism.

🎯
unity-so-prefab-manager🎯Skill

A Unity 6 skill that enforces the ScriptableObject-to-Prefab bridge pattern, ensuring instance independence for runtime data while sharing template data through ScriptableObjects for clean, data-driven architecture.

🎯
unity-fsm🎯Skill

A Claude Code skill providing a modular, object-oriented Finite State Machine architecture for Unity, featuring hybrid class-based and lambda-based states, strategy-based transitions, detection strategies, and a countdown/stopwatch timer system for AI and player controllers.

🎯
unity-ui-data-binding🎯Skill

A skill for implementing MVVM-style data binding in Unity UI Toolkit using BindableProperty wrappers and the CreateProperty attribute, enabling reactive UI synchronization without Update loop logic.

🎯
unity-data-persistence🎯Skill

A Unity skill that implements a professional Save/Load system using data binding, serializable DTOs, and swappable backends (File/JSON by default), with per-entity GUID identity for saving multiple actors like players, inventory, and enemies.

🎯
unity-interaction🎯Skill

A minimal, generic Unity interaction system using interfaces and raycasting. Provides an IInteractable interface and InteractionController for raycast-based object detection with support for primary and alternative interaction inputs, requiring zero external dependencies.

🎯
unity-event-bus🎯Skill

Skill

🎯
unity-assembly-management🎯Skill

A Unity agent skill for managing project boundaries using Assembly Definitions (.asmdef), supporting hybrid Pro/Light approaches for faster compile times and modular architecture with automated scaffolding and architectural validation.

🎯
unity-mvc-pattern🎯Skill

A Unity development skill implementing Model-View-Controller (MVC) and Model-View-Presenter (MVP) patterns with reactive ObservableList collections, passive views, and mediated logic for building scalable UI and game systems.

🎯
unity-ui-procedural🎯Skill

A Unity UI Toolkit skill for building dynamic user interfaces entirely through C# code, featuring fluent chained extension methods for hierarchy construction, generic pointer-based manipulators for drag/resize interactions, and BEM CSS class integration.