Add comprehensive MCP setup, operations guide, and auto-setup scripts#2
Merged
Ryan-focus merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
…istant Transform the skill from a passive installation manual into an active development assistant with three major improvements: 1. One-click auto-setup scripts (auto_setup.sh / auto_setup.ps1) that auto-detect and configure MCP connections for both Unity Official and Coplay paths 2. Unity operations playbook (unity_operations.md) with MCP tool reference, C# code templates, and step-by-step workflows for scene management, GameObject operations, script development, materials, asset management, debugging, and build operations 3. Rewritten SKILL.md integrating setup automation, auto-diagnosis, direct Unity operations guide, and rapid prototype workflows (3D games, 2D platformers, FPS, UI menus) https://claude.ai/code/session_01GKpTXt4npDjviK7mRzJY5A
- Fix 51 markdownlint errors: add language tags to fenced code blocks, add blank lines around lists and fences (MD031, MD032, MD040) - Add input validation in auto_setup.sh: validate --timeout as numeric, --coplay-version as alphanumeric, check --path has a value before shift - Use pip install --user for uv installation in both auto_setup.sh and auto_setup.ps1 to avoid requiring system-level permissions - Add .gitignore for OS files, IDE configs, env/secrets, and build artifacts - Add i18n sync note to README.md contributing section https://claude.ai/code/session_01GKpTXt4npDjviK7mRzJY5A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR transforms the Unity + Claude Code skill from a setup-only guide into a complete AI development assistant. It adds one-click MCP configuration scripts, a detailed operations reference with code templates, auto-diagnosis capabilities, and rapid prototyping workflows.
Key Changes
New auto-setup scripts (
auto_setup.shandauto_setup.ps1):--forceflag to reset existing configurationsNew
unity_operations.md:Expanded
SKILL.md:unity_operations.mdfor detailed referenceUpdated
README.md:Notable Implementation Details
--timeoutflag (default 720000ms)unity_operations.mdmaps operations to specific tool names for both MCP implementationshttps://claude.ai/code/session_01GKpTXt4npDjviK7mRzJY5A