unity agents

10 tagged unity, measured the same way as everything else here.

Browse within: unity3d 7csharp 5

analyzer

01

devdavv/unity-ai-workflow

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

41 5mo ago A 0 tokens copy · 100% MIT

grader

03

devdavv/unity-ai-workflow

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

41 5mo ago A 0 tokens copy · 100% MIT

unity-guide

04

bigdra50/unity-cli

Agent

A guide agent for Unity, a game and interactive-app development platform. It brings together Unity’s official manuals, programming references, package information, source code, and YAML file details.

39 2mo ago A 0 tokens original MIT

version-checker

05

bigdra50/unity-cli

Agent

An agent that checks which Unity editor versions and features fit a project. Unity is a tool for building games and other interactive applications, and LTS means a long-term-support release maintained for stability.

39 2mo ago A 0 tokens original MIT

code-reviewer

06

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.

24 23d ago A 21 tokens original MIT

uss-bem-checker

07

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews USS stylesheets and the C# strings that reference them against the Aspid.FastTools BEM grammar (class names) and the positional grammar (custom properties). Use after edits to any .uss file or to any code holding USS class names / --aspid- variables (Constants.cs, AspidStyles.cs, component .cs files).

24 23d ago A 77 tokens original MIT

failing-test-writer

08

nowsprinting/unity-coding-skills

Agent

Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail (production code does not yet exist).…

19 2d ago A 85 tokens original Unlicense

test-deduplicator

09

nowsprinting/unity-coding-skills

Agent

Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges parameterizable tests, then commits. Returns…

19 2d ago A 83 tokens original Unlicense

test-designer

10

nowsprinting/unity-coding-skills

Agent

Test design specialist agent. Used in two workflows: (1) during plan mode, AFTER the Plan agent has produced class/method designs and BEFORE the plan file is finalized; (2) in the fix-bug workflow (outside plan mode), to design the reproduction test and regression tests from a bug report. Takes requirements (feature…

19 2d ago A 161 tokens original Unlicense