feat: add verify_setup docs, sync i18n translations#3
Merged
Ryan-focus merged 3 commits intomainfrom Apr 14, 2026
Merged
Conversation
Exclude Claude Code worktree and temporary directories from version control. https://claude.ai/code/session_01QBygHomzJURt4r4RQt6Ynp
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\n\n- Add verify_setup documentation to SKILL.md — Documents the
verify_setup.shandverify_setup.ps1prerequisite-checking scripts in the Quick Setup section, including what they check (Claude Code, Git, Python >= 3.11, uvx, Unity relay binary, MCP servers) and when to use them\n- Sync all i18n translations — Updates 8 files across 4 languages (ko, ja, zh-TW, zh-CN) to match the current English content. SKILL.md and README.md translations were outdated (still reflecting the old setup-guide-only version) and now include auto-setup scripts, operations guide, rapid prototyping workflows, and verify_setup documentation\n- Add .gitignore entry — Exclude.claude/directory from version control\n\n## Changes\n\n| File | Change |\n|------|--------|\n|SKILL.md| Added "Verify Prerequisites" subsection in Quick Setup |\n|i18n/{ko,ja,zh-TW,zh-CN}/SKILL.md| Full rewrite to match current English version |\n|i18n/{ko,ja,zh-TW,zh-CN}/README.md| Updated to match current English README |\n|.gitignore| Added.claude/entry |\n\n## Test plan\n\n- [ ] Verify SKILL.md verify_setup section renders correctly\n- [ ] Spot-check i18n translations for accuracy (especially zh-TW and ja)\n- [ ] Confirm no broken markdown formatting in translated files\n- [ ] Verify CI passes (markdown lint, link check)\n\nhttps://claude.ai/code/session_01QBygHomzJURt4r4RQt6Ynp