.claude/skills/unity-script-validator/SKILL.md
Validates C# scripts for best practices, performance, and Unity patterns. Use when reviewing scripts or checking code quality.
npx skillsauth add zsutxz/ClaudeLearning Unity Script ValidatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Validates Unity C# scripts against best practices and performance patterns specific to Unity game development.
[SerializeField] private instead of public fields<summary> tags on public methodsProvides: Issues found, specific fixes, performance impact estimates, refactored code examples.
Applies to Unity 2019.4 LTS and later (including Unity 6).
See patterns.md and examples.md for detailed optimization techniques.
Use this Skill when: Quick validation of existing Unity scripts for best practices and common issues
Use @unity-scripter agent when: Writing new code or implementing Unity features from scratch
Use @unity-refactor agent when: Improving code quality, applying design patterns, or modernizing legacy code
Use @unity-performance agent when: Deep performance profiling, memory optimization, or platform-specific tuning
Use /unity:new-script command when: Creating new scripts from production-ready templates
documentation
Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document
development
Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.
business
Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something
data-ai
Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.