jahro-setuplisted
Install: claude install-skill Logiiiii/unity-agent-skills
# Jahro Setup & Orientation
Help users install, configure, and get oriented with the Jahro debugging platform for Unity.
## Detection
Before giving advice, determine Jahro's status in the project:
**Check 1 — Package Manager:**
Read `Packages/manifest.json` and search for `io.jahro.console` in the dependencies.
**Check 2 — Code references:**
Search C# files for `using JahroConsole` or `[JahroCommand` or `[JahroWatch`.
**Check 3 — Source folder:**
Check if `jahro-unity-package/` or `Assets/JahroPackage/` exists (indicates source-included installation).
| Result | Action |
|:-------|:-------|
| Package found in manifest | Jahro is installed — check API key config |
| Code references but no package | Jahro may be installed via source — verify |
| Nothing found | Guide installation |
## Installation
### Via Unity Package Manager (recommended)
1. Open Unity → **Window → Package Manager**
2. Click **+** → **Add package from Git URL**
3. Paste: `https://github.com/jahro-console/unity-package.git`
4. Click **Install**
Requirements: Unity 2021.3.0f1 or later. No additional dependencies.
## API Key Configuration
After installation, the user needs an API key to enable snapshot sync and team features.
1. Create account at **console.jahro.io/auth/signup** (free)
2. In web console → navigate to **Project → API Keys** → copy key
3. In Unity → **Tools → Jahro Settings** → **Account** tab → paste API key
4. Settings auto-validate and display project/team info
The API key connec