addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Inspect PrimeTween Free and generate runtime tween scripts
$ npx -y skills add Besty0728/Unity-Skills --skill primetween --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/primetweenContext preview
The summary Claude sees to decide when to auto-load this skill.
Inspect PrimeTween Free and generate runtime tween scripts
name: unity-primetween description: Inspect PrimeTween Free and generate runtime tween scripts
> **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.
PrimeTween Free support is intentionally tailored to its API rather than mirroring DOTween: it discovers static factories, reads process-wide configuration, and generates runtime scripts that own and stop their `Tween` or `Sequence` handles. It does not configure a DOTween-style settings asset or create PrimeTween Pro components.
Report whether PrimeTween is installed, its package version, assembly, and visible core types.
**Parameters:** None.
Read the current global runtime values exposed by `PrimeTweenConfig`.
**Parameters:** None.
List public static methods from one PrimeTween API type.
**Parameters:** `typeName="Tween"` (Tween, Sequence, Shake, or PrimeTweenConfig), `methodPrefix?`, `limit=100`.
Create a Transform-focused PrimeTween MonoBehaviour that owns its `Tween` and stops it on disable.
**Parameters:** `className`, `folder="Assets/Scripts/PrimeTween"`, `namespaceName?`, `tweenKind="LocalPosition"`, `duration=1`, `ease="OutQuad"`, `cycles=1`, `cycleMode="Restart"`, `autoPlay=true`.
Create a PrimeTween MonoBehaviour that uses `Sequence.Chain` and `Sequence.Group` with supported Transform tween factories.
**Parameters:** `className`, `folder="Assets/Scripts/PrimeTween"`, `namespaceName?`, `tweenKind="Scale"`, `duration=0.2`, `ease="OutBack"`, `cycles=1`, `sequenceCycleMode="Restart"`, `autoPlay=true`, `stepsJson?`.
`stepsJson` is a JSON array of `{ "op": "Chain|Group", "tweenKind": "Scale", "duration": 0.2 }`.
Exact names, parameters, defaults, and return values 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)