jahro-commands
Installation
SKILL.md
Jahro Commands
Help users add runtime-callable debug commands to Unity code using Jahro's [JahroCommand] attribute system.
Workflow
- Analyze the user's code — identify methods that are good command candidates
- Generate correct
[JahroCommand]attributes with proper syntax - Add registration if needed (instance methods require
RegisterObject) - 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: