mustafa-sahin-tr

Unity Build Android — Testing skill for Claude Code

Testing community

Builds an Android APK/AAB via MCP for local device testing or Play Store upload.

How to install Unity Build Android

Installs to ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-build-android.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mustafa-sahin-tr/everything-claude-unity/HEAD/.claude/commands/unity-build-android.md -o ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-build-android.md

Restart Claude Code, or start a new session, for it to be picked up.

What Unity Build Android does


name: unity-build-android description: "Builds an Android APK/AAB via MCP for local device testing or Play Store upload." user-invocable: true

/unity-build-android — Build for Android

Fixed-platform shortcut for `/unity-build Android`. Builds an installable Android package.

Workflow

Use the `unity-build-runner` agent to:

Step 1: Pre-Build Checks

  1. Check console via read_console — abort if compilation errors exist.
  2. Check project info via project_info resourc

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Marketing Skills Versions — Current versions of all skills 13.8k ★
  • Ext Apps — Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP serve 1.9k ★

Full documentation available on GitHub

View Source Repository