hatayama

skill-definitions

@hatayama/skill-definitions
hatayama
113
10 forks
Updated 1/18/2026
View on GitHub

uloop-get-project-info: Get Unity project information via uloop CLI. Use when you need to: (1) Check Unity Editor version, (2) Get project settings and platform info, (3) Retrieve project metadata for diagnostics.

Installation

$skills install @hatayama/skill-definitions
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

PathPackages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-project-info/SKILL.md
Branchmain
Scoped Name@hatayama/skill-definitions

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: uloop-get-project-info description: Get Unity project information via uloop CLI. Use when you need to: (1) Check Unity Editor version, (2) Get project settings and platform info, (3) Retrieve project metadata for diagnostics. internal: true

uloop get-project-info

Get detailed Unity project information.

Usage

uloop get-project-info

Parameters

None.

Examples

# Get project info
uloop get-project-info

Output

Returns JSON with project information:

  • Unity version
  • Project name
  • Platform settings
  • Build target
  • Other project metadata