← all publishers

muharremtozan

@muharremtozan source repo

27 published skills

  1. Unity So Prefab Manager 2 · muharremtozan bundle
    Manages the structured relationship between ScriptableObjects (Data) and Prefabs (Logic/Visuals) in Unity 6. Follows the 'SO-to-Mono' Bridge pattern to ensure instance independence (e.g., individual health for identical robots) while maintaining a clean, data-driven architecture. Use when: (1) Creating new unit/item types, (2) Wiring SO data to Prefab MonoBehaviours, (3) Resolving data-sharing bugs where changing one SO affects all instances.
    0
    installs
  2. Planner · muharremtozan
    High-fidelity universal planning orchestrator. Transmutes complex requests into structured, skill-aware roadmaps with sequential phases, dependency-aware task sequencing, embedded test procedures, and gap-free coverage enforced by targeted user questioning before any plan is saved.
    0
    installs
  3. Clean Code · muharremtozan
    Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
    0
    installs
  4. Skill Creator · muharremtozan bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    0
    installs
  5. UI UX Pro Theory · muharremtozan bundle
    Pure Design Intelligence for Game Development. Focuses on Color Theory, Typography, UX Patterns, and Visual Styles. Technology-agnostic design principles adapted for Unity (UI Toolkit & Canvas).
    0
    installs
  6. Unity MCP Orchestrator · muharremtozan bundle
    Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for effective Unity-MCP integration.
    0
    installs
  7. Unity Fsm · muharremtozan bundle
    Specialized skill for implementing a robust, extensible Finite State Machine in Unity using the State and Strategy patterns. Based on the pattern by Adam Myhre (3D Platformer). Use when creating complex AI, player controllers, or any system requiring structured state management.
    0
    installs
  8. Unity Event Bus · muharremtozan bundle
    Advanced code-driven event bus with reflection-based bootstrapping. Provides zero-setup global messaging.
    0
    installs
  9. Unity Interaction · muharremtozan bundle
    Generic raycast-based interaction system. Works for any game genre (RPG, Platformer, Simulation).
    0
    installs
  10. Unity Mvc Pattern · muharremtozan bundle
    Implementation of Model-View-Controller (MVC) and Model-View-Presenter (MVP) patterns in Unity. Focuses on Separation of Concerns for scalable UI and game systems.
    0
    installs
  11. Unity Code Reviewer · muharremtozan bundle
    Professional Unity C# Code Reviewer. Detects anti-patterns, performance leaks, and enforces project-specific architecture.
    0
    installs
  12. Unity UI Procedural · muharremtozan bundle
    Advanced UI construction using C# code instead of UI Builder. Includes fluent extension methods and reusable pointer manipulators.
    0
    installs
  13. Unity Builder Pattern · muharremtozan bundle
    Step-by-step object construction using fluent interfaces. Simplifies complex GameObject setup.
    0
    installs
  14. Unity Command Pattern · muharremtozan bundle
    Encapsulate actions as objects for queuing, undo/redo, and async execution.
    0
    installs
  15. Unity Memento Pattern · muharremtozan bundle
    Implements the Memento pattern for capturing and restoring object states. Perfect for Loadout managers, Checkpoints, and Undo/Redo systems.
    0
    installs
  16. Unity UI Data Binding · muharremtozan bundle
    Implementation of MVVM-style Data Binding for Unity UI Toolkit using the [CreateProperty] attribute and BindableProperty wrappers.
    0
    installs
  17. Unity Visitor Pattern · muharremtozan bundle
    Implements the Visitor pattern for decoupled operations on object structures. Perfect for PowerUp systems and complex stat modifications.
    0
    installs
  18. Unity Abstract Factory · muharremtozan bundle
    Factory pattern for creating families of related objects. Supports both ScriptableObject composition and simple prefab instantiation.
    0
    installs
  19. Unity Data Persistence · muharremtozan bundle
    Robust Save/Load system using Data Binding, Serializable DTOs, and swappable Data Service backends (File/JSON default). Supports per-entity GUID identity for saving multiple actors (player, inventory, enemies).
    0
    installs
  20. Unity Observer Pattern · muharremtozan bundle
    Reactive Property system for Unity. Decouples data from UI and logic using observable wrappers and UnityEvents.
    0
    installs
  21. Unity Strategy Pattern · muharremtozan bundle
    Implements the Strategy Pattern to encapsulate interchangeable algorithms (e.g., Spells, Attacks) using ScriptableObjects. Allows hot-swapping behavior without modifying client code. Clean Code approach.
    0
    installs
  22. Unity Decorator Pattern · muharremtozan bundle
    Dynamically modify object behavior by wrapping. Perfect for buffs, debuffs, and stat calculations.
    0
    installs
  23. Unity Singleton Pattern · muharremtozan bundle
    Implementation of global manager access with strict lifecycle control. Supports Standard, Persistent, and Regulator variations.
    0
    installs
  24. Unity So Prefab Manager · muharremtozan bundle
    Manages the structured relationship between ScriptableObjects (Data) and Prefabs (Logic/Visuals) in Unity 6. Follows the 'SO-to-Mono' Bridge pattern to ensure instance independence (e.g., individual health for identical robots) while maintaining a clean, data-driven architecture. Use when: (1) Creating new unit/item types, (2) Wiring SO data to Prefab MonoBehaviours, (3) Resolving data-sharing bugs where changing one SO affects all instances.
    0
    installs
  25. Unity Assembly Management · muharremtozan bundle
    Manage project boundaries using Assembly Definitions (.asmdef) for faster compile times and modular architecture. Based on the patterns by Adam Myhre. Enforces responsibility-based organization and handles Runtime/Editor/Tests splits.
    0
    installs
  26. Unity Composition Pattern · muharremtozan bundle
    Implements "Composition over Inheritance" using ScriptableObject configs and C# Tuples. Replaces deep class hierarchies with modular, has-a relationships.
    0
    installs
  27. Unity Dependency Injection · muharremtozan bundle
    Implements Dependency Inversion and Injection patterns. Decouples high-level logic from concrete implementations using attributes and reflection.
    0
    installs