jahro-setup
정보
이 스킬은 Unity 프로젝트 내 Jahro의 존재를 감지하고, 사용자가 설치, 구성 또는 디버깅 기능에 대해 문의할 때 설정 안내를 제공합니다. 패키지 매니페스트와 코드에서 Jahro 참조를 자동으로 확인한 후 적절한 설치 단계나 기능 개요를 제시합니다. Jahro 설정 관련 질문이나 Unity 디버깅 도구에 대한 사용자 문의 시 활용하세요.
빠른 설치
Claude Code
추천npx skills add jahro-console/unity-agent-skills -a claude-code/plugin add https://github.com/jahro-console/unity-agent-skillsgit clone https://github.com/jahro-console/unity-agent-skills.git ~/.claude/skills/jahro-setupClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
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)
- Open Unity → Window → Package Manager
- Click + → Add package from Git URL
- Paste:
https://github.com/jahro-console/unity-package.git - 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.
- Create account at console.jahro.io/auth/signup (free)
- In web console → navigate to Project → API Keys → copy key
- In Unity → Tools → Jahro Settings → Account tab → paste API key
- Settings auto-validate and display project/team info
The API key connects the Unity project to the Jahro web console for snapshot uploads and team collaboration. Jahro works for local debugging (logs, commands, watcher) even without an API key, but snapshots won't upload.
Opening the Console
| Platform | Action |
|---|---|
| Desktop (Editor/Standalone) | Press ~ (tilde) key in Play Mode |
| Mobile (Android/iOS) | Triple-tap at top of screen |
| Programmatic | Call Jahro.ShowConsoleView() |
| Alternative | Tap the floating Launch Button |
The launch key is configurable in Tools → Jahro Settings → General Settings → Launch Key.
Keyboard shortcuts for tabs: Alt+1 (Text Mode), Alt+2 (Visual Mode), Alt+3 (Watcher), Alt+4 (Snapshots).
Feature Overview
Guide users to the right feature based on what they need:
What to adopt first
Recommend features in this order based on effort-to-value ratio:
1. Logs (zero effort) — Jahro automatically intercepts all Debug.Log, Debug.LogWarning, and Debug.LogError calls. Just open the console to see them filtered and searchable in-game. Especially valuable on mobile where you'd otherwise need ADB logcat or Xcode.
2. Commands (low effort) — Add [JahroCommand] attributes to existing methods to make them callable from the console. Ideal for cheats, debug actions, and testing without rebuilding. Works in both Text Mode (CLI with autocomplete) and Visual Mode (touch-friendly buttons).
Read references/api-reference.md for the [JahroCommand] attribute constructor and parameter types.
3. Watcher (low effort) — Add [JahroWatch] attributes to fields and properties for real-time monitoring. Replaces Debug.Log polling patterns. Values only update when the Watcher tab is open, so negligible performance cost.
Read references/api-reference.md for the [JahroWatch] attribute constructor and supported types.
4. Snapshots (needs API key) — Capture logs + screenshots + device metadata and share via URL. Three modes: Recording (local until upload), Streaming All (real-time), Streaming Except Editor (hybrid). Essential for QA teams on mobile.
Quick answers
"How do I open the console?"
Press ~ on desktop, triple-tap on mobile, or call Jahro.ShowConsoleView().
"How do I change the hotkey?" Tools → Jahro Settings → General Settings → Launch Key.
"Does Jahro work on mobile?" Yes — Android and iOS. Triple-tap to open. Supports Standalone (PC/Mac) and Mobile. WebGL, Consoles, and VR are on the roadmap.
"What's the performance impact?"
Minimal. Watcher only reads values when the UI is visible. When disabled via JAHRO_DISABLE or auto-disable, Jahro exits at initialization with near-zero overhead.
"How do I disable Jahro in production?"
Enable "Auto-disable in Release Builds" in Jahro Settings, or add JAHRO_DISABLE to Scripting Define Symbols. See the jahro-production skill for detailed guidance.
"Do I need to change my existing Debug.Log calls?"
No. Jahro intercepts Unity's logging system automatically. Your existing Debug.Log, Debug.LogWarning, and Debug.LogError calls all appear in the Jahro console.
Assembly Configuration
Jahro scans selected assemblies for [JahroCommand] and [JahroWatch] attributes.
Configure in Tools → Jahro Settings → General Settings → Assemblies Selection.
Recommended: select your main game assembly plus Jahro assemblies (for Samples). The system supports up to 31 user assemblies and automatically filters Unity system assemblies.
If commands or watchers aren't appearing, check that the correct assemblies are selected.
Settings Persistence
Settings are saved to Assets/Jahro/Resources/jahro-settings.asset. Include this file in version control so all team members share the same configuration.
Contextual Awareness
When working with Unity code:
- If you see
using JahroConsoleor[JahroCommand]or[JahroWatch]in existing code → Jahro is installed. Offer improvements or suggest additional features (watcher if only commands exist, commands if only watcher exists). - If you see
OnGUI()with debug buttons → suggest migrating to Jahro commands. - If you see
Debug.LoginUpdate()for monitoring values → suggest using[JahroWatch]instead. - If no Jahro references exist → offer setup guidance.
Next Steps
After setup, guide the user to the appropriate specialized skill:
| User wants to... | Suggest |
|---|---|
| Add debug commands to their code | jahro-commands skill |
| Monitor variables in real-time | jahro-watcher skill |
| Share debugging sessions with team | jahro-snapshots skill |
| Prepare for production release | jahro-production skill |
| Diagnose why something isn't working | jahro-troubleshooting skill |
| Migrate from a custom debug system | jahro-migration skill |
For full API details, read references/api-reference.md.
For common code patterns, read references/common-patterns.md.
GitHub 저장소
연관 스킬
evaluating-llms-harness
테스팅이 Claude Skill은 MMLU, GSM8K를 포함한 60개 이상의 표준화된 학술 과제에서 LLM 성능을 벤치마크하기 위해 lm-evaluation-harness를 실행합니다. 개발자들이 모델 품질을 비교하고, 학습 진행 상황을 추적하거나 학술 결과를 보고할 수 있도록 설계되었습니다. 이 도구는 HuggingFace와 vLLM 모델을 포함한 다양한 백엔드를 지원합니다.
cloudflare-cron-triggers
테스팅이 스킬은 cron 표현식을 사용하여 Worker를 스케줄링하기 위한 Cloudflare Cron Triggers 구현에 관한 포괄적인 지식을 제공합니다. 주기적 작업, 유지보수 작업, 자동화된 워크플로우 설정 방법을 다루며, 잘못된 cron 표현식이나 시간대 문제 같은 일반적인 이슈들을 해결하는 방법을 포함합니다. 개발자들은 이를 통해 스케줄된 핸들러 구성, cron 트리거 테스트, Workflows 및 Green Compute와의 연동 작업을 수행할 수 있습니다.
webapp-testing
테스팅이 Claude Skill은 Python 스크립트를 통해 로컬 웹 애플리케이션을 테스트하기 위한 Playwright 기반 툴킷을 제공합니다. 프론트엔드 검증, UI 디버깅, 스크린샷 캡처, 로그 확인 기능을 지원하며 서버 라이프사이클을 관리합니다. 브라우저 자동화 작업에 사용하되 컨텍스트 오염을 방지하기 위해 소스 코드를 읽지 않고 스크립트를 직접 실행하세요.
finishing-a-development-branch
테스팅이 스킬은 테스트 통과를 확인한 후 체계적인 통합 옵션을 제시하여 개발자가 완성된 작업을 마무리하도록 돕습니다. 구현이 완료된 후 머지, PR 생성, 브랜치 정리와 같은 워크플로우를 안내합니다. 코드가 준비되고 테스트가 완료되었을 때 개발 프로세스를 체계적으로 마무리하기 위해 사용하세요.
