addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage the Universal Render Pipeline (URP)
$ npx -y skills add Besty0728/Unity-Skills --skill urp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/urpContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage the Universal Render Pipeline (URP)
name: unity-urp description: Manage the Universal Render Pipeline (URP)
> **Before calling any skill in this module:** if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via `GET /skills/recommend?includeSchema=true`) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
URP-specific asset and renderer feature management for Unity 2022.3+ (URP 14 and Unity 6 / URP 17).
This module is compiled against `com.unity.render-pipelines.universal` (`URP`). When URP is not installed, **every** skill returns a stub `{ error: "Universal Render Pipeline package … is not installed." }` (`RenderPipelineSkillsCommon.NoURP()`). The stub is a diagnostic payload, not a permission denial — it does **not** require grant and is **not** treated as NeverInSemi. Call `project_get_render_pipeline` first when you see this error.
**DO NOT**:
**Runtime-first rules**:
**Validated behavior**:
Inspect the active URP asset and renderer layout.
Modify key URP asset settings like HDR, MSAA, render scale, shadows, and camera textures.
List renderer data assets on the active URP asset.
List renderer features on a specific renderer.
Add a safe built-in renderer feature to a renderer.
Remove a renderer feature from a renderer.
Enable or disable a renderer feature.
---
Exact names, parameters, defaults, and returns are defined by `GET /skills/schema` or `unity_skills.get_skill_schema()`, not by this file.
REST API-based AI-driven Unity Editor Automation Engine Let AI control Unity scenes directly through Skills 🎉 We are now indexed by DeepWiki! Got questions? Check out the AI-generated docs → The current official maintenance baseline is Unity 2022.3+.
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)