addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Configure modern SRP post-processing on URP/HDRP
$ npx -y skills add Besty0728/Unity-Skills --skill postprocess --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/postprocessContext preview
The summary Claude sees to decide when to auto-load this skill.
Configure modern SRP post-processing on URP/HDRP
name: unity-postprocess description: Configure modern SRP post-processing on URP/HDRP
> **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.
Modern URP / HDRP post-processing skills built on top of the SRP Volume framework. For Volume container / profile CRUD (`volume_profile_create`, `volume_create`, etc.), use the `volume` module.
This module is compiled against `com.unity.render-pipelines.core` (`SRP_CORE`). When neither URP nor HDRP is installed (no SRP Core), **every** skill returns a stub `{ error: "Scriptable Render Pipeline Core package … is not installed." }` (`RenderPipelineSkillsCommon.NoSRP()`). The stub is a diagnostic payload, not a permission denial — it does **not** require grant and is **not** treated as NeverInSemi.
**DO NOT**:
**Runtime-first rules**:
List modern SRP post-processing effects supported by the active pipeline.
Add a post-processing effect override to a VolumeProfile.
Remove a post-processing effect override from a VolumeProfile.
Inspect a post-processing effect override.
Set one parameter on a post-processing effect override.
Configure Bloom.
Configure Depth Of Field.
Configure Tonemapping.
Configure Vignette.
Configure Color Adjustments.
---
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)