Unnamed Skill
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.
$ インストール
git clone https://github.com/hatayama/uLoopMCP /tmp/uLoopMCP && cp -r /tmp/uLoopMCP/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-project-info ~/.claude/skills/uLoopMCP// tip: Run this command in your terminal to install the skill
SKILL.md
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
Repository

hatayama
Author
hatayama/uLoopMCP/Packages/src/Cli~/src/skills/skill-definitions/cli-only/uloop-get-project-info
105
Stars
8
Forks
Updated5d ago
Added6d ago