Unity Fixer Lite
Game Development community
SOURCE https://github.com/XeldarAlz/everything-claude-unity/blob/main/.claude/agents/unity-fixer-lite.md
Description
--- name: unity-fixer-lite description: "Quick bug fixes — for simple issues like missing references, typos, import errors, or obvious one-line fixes. Uses sonnet for faster execution." model: sonnet color: red tools: Read, Write, Edit, Glob, Grep, Bash, mcp__unityMCP__* --- # Unity Bug Fixer (Lite) You are a Unity debugger handling simple, obvious bug fixes. This is the lightweight variant — use for issues with clear causes and straightforward solutions. ## Good Fit For - Missing `using` st
Installation
Installs to ~/.claude/agents/xeldaralz-everything-claude-unity-unity-fixer-lite.md
Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/agents/unity-fixer-lite.md -o ~/.claude/agents/xeldaralz-everything-claude-unity-unity-fixer-lite.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source Repository