Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

everything-claude-unity

everything-claude-unity에는 XeldarAlz에서 수집한 skills 42개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
42
Stars
19
업데이트
2026-04-24
Forks
3
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dotween
소프트웨어 개발자

DOTween animation library — sequence composition, tween lifecycle, easing, kill strategies. CRITICAL: Always kill tweens in OnDestroy to prevent leaks and errors.

2026-04-24
dialogue-system
소프트웨어 개발자

Dialogue tree patterns — ScriptableObject graph, node types (text, choice, condition, event), typewriter effect, localization-ready. Load when implementing NPC conversations.

2026-04-24
state-machine
소프트웨어 개발자

Generic state machine patterns — IState interface, StateMachine<T>, game state management (menu/gameplay/pause), enemy AI states, hierarchical FSM. Load when implementing state-driven behavior.

2026-04-24
platformer-2d
소프트웨어 개발자

2D platformer architecture — tight controls (coyote time, input buffer, variable jump), level design patterns, collectibles, checkpoints, hazards, boss patterns.

2026-04-24
physics
소프트웨어 개발자

Unity physics — non-allocating queries, collision layers, FixedUpdate discipline, continuous collision detection, character controllers, joints.

2026-04-24
unity-instincts
고등교육 컴퓨터공학 교원

How the atomic instinct learning system works — observations, distillation, confidence scoring, project vs global scope, and promotion/evolution workflows.

2026-04-24
learner
소프트웨어 개발자

Post-debugging knowledge extraction — captures non-obvious, codebase-specific learnings that pass quality gates. Invoke after resolving tricky bugs or discovering surprising behavior.

2026-04-18
model-routing
소프트웨어 개발자

Heuristics for choosing the right model tier (haiku/sonnet/opus) when delegating to agents. Loaded by orchestrating commands to inform agent selection.

2026-04-18
hud-statusline
소프트웨어 개발자

Configures Claude Code's statusline to display Unity workflow state — current phase, active agent, files modified, and session duration.

2026-04-14
commit-trailers
소프트웨어 개발자

Structured commit trailers — adds Constraint, Rejected, Scope-risk, and Not-tested metadata to commit messages. Captures architectural decisions and known gaps in git history.

2026-04-13
event-systems
소프트웨어 개발자

Event system patterns — C# events, UnityEvent, SO event channels, static EventBus. When to use each, zero-allocation patterns, memory leak prevention.

2026-04-13
object-pooling
소프트웨어 개발자

Object pooling patterns — Unity ObjectPool<T>, custom ComponentPool, warm-up strategies, return-to-pool lifecycle. Eliminates runtime Instantiate/Destroy overhead.

2026-04-13
scriptable-objects
소프트웨어 개발자

ScriptableObject architecture patterns — event channels, variable references, runtime sets, factory pattern, data containers. The backbone of data-driven Unity architecture.

2026-04-13
serialization-safety
소프트웨어 개발자

Unity serialization rules — FormerlySerializedAs on renames, SerializeField vs public, SerializeReference for polymorphism, Unity null check (== null not ?.). CRITICAL: prevents silent data loss.

2026-04-13
endless-runner
소프트웨어 개발자

Endless runner architecture — procedural chunk spawning, lane-based or free movement, obstacle patterns, speed ramping, coin/collectible systems, distance scoring.

2026-04-13
hyper-casual
소프트웨어 개발자

Hyper-casual mobile game architecture — one-tap/swipe controls, instant onboarding, short sessions, ad monetization, minimalist visuals, level progression, score systems.

2026-04-13
idle-clicker
소프트웨어 개발자

Idle/clicker game architecture — big number math, offline progress, prestige/rebirth, upgrade trees, automation, currency systems, time-based rewards.

2026-04-13
match3
소프트웨어 개발자

Match-3 puzzle game architecture — grid system, tile matching, cascade/gravity, special tiles, combo chains, level objectives, lives/energy system.

2026-04-13
puzzle
소프트웨어 개발자

Mobile puzzle game architecture — grid/board logic, undo system, hint system, level packs, star ratings, touch drag-and-drop, tutorial overlays.

2026-04-13
rpg
소프트웨어 개발자

RPG game architecture — stat system (base + modifiers), level/XP, skill trees, quest system, NPC interaction, turn-based and real-time combat patterns.

2026-04-13
topdown
소프트웨어 개발자

Top-down mobile game architecture — virtual joystick/tap-to-move/twin-stick touch movement, room transitions, fog of war, spawner patterns, wave systems, minimap.

2026-04-13
mobile
소프트웨어 개발자

Mobile optimization — tile-based GPU, ASTC textures, draw call budget (<100), thermal throttling, battery, touch input, safe areas, App Store guidelines.

2026-04-13
animation
소프트웨어 개발자

Unity animation system — Animator controllers, layers, blend trees, state machine behaviors, root motion, animation events, Timeline.

2026-04-13
audio
소프트웨어 개발자

Unity audio system — AudioMixer groups, snapshots, spatial audio, audio source pooling, compression per platform.

2026-04-13
cinemachine
소프트웨어 개발자

Cinemachine camera system — virtual cameras, FreeLook, blending, noise profiles, state-driven cameras, confiner, follow/aim behaviors.

2026-04-13
navmesh
소프트웨어 개발자

Unity navigation — NavMeshAgent configuration, NavMeshSurface, off-mesh links, dynamic obstacles, pathfinding patterns.

2026-04-13
ui-toolkit
소프트웨어 개발자

UI Toolkit — UXML document structure, USS styling (CSS-like), UQuery, data binding, ListView virtualization, custom visual elements.

2026-04-13
odin-inspector
소프트웨어 개발자

Odin Inspector & Serializer — SerializedMonoBehaviour, validation attributes, custom drawers, editor windows. Enhances Unity inspector with powerful serialization and UI.

2026-04-13
textmeshpro
소프트웨어 개발자

TextMeshPro text rendering — font asset creation, material presets, rich text tags, dynamic font fallback, sprite assets in text. Use for all text rendering in Unity.

2026-04-13
unitask
소프트웨어 개발자

UniTask async/await for Unity — zero-alloc async, cancellation tokens, PlayerLoop integration, async LINQ. Use instead of coroutines for cancellation support and cleaner async code.

2026-04-13
vcontainer
소프트웨어 개발자

VContainer dependency injection for Unity — LifetimeScope hierarchy, registration patterns, constructor injection for plain C#, [Inject] for MonoBehaviours. Lightweight alternative to Zenject.

2026-04-13
deep-interview
프로젝트 관리 전문가

Ambiguity gating — detects vague feature requests and forces structured requirements gathering with scoring across scope, platform, performance, integration, and acceptance criteria. Prevents wasted cycles on underspecified tasks.

2026-04-06
assembly-definitions
소프트웨어 개발자

Assembly definition management — when to create asmdefs, reference rules, Editor/Runtime/Test separation, platform filters, compilation speed optimization.

2026-04-01
unity-mcp-patterns
소프트웨어 개발자

How to use unity-mcp tools effectively — batch_execute for speed, read_console for verification, resource queries for project state, tool organization patterns.

2026-04-01
character-controller
소프트웨어 개발자

2D and 3D character controller patterns — coyote time, input buffering, variable jump, wall slide/jump, dash, slopes, stairs, camera-relative movement. Load when implementing player movement.

2026-04-01
inventory-system
소프트웨어 개발자

Inventory, equipment, and crafting patterns — ScriptableObject item definitions, slot-based inventory, equipment system, crafting recipes, UI binding. Load when implementing item management.

2026-04-01
procedural-generation
소프트웨어 개발자

Procedural generation patterns — Perlin/Simplex noise, BSP dungeon generation, random walk, loot tables with weighted random, wave function collapse basics, seed-based reproducibility.

2026-04-01
save-system
소프트웨어 개발자

Save/load patterns — ISaveable interface, JSON serialization, save file management, scene persistence, cloud sync prep. Load when implementing save functionality.

2026-04-01
addressables
소프트웨어 개발자

Addressables asset loading — LoadAssetAsync, handle lifecycle, labels, remote catalogs, memory management. Use for asset loading and memory optimization.

2026-04-01
input-system
소프트웨어 개발자

New Input System — action maps, PlayerInput component, generated C# classes, runtime rebinding, multi-device support, input buffering.

2026-04-01
이 저장소에서 수집된 skills 42개 중 상위 40개를 표시합니다.