unity-agent-skills banner
jahro-console jahro-console

unity-agent-skills

AI community intermediate

Description

**Your AI coding assistant becomes a Unity debugging expert.**

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Unity Agent Skills

**Your AI coding assistant becomes a Unity debugging expert.**

8 skills that teach Claude Code, Cursor, and other AI assistants how to generate correct Jahro and Unity debugging code — commands, watchers, snapshots, structured logging, production config, migration, and troubleshooting.

[](LICENSE) [](https://unity.com) [](https://github.com/jahro-console/unity-package)


What is this?

[Jahro](https://jahro.io/?utm_source=github&utm_medium=readme&utm_campaign=unity_agent_skills) is an in-game debugging console for Unity — runtime commands, variable watching, and log capture.

**Agent skills** are markdown files that give AI coding assistants domain-specific knowledge. Instead of your AI guessing at Unity debugging APIs, these skills provide exact attribute syntax, registration patterns, lifecycle rules, and diagnostic decision trees — so the generated code works on the first try.

Install the skills, then talk to your AI naturally:

  • "Review the logging in my SaveManager" — AI detects antipatterns, classifies system criticality, adds structured [Tag] Action — key=value logs at every boundary
  • "Set up logging conventions for our project" — AI generates LogTag constants, a lightweight formatting helper, and a team reference doc
  • "Add debug commands to my PlayerController" — AI generates [JahroCommand] attributes with correct naming, groups, parameter types, and RegisterObject/UnregisterObject lifecycle
  • "Monitor these variables at runtime" — AI generates [JahroWatch] attributes with supported types and performance-safe patterns
  • "My commands aren't showing up" — AI walks a diagnostic decision tree: assembly scanning → registration → method visibility → lifecycle timing

Skills

Skill What Your AI Can Do

...