jahro-console

8 mods across 1 repository, 16 stars between them.

jahro-commands

01

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Analyzes C# classes and generates [JahroCommand] attributes with correct syntax, RegisterObject patterns, and group organization. Use when the user wants to add runtime commands, cheats, or debug actions to Unity classes, or mentions JahroCommand, console commands, runtime cheats, or debug actions.

16 5mo ago A 66 tokens original MIT

jahro-logging

02

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Reviews and improves Debug.Log usage in Unity C# projects following structured logging principles: context tags, severity contracts, boundary-based placement, and criticality tiers. Detects common antipatterns (naked Debug.Log, logging in Update, stringly-typed errors), adds missing logs at system/state/error/external…

16 5mo ago A 111 tokens original MIT

jahro-migration

03

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Analyzes existing debug systems (IMGUI menus, custom loggers, cheat frameworks, performance HUDs) and generates incremental migration plans to Jahro equivalents. Use when the user wants to replace a custom debug UI, migrate from an existing console or cheat system, switch to Jahro, or has OnGUI debug code they want to…

16 5mo ago A 74 tokens original MIT

jahro-production

04

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Configures Jahro lifecycle controls for safe production deployment including JAHRODISABLE, auto-disable, and build validation. Use when the user mentions production builds, release builds, disabling Jahro, shipping, CI/CD, lifecycle controls, or production safety.

16 5mo ago A 54 tokens original MIT

jahro-setup

05

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Detects Jahro in Unity projects and guides installation, API key configuration, and feature overview. Use when the user mentions Jahro setup, installation, getting started, debug console, or asks what Jahro can do. Also triggers when no Jahro references are found in a Unity project and the user asks about debugging.

16 5mo ago A 69 tokens original MIT

jahro-snapshots

06

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Guides snapshot mode selection, capture workflows, QA sharing, and team setup for Jahro Snapshots. Use when the user mentions snapshots, bug capture, sharing logs, streaming, recording, QA workflow, team collaboration, or wants to share debugging sessions with their team.

16 5mo ago A 60 tokens original MIT

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Diagnoses common Jahro issues using decision trees: commands not appearing, watcher not updating, console not opening, snapshots failing, launch button missing. Use when the user reports something not working, missing, broken, or unexpected with Jahro, or when generated Jahro code doesn't behave as expected.

16 5mo ago A 65 tokens original MIT

jahro-watcher

08

jahro-console/unity-agent-skills

Skill Claude CodeCodex

Analyzes C# fields and properties and generates [JahroWatch] attributes with groups and performance-safe patterns. Use when the user wants to monitor variables at runtime, add watchers, track game state, replace Debug.Log polling, or mentions JahroWatch, real-time inspection, or variable monitoring.

16 5mo ago A 65 tokens original MIT