card-tilt-drift
Installation
SKILL.md
card-tilt-drift
Purpose
Apply a baked rotation and continuous lateral drift to a content card so it feels like a physical artifact pinned to a board, not a flat Figma export.
Params
{
"tilt_deg": -6, // baked rotation, fixed for this card
"drift_amplitude_px": 8,
"drift_period_seconds": 6,
"drift_axis": "horizontal", // horizontal | vertical | both
"drift_seed": 17, // for noise
"start_frame_after_pop": 8 // begin drift AFTER card lands
}