๐ŸŽฏ

unity-data-persistence

๐ŸŽฏSkill

from muharremtozan/unity-agent-skills

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

muharremtozan/unity-agent-skills(24 items)

unity-data-persistence

Installation

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

SKILL.md

41Installs
-
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-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-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-event-bus๐ŸŽฏSkill

Skill

๐ŸŽฏ
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.

๐ŸŽฏ
unity-command-pattern๐ŸŽฏSkill

Skill