$npx -y skills add MustBeSimo/cinematic-scroll-skill --skill cinematic-scrollBuild cinematic, scroll-driven websites — pinned chapter reveals, multi-depth parallax, 3D tilt, and environment-morphing backgrounds, from a single self-contained HTML section to a full Next.js release site. The motion grammar is the constant; the aesthetic is always the user's.
| 1 | # cinematic-scroll (pointer) |
| 2 | |
| 3 | The `cinematic-scroll` skill gives an agent the taste to build cinematic, |
| 4 | scroll-driven websites: pinned chapters, hero/multi-depth parallax, scroll-linked |
| 5 | 3D tilt and camera moves, and environment-morphing backgrounds — from a single |
| 6 | self-contained `.html` section (Mode A) to a full Next.js release site with |
| 7 | optional AI-generated visuals (Mode B). Reach for it whenever the user asks for a |
| 8 | scroll-driven or cinematic site, pinned/sticky sections, parallax, a product |
| 9 | story page, an editorial microsite, or a release/launch/drop page. |
| 10 | |
| 11 | **Canonical instructions: [`../../../SKILL.md`](../../../SKILL.md)** — the single |
| 12 | source of truth. Read it in full before building. This file is only a pointer; do |
| 13 | not duplicate SKILL.md content. |
| 14 | |
| 15 | The design contract (resolve every value through a token, never a literal): |
| 16 | [`../../../design.md`](../../../design.md) + [`../../../tokens/`](../../../tokens/); |
| 17 | 11 visual systems as machine themes in [`../../../themes/`](../../../themes/). |
| 18 | |
| 19 | Deep references (`../../../references/`): |
| 20 | |
| 21 | - [`scroll-patterns.md`](../../../references/scroll-patterns.md) — 12 proven scroll patterns |
| 22 | - [`film-archetypes.md`](../../../references/film-archetypes.md) — 11 visual systems / film archetypes |
| 23 | - [`component-grammar.md`](../../../references/component-grammar.md) — named, token-driven components (Mode A + Mode B) |
| 24 | - [`design-tokens.md`](../../../references/design-tokens.md) — the DTCG token reference |
| 25 | - [`performance-budget.md`](../../../references/performance-budget.md) — transform/opacity budget + pre-launch checklist |
| 26 | - [`mobile-motion.md`](../../../references/mobile-motion.md) — mobile motion + reduced-motion degradation |
| 27 | |
| 28 | Taste rules: [`../../../taste-guardrails.md`](../../../taste-guardrails.md). |
| 29 | Trigger prompts: [`../../../examples/PROMPTS.md`](../../../examples/PROMPTS.md). |