unity package skills

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

Browse within: unity 11in-game-console 8jahro 8

jahro-commands

01

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Analyzes C# classes and generates [JahroCommand] attributes with correct syntax, RegisterObject patterns, and group organization. Use when the user wants to add runtime commands, cheats, or debug actions to Unity classes, or mentions JahroCommand, console commands, runtime cheats, or debug actions.

16 5mo ago A 66 tokens original MIT

jahro-logging

02

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Reviews and improves Debug.Log usage in Unity C# projects following structured logging principles: context tags, severity contracts, boundary-based placement, and criticality tiers. Detects common antipatterns (naked Debug.Log, logging in Update, stringly-typed errors), adds missing logs at system/state/error/external…

16 5mo ago A 111 tokens original MIT

jahro-migration

03

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Analyzes existing debug systems (IMGUI menus, custom loggers, cheat frameworks, performance HUDs) and generates incremental migration plans to Jahro equivalents. Use when the user wants to replace a custom debug UI, migrate from an existing console or cheat system, switch to Jahro, or has OnGUI debug code they want to…

16 5mo ago A 74 tokens original MIT

spec-post-check

04

yangfch3/Unity-MCP-Server

Skill Claude CodeCodex

Spec post-processing workflow: after a round of Spec Coding, check and sync Spec documents, Steering documents, and Contributing documents affected by the changes. Triggered when the user says 'Spec 后处理', '后处理流程', 'spec post check', '收尾检查', 'post-processing', 'wrap up', 'finalize docs', or similar expressions. Also…

6 7d ago A 113 tokens original MIT

error-diagnosis

05

yangfch3/Unity-MCP-Server

Skill Claude CodeCodex

A Unity troubleshooting skill for errors shown in the Unity Console, the editor window that displays messages and failures. It reads the error and nearby logs, then checks related code to identify the cause.

6 7d ago A 124 tokens original MIT

ui-click-debug

06

yangfch3/Unity-MCP-Server

Skill Claude CodeCodex

A Unity troubleshooting skill for UI elements that do not respond to clicks. It uses a runtime raycast, a test that shows which object receives a pointer event, to find obstructions or interaction settings.

6 7d ago A 54 tokens original MIT