Skip to content

feat: add the rendering and shader skills - #47

Merged
ziyiunity merged 1 commit into
mainfrom
feat/migrate-rendering-shader-skills
Aug 13, 2026
Merged

feat: add the rendering and shader skills#47
ziyiunity merged 1 commit into
mainfrom
feat/migrate-rendering-shader-skills

Conversation

@ziyiunity

@ziyiunity ziyiunity commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Fifth batch of the Unity skill migration, grouped by domain: rendering and shaders. Two skills.

Skill What it covers
validate-urp-render-graph-renderer-feature Reviews a Unity 6+ URP ScriptableRendererFeature built on Render Graph — resource wiring, material binding, execution structure, descriptor usage, global resource exposure
shader-graph-create-custom-node Generates custom Shader Graph nodes from HLSL, including making existing HLSL work as a reflected function node

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 relative references/ and resources/ 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).

@ziyiunity
ziyiunity requested a review from a team as a code owner August 11, 2026 22:51

@april-roszkowski april-roszkowski left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shader Graph skill LGTM. Please add another reviewer for the other skill in this PR, though.

@ziyiunity
ziyiunity requested a review from axoloto August 11, 2026 23:44

@axoloto axoloto left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, already did the review when it landed in the previous repo.

@rolandk-unity rolandk-unity left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Render Graph skill is still accurate and up to date

@ziyiunity
ziyiunity merged commit a2b738d into main Aug 13, 2026
3 checks passed
@ziyiunity
ziyiunity deleted the feat/migrate-rendering-shader-skills branch August 13, 2026 16:20
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.

5 participants