unity-cinemachine
Unity Cinemachine skill for virtual cameras, procedural camera control, and cinematic sequences.
npx skills add a5c-ai/babysitter --skill unity-cinemachine --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Unity Cinemachine Skill Procedural camera system using Unity Cinemachine. ## Overview This skill provides capabilities for implementing dynamic camera systems using Cinemachine, including virtual cameras, camera blending, and cinematic sequences. ## Capabilities ### Virtual Cameras - Create virtual cameras for different views - Configure follow and look-at targets - Set up framing transposers - Implement orbital cameras ### Camera Behaviors - Configure noise profiles for shake - Implement dead zones and soft zones - Set up camera collision - Handle screen composition ### Blending and Transitions - Configure blend curves - Set up camera priorities - Implement cutscenes with Timeline - Handle state-driven cameras ### Advanced Features - Create dolly tracks - Implement target groups - Set up clear shots - Configure confiner extensions ## Prerequisites - Unity 2021.3+ - Cinemachine package installed ## Usage Patterns ### Player Follow Camera ```csharp // Configure in editor or via script var vcam = GetComponent<CinemachineVirtualCamera>(); vcam.Follow = playerTransform; vcam.LookAt = playerTransform; // Framing Transposer settings var transposer = vcam.GetCinemachineComponent<Cinemac
- Overview
- Capabilities
- Virtual Cameras
- Camera Behaviors
- Blending and Transitions
- Advanced Features
- Prerequisites
- Usage Patterns
- Player Follow Camera
- Camera Shake
- Best Practices
- References
What does the unity-cinemachine skill do?
Unity Cinemachine skill for virtual cameras, procedural camera control, and cinematic sequences.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill unity-cinemachine --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
