jahro-commands

Installation
SKILL.md

Jahro Commands

Help users add runtime-callable debug commands to Unity code using Jahro's [JahroCommand] attribute system.

Workflow

  1. Analyze the user's code — identify methods that are good command candidates
  2. Generate correct [JahroCommand] attributes with proper syntax
  3. Add registration if needed (instance methods require RegisterObject)
  4. VERIFY — "Enter Play Mode, press ~, check the Commands tab"

Analyzing Code for Command Candidates

When the user shares a class, identify methods worth exposing as commands:

Installs
17
GitHub Stars
15
First Seen
Mar 19, 2026
jahro-commands — jahro-console/unity-agent-skills