Skip to content

Add new-unity-project skill#24

Draft
ewhittom wants to merge 2 commits into
Unity-Technologies:mainfrom
ewhittom:feat/new-unity-project
Draft

Add new-unity-project skill#24
ewhittom wants to merge 2 commits into
Unity-Technologies:mainfrom
ewhittom:feat/new-unity-project

Conversation

@ewhittom

@ewhittom ewhittom commented Jul 7, 2026

Copy link
Copy Markdown

Orchestration skill that takes a user from idea to a running, version-controlled Unity project: gather concept, target platforms and monetization, install the CLI and Editor, create the project and source control, install packages via the C# PackageManager Client API, scaffold a game skeleton, save, and commit.

Also refreshes the README skills table (was missing three existing skills).

Orchestration skill that takes a user from idea to a running,
version-controlled Unity project: gather concept, target platforms and
monetization, install the CLI and Editor, create the project and source
control, install packages via the C# PackageManager Client API, scaffold
a game skeleton, save, and commit.

Also refreshes the README skills table (was missing three existing skills).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ewhittom ewhittom force-pushed the feat/new-unity-project branch from b8b5c7c to d4217fe Compare July 7, 2026 19:43
Add Client.SearchAll()/Client.Search() (PackageSearch bootstrap method)
for in-Editor discovery, plus a curl https://packages.unity.com/<id>
metadata query for the terminal. Note the npm free-text search endpoint
(-/v1/search) is unavailable on Unity's registry.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant