nowsprinting/unity-coding-skills

Skills and subagents for developing Unity projects with Claude Code — maintainable test design and implementation, test-first workflow, coding guidelines, scene editing, and more.

19Stars on the repository
15Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
UnlicenseLicence, which decides whether bodies are shown

failing-test-writer

01

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 yesterday A 85 tokens original Unlicense

test-deduplicator

02

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 yesterday A 83 tokens original Unlicense

test-designer

03

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 yesterday A 161 tokens original Unlicense