unity-guide
01Agent
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.
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.
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.
Agent Claude Code
Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.
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).
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).…
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…
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…