burst-safety
CommunityKeep DOTS Burst code fast and safe.
Software Engineering#code quality#performance#safety checks#burst#native memory#unity-dots#job systems
AuthordyCuong03
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Burst compilation and runtime can fail or silently degrade when DOTS systems jobs accidentally use managed types, reflection, logging, or unsafe patterns inside Burst-compiled code paths.
Core Features & Use Cases
- Burst-safe code rules for DOTS/Hybrid: Enforces hard constraints for what may appear inside
[BurstCompile]methods and jobs. - Pre-verifier diagnostic checklist: Provides a concrete checklist to validate Burst compatibility before handing off to verification.
- Prevents common Burst failure modes: Targets frequent issues like BC1015 static evaluation failures, managed wrapper usage (e.g.,
Mathf/Vector3), and forbidden exceptions/debugging.
Quick Start
Use the burst-safety skill pack when triage classifies the task as domain=DOTS|Hybrid, then apply its rules to every touched system or job before signaling the verifier.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: burst-safety Download link: https://github.com/dyCuong03/unity-agent-team/archive/main.zip#burst-safety Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.