feat: add the setup-multiplayer-services skill - #46
Merged
Conversation
arthur-joly
previously approved these changes
Aug 12, 2026
chris-addison
previously approved these changes
Aug 13, 2026
…yer-services-skill # Conflicts: # README.md
ziyiunity
dismissed stale reviews from chris-addison and arthur-joly
via
August 13, 2026 16:32
9ecdc0b
chris-addison
approved these changes
Aug 13, 2026
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.
Fourth batch of the Unity skill migration:
setup-multiplayer-services. One skill, 7 files.Covers choosing a multiplayer topology, then sessions, lobbies, matchmaking, and discovery through the Unity Multiplayer Services APIs.
What was adapted
Only the
name:key was added. Every file is otherwise byte-identical to the version these skills ship with in Unity's agent plugin — descriptions untouched, bodies untouched.name:is this repo's convention and matches the folder in each case.Checked before pushing: no
author:in any frontmatter, every relativereferences/andresources/path resolves to a real file, all descriptions are within the 1,536-character listing cap, and no skill references another as a slash command (they name each other instead, so the references work on hosts that don't expose skills as commands).