dsh-ecc-skills 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +99 -0
  3. package/cordis.patch.yml +5 -0
  4. package/lib/index.js +195 -0
  5. package/package.json +46 -0
  6. package/skills/accessibility/SKILL.md +147 -0
  7. package/skills/agent-architecture-audit/SKILL.md +257 -0
  8. package/skills/agent-eval/SKILL.md +147 -0
  9. package/skills/agent-harness-construction/SKILL.md +74 -0
  10. package/skills/agent-introspection-debugging/SKILL.md +154 -0
  11. package/skills/agent-payment-x402/SKILL.md +225 -0
  12. package/skills/agent-self-evaluation/SKILL.md +182 -0
  13. package/skills/agent-sort/SKILL.md +216 -0
  14. package/skills/agentic-engineering/SKILL.md +64 -0
  15. package/skills/agentic-os/SKILL.md +388 -0
  16. package/skills/ai-first-engineering/SKILL.md +52 -0
  17. package/skills/ai-regression-testing/SKILL.md +386 -0
  18. package/skills/android-clean-architecture/SKILL.md +340 -0
  19. package/skills/angular-developer/SKILL.md +155 -0
  20. package/skills/api-connector-builder/SKILL.md +121 -0
  21. package/skills/api-design/SKILL.md +524 -0
  22. package/skills/architecture-decision-records/SKILL.md +180 -0
  23. package/skills/article-writing/SKILL.md +80 -0
  24. package/skills/automation-audit-ops/SKILL.md +143 -0
  25. package/skills/autonomous-agent-harness/SKILL.md +274 -0
  26. package/skills/autonomous-loops/SKILL.md +611 -0
  27. package/skills/backend-patterns/SKILL.md +562 -0
  28. package/skills/benchmark/SKILL.md +95 -0
  29. package/skills/benchmark-methodology/SKILL.md +191 -0
  30. package/skills/benchmark-optimization-loop/SKILL.md +71 -0
  31. package/skills/blender-motion-state-inspection/SKILL.md +165 -0
  32. package/skills/blueprint/SKILL.md +106 -0
  33. package/skills/brand-discovery/SKILL.md +145 -0
  34. package/skills/brand-voice/SKILL.md +98 -0
  35. package/skills/browser-qa/SKILL.md +105 -0
  36. package/skills/bun-runtime/SKILL.md +85 -0
  37. package/skills/canary-watch/SKILL.md +108 -0
  38. package/skills/carrier-relationship-management/SKILL.md +212 -0
  39. package/skills/cisco-ios-patterns/SKILL.md +164 -0
  40. package/skills/ck/SKILL.md +148 -0
  41. package/skills/claude-devfleet/SKILL.md +112 -0
  42. package/skills/click-path-audit/SKILL.md +245 -0
  43. package/skills/clickhouse-io/SKILL.md +445 -0
  44. package/skills/code-tour/SKILL.md +254 -0
  45. package/skills/codebase-onboarding/SKILL.md +234 -0
  46. package/skills/codehealth-mcp/SKILL.md +167 -0
  47. package/skills/coding-standards/SKILL.md +551 -0
  48. package/skills/competitive-platform-analysis/SKILL.md +214 -0
  49. package/skills/competitive-report-structure/SKILL.md +162 -0
  50. package/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  51. package/skills/config-gc/SKILL.md +120 -0
  52. package/skills/configure-ecc/SKILL.md +206 -0
  53. package/skills/connections-optimizer/SKILL.md +190 -0
  54. package/skills/content-engine/SKILL.md +132 -0
  55. package/skills/content-hash-cache-pattern/SKILL.md +162 -0
  56. package/skills/context-budget/SKILL.md +136 -0
  57. package/skills/continuous-agent-loop/SKILL.md +46 -0
  58. package/skills/contract-first/SKILL.md +287 -0
  59. package/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  60. package/skills/cost-tracking/SKILL.md +97 -0
  61. package/skills/council/SKILL.md +204 -0
  62. package/skills/council-multi-model/SKILL.md +167 -0
  63. package/skills/cpp-coding-standards/SKILL.md +724 -0
  64. package/skills/cpp-testing/SKILL.md +325 -0
  65. package/skills/crosspost/SKILL.md +112 -0
  66. package/skills/csharp-testing/SKILL.md +322 -0
  67. package/skills/customer-billing-ops/SKILL.md +141 -0
  68. package/skills/customs-trade-compliance/SKILL.md +263 -0
  69. package/skills/dart-flutter-patterns/SKILL.md +564 -0
  70. package/skills/dashboard-builder/SKILL.md +109 -0
  71. package/skills/data-scraper-agent/SKILL.md +765 -0
  72. package/skills/data-throughput-accelerator/SKILL.md +74 -0
  73. package/skills/database-migrations/SKILL.md +430 -0
  74. package/skills/deep-research/SKILL.md +160 -0
  75. package/skills/defi-amm-security/SKILL.md +167 -0
  76. package/skills/delivery-gate/SKILL.md +126 -0
  77. package/skills/deployment-patterns/SKILL.md +428 -0
  78. package/skills/design-system/SKILL.md +83 -0
  79. package/skills/dev-team/SKILL.md +203 -0
  80. package/skills/django-celery/SKILL.md +458 -0
  81. package/skills/django-patterns/SKILL.md +735 -0
  82. package/skills/django-security/SKILL.md +644 -0
  83. package/skills/django-tdd/SKILL.md +730 -0
  84. package/skills/django-verification/SKILL.md +470 -0
  85. package/skills/dmux-workflows/SKILL.md +192 -0
  86. package/skills/docker-patterns/SKILL.md +520 -0
  87. package/skills/documentation-lookup/SKILL.md +91 -0
  88. package/skills/dotnet-patterns/SKILL.md +322 -0
  89. package/skills/dynamic-workflow-mode/SKILL.md +124 -0
  90. package/skills/e2e-testing/SKILL.md +327 -0
  91. package/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  92. package/skills/email-ops/SKILL.md +122 -0
  93. package/skills/energy-procurement/SKILL.md +228 -0
  94. package/skills/enterprise-agent-ops/SKILL.md +51 -0
  95. package/skills/error-handling/SKILL.md +377 -0
  96. package/skills/eval-harness/SKILL.md +271 -0
  97. package/skills/evm-token-decimals/SKILL.md +131 -0
  98. package/skills/exa-search/SKILL.md +108 -0
  99. package/skills/fal-ai-media/SKILL.md +289 -0
  100. package/skills/fastapi-patterns/SKILL.md +514 -0
  101. package/skills/finance-billing-ops/SKILL.md +128 -0
  102. package/skills/flox-environments/SKILL.md +497 -0
  103. package/skills/flutter-dart-code-review/SKILL.md +436 -0
  104. package/skills/foundation-models-on-device/SKILL.md +243 -0
  105. package/skills/frontend-a11y/SKILL.md +446 -0
  106. package/skills/frontend-design-direction/SKILL.md +93 -0
  107. package/skills/frontend-patterns/SKILL.md +657 -0
  108. package/skills/fsharp-testing/SKILL.md +281 -0
  109. package/skills/gan-style-harness/SKILL.md +279 -0
  110. package/skills/generating-python-installer/SKILL.md +820 -0
  111. package/skills/git-workflow/SKILL.md +716 -0
  112. package/skills/github-ops/SKILL.md +145 -0
  113. package/skills/golang-patterns/SKILL.md +676 -0
  114. package/skills/golang-testing/SKILL.md +721 -0
  115. package/skills/google-workspace-ops/SKILL.md +96 -0
  116. package/skills/growth-log/SKILL.md +128 -0
  117. package/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  118. package/skills/healthcare-emr-patterns/SKILL.md +160 -0
  119. package/skills/healthcare-eval-harness/SKILL.md +208 -0
  120. package/skills/healthcare-phi-compliance/SKILL.md +146 -0
  121. package/skills/hermes-imports/SKILL.md +89 -0
  122. package/skills/hexagonal-architecture/SKILL.md +277 -0
  123. package/skills/hipaa-compliance/SKILL.md +79 -0
  124. package/skills/homelab-network-readiness/SKILL.md +170 -0
  125. package/skills/homelab-network-setup/SKILL.md +130 -0
  126. package/skills/homelab-pihole-dns/SKILL.md +275 -0
  127. package/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  128. package/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  129. package/skills/hookify-rules/SKILL.md +128 -0
  130. package/skills/inherit-legacy-style/SKILL.md +157 -0
  131. package/skills/intent-driven-development/SKILL.md +360 -0
  132. package/skills/inventory-demand-planning/SKILL.md +247 -0
  133. package/skills/investor-materials/SKILL.md +97 -0
  134. package/skills/investor-outreach/SKILL.md +92 -0
  135. package/skills/ios-icon-gen/SKILL.md +158 -0
  136. package/skills/iterative-retrieval/SKILL.md +212 -0
  137. package/skills/ito-baskets/SKILL.md +263 -0
  138. package/skills/ito-compute/SKILL.md +151 -0
  139. package/skills/ito-inference/SKILL.md +119 -0
  140. package/skills/ito-training/SKILL.md +123 -0
  141. package/skills/java-coding-standards/SKILL.md +384 -0
  142. package/skills/jira-integration/SKILL.md +303 -0
  143. package/skills/jpa-patterns/SKILL.md +152 -0
  144. package/skills/knowledge-ops/SKILL.md +155 -0
  145. package/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  146. package/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  147. package/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  148. package/skills/kotlin-patterns/SKILL.md +712 -0
  149. package/skills/kotlin-testing/SKILL.md +825 -0
  150. package/skills/kubernetes-patterns/SKILL.md +756 -0
  151. package/skills/laravel-patterns/SKILL.md +416 -0
  152. package/skills/laravel-plugin-discovery/SKILL.md +230 -0
  153. package/skills/laravel-security/SKILL.md +948 -0
  154. package/skills/laravel-tdd/SKILL.md +675 -0
  155. package/skills/laravel-verification/SKILL.md +180 -0
  156. package/skills/latency-critical-systems/SKILL.md +75 -0
  157. package/skills/lead-intelligence/SKILL.md +322 -0
  158. package/skills/liquid-glass-design/SKILL.md +279 -0
  159. package/skills/living-docs-governance/SKILL.md +137 -0
  160. package/skills/llm-trading-agent-security/SKILL.md +147 -0
  161. package/skills/logistics-exception-management/SKILL.md +222 -0
  162. package/skills/loop-design-check/SKILL.md +143 -0
  163. package/skills/mailtrap-email-integration/SKILL.md +77 -0
  164. package/skills/make-interfaces-feel-better/SKILL.md +152 -0
  165. package/skills/manim-video/SKILL.md +90 -0
  166. package/skills/market-research/SKILL.md +76 -0
  167. package/skills/marketing-campaign/SKILL.md +114 -0
  168. package/skills/mcp-server-patterns/SKILL.md +70 -0
  169. package/skills/messages-ops/SKILL.md +105 -0
  170. package/skills/ml-adoption-playbook/SKILL.md +57 -0
  171. package/skills/mle-workflow/SKILL.md +348 -0
  172. package/skills/motion-advanced/SKILL.md +597 -0
  173. package/skills/motion-foundations/SKILL.md +300 -0
  174. package/skills/motion-patterns/SKILL.md +435 -0
  175. package/skills/motion-ui/SKILL.md +576 -0
  176. package/skills/mysql-patterns/SKILL.md +413 -0
  177. package/skills/nanoclaw-repl/SKILL.md +34 -0
  178. package/skills/nasiko-control-plane/SKILL.md +49 -0
  179. package/skills/nestjs-patterns/SKILL.md +231 -0
  180. package/skills/netmiko-ssh-automation/SKILL.md +174 -0
  181. package/skills/network-bgp-diagnostics/SKILL.md +168 -0
  182. package/skills/network-config-validation/SKILL.md +211 -0
  183. package/skills/network-interface-health/SKILL.md +153 -0
  184. package/skills/nextjs-turbopack/SKILL.md +58 -0
  185. package/skills/nodejs-keccak256/SKILL.md +103 -0
  186. package/skills/nutrient-document-processing/SKILL.md +168 -0
  187. package/skills/nuxt4-patterns/SKILL.md +101 -0
  188. package/skills/opensource-pipeline/SKILL.md +256 -0
  189. package/skills/orch-add-feature/SKILL.md +45 -0
  190. package/skills/orch-build-mvp/SKILL.md +49 -0
  191. package/skills/orch-change-feature/SKILL.md +43 -0
  192. package/skills/orch-fix-defect/SKILL.md +43 -0
  193. package/skills/orch-pipeline/SKILL.md +121 -0
  194. package/skills/orch-refine-code/SKILL.md +44 -0
  195. package/skills/parallel-execution-optimizer/SKILL.md +74 -0
  196. package/skills/perl-patterns/SKILL.md +505 -0
  197. package/skills/perl-security/SKILL.md +504 -0
  198. package/skills/perl-testing/SKILL.md +476 -0
  199. package/skills/plan-canvas/SKILL.md +196 -0
  200. package/skills/plankton-code-quality/SKILL.md +237 -0
  201. package/skills/postgres-patterns/SKILL.md +148 -0
  202. package/skills/prediction-market-oracle-research/SKILL.md +64 -0
  203. package/skills/prediction-market-risk-review/SKILL.md +61 -0
  204. package/skills/prisma-patterns/SKILL.md +401 -0
  205. package/skills/product-capability/SKILL.md +142 -0
  206. package/skills/product-lens/SKILL.md +93 -0
  207. package/skills/production-audit/SKILL.md +207 -0
  208. package/skills/production-scheduling/SKILL.md +238 -0
  209. package/skills/project-flow-ops/SKILL.md +112 -0
  210. package/skills/prompt-optimizer/SKILL.md +398 -0
  211. package/skills/python-patterns/SKILL.md +751 -0
  212. package/skills/python-testing/SKILL.md +817 -0
  213. package/skills/pytorch-patterns/SKILL.md +397 -0
  214. package/skills/quality-nonconformance/SKILL.md +260 -0
  215. package/skills/quarkus-patterns/SKILL.md +723 -0
  216. package/skills/quarkus-security/SKILL.md +468 -0
  217. package/skills/quarkus-tdd/SKILL.md +812 -0
  218. package/skills/quarkus-verification/SKILL.md +481 -0
  219. package/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  220. package/skills/react-native-patterns/SKILL.md +326 -0
  221. package/skills/react-patterns/SKILL.md +342 -0
  222. package/skills/react-performance/SKILL.md +575 -0
  223. package/skills/react-testing/SKILL.md +424 -0
  224. package/skills/recsys-pipeline-architect/SKILL.md +115 -0
  225. package/skills/recursive-decision-ledger/SKILL.md +81 -0
  226. package/skills/redis-patterns/SKILL.md +404 -0
  227. package/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  228. package/skills/remotion-video-creation/SKILL.md +43 -0
  229. package/skills/repo-scan/SKILL.md +170 -0
  230. package/skills/research-ops/SKILL.md +113 -0
  231. package/skills/returns-reverse-logistics/SKILL.md +240 -0
  232. package/skills/rules-distill/SKILL.md +265 -0
  233. package/skills/rust-patterns/SKILL.md +500 -0
  234. package/skills/rust-testing/SKILL.md +501 -0
  235. package/skills/safety-guard/SKILL.md +76 -0
  236. package/skills/santa-method/SKILL.md +307 -0
  237. package/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  238. package/skills/scientific-db-uspto-database/SKILL.md +178 -0
  239. package/skills/scientific-pkg-gget/SKILL.md +167 -0
  240. package/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  241. package/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  242. package/skills/search-first/SKILL.md +183 -0
  243. package/skills/security-bounty-hunter/SKILL.md +100 -0
  244. package/skills/security-scan/SKILL.md +166 -0
  245. package/skills/seo/SKILL.md +155 -0
  246. package/skills/skill-scout/SKILL.md +141 -0
  247. package/skills/skill-stocktake/SKILL.md +195 -0
  248. package/skills/social-graph-ranker/SKILL.md +155 -0
  249. package/skills/social-publisher/SKILL.md +130 -0
  250. package/skills/springboot-patterns/SKILL.md +315 -0
  251. package/skills/springboot-security/SKILL.md +273 -0
  252. package/skills/springboot-tdd/SKILL.md +159 -0
  253. package/skills/springboot-verification/SKILL.md +232 -0
  254. package/skills/swift-actor-persistence/SKILL.md +144 -0
  255. package/skills/swift-concurrency-6-2/SKILL.md +216 -0
  256. package/skills/swift-protocol-di-testing/SKILL.md +191 -0
  257. package/skills/swiftui-patterns/SKILL.md +259 -0
  258. package/skills/taste/SKILL.md +264 -0
  259. package/skills/tdd-workflow/SKILL.md +583 -0
  260. package/skills/team-agent-orchestration/SKILL.md +111 -0
  261. package/skills/team-builder/SKILL.md +169 -0
  262. package/skills/terminal-opener/SKILL.md +55 -0
  263. package/skills/terminal-ops/SKILL.md +110 -0
  264. package/skills/tinystruct-patterns/SKILL.md +279 -0
  265. package/skills/token-budget-advisor/SKILL.md +134 -0
  266. package/skills/ui-demo/SKILL.md +466 -0
  267. package/skills/ui-to-vue/SKILL.md +135 -0
  268. package/skills/uncloud/SKILL.md +344 -0
  269. package/skills/unified-memory/SKILL.md +170 -0
  270. package/skills/unified-notifications-ops/SKILL.md +188 -0
  271. package/skills/verification-loop/SKILL.md +129 -0
  272. package/skills/video-editing/SKILL.md +311 -0
  273. package/skills/videodb/SKILL.md +375 -0
  274. package/skills/vite-patterns/SKILL.md +450 -0
  275. package/skills/vue-patterns/SKILL.md +471 -0
  276. package/skills/windows-desktop-e2e/SKILL.md +888 -0
  277. package/skills/workspace-surface-audit/SKILL.md +126 -0
  278. package/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,597 @@
1
+ ---
2
+ name: motion-advanced
3
+ description: Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when building drag and drop, gestures, text or SVG animation, or imperative animation sequences in React or Next.js.
4
+ tags: [motion, animation, advanced, gestures, svg]
5
+ category: frontend
6
+ author: jeff
7
+ metadata:
8
+ version: 1.0.0
9
+ ---
10
+
11
+ # Motion Advanced
12
+
13
+ Complex, interactive, and physics-based animation patterns.
14
+ Requires `motion-foundations` to be set up first.
15
+ Use these when `motion-patterns` is not enough.
16
+
17
+ ## When to Activate
18
+
19
+ - Building drag-to-dismiss sheets, swipe gestures, or reorderable lists
20
+ - Animating text word-by-word, character-by-character, or as a live counter
21
+ - Drawing SVG paths, morphing icons, or animating circular progress
22
+ - Writing a custom animation hook (`useScrollReveal`, magnetic button, cursor follower)
23
+ - Sequencing multi-step animations imperatively with `useAnimate`
24
+ - Building spinners, shimmer skeletons, pulse indicators, or loading button states
25
+
26
+ ## Outputs
27
+
28
+ This skill produces:
29
+
30
+ - Drag interactions: draggable cards, drag-to-dismiss sheets, `Reorder.Group` lists
31
+ - Gesture hooks: swipe detection, long press, pinch outline
32
+ - Text animation components: word reveal, character typewriter, number counter
33
+ - SVG animation: path draw-on, icon morph, stroke progress ring
34
+ - Custom hooks: `useScrollReveal`, `useHoverScale`, `useNavigationDirection`, `useInViewOnce`
35
+ - Imperative sequences via `useAnimate` with interrupt-safe `async/await`
36
+ - Loader components: spinner, shimmer, pulse dot, progress bar, button loading state
37
+
38
+ ## Principles
39
+
40
+ - Physics-based motion (`useSpring`, `springs.*`) always feels more natural than duration-based for direct manipulation.
41
+ - `useMotionValue` + `useTransform` computes derived values without triggering re-renders.
42
+ - `useAnimate` sequences are imperative and interrupt-safe — calling `animate()` mid-flight cancels the previous animation automatically.
43
+ - Motion values (`useMotionValue`, `useSpring`) are SSR-safe and do not cause hydration errors.
44
+
45
+ ## Rules
46
+
47
+ 1. **Drag interactions must be tested on touch devices**, not just mouse. `drag` prop works on both but feel and threshold differ.
48
+ 2. **Infinite animations must pause when `document.visibilityState === "hidden"`.** Background tabs must not consume GPU/CPU.
49
+ 3. **Swipe threshold must be explicit.** Never infer intent from velocity alone; combine `offset` + `velocity` checks.
50
+ 4. **`useAnimate` scope ref must be attached to a mounted DOM element.** Calling `animate()` before mount throws silently.
51
+ 5. **Motion values must not be recreated on render.** `useMotionValue(0)` inside a component body is correct; `new MotionValue(0)` in a render is not.
52
+ 6. **All token values are imported from `motion-foundations`.** No inline numbers.
53
+ 7. **Custom hooks must handle cleanup.** Every `window.addEventListener` needs a matching `removeEventListener` in the `useEffect` return.
54
+ 8. **SVG morphing requires equal path command counts.** Paths with different command structures snap instead of interpolating.
55
+
56
+ ## Decision Guidance
57
+
58
+ ### Choosing the right advanced API
59
+
60
+ | Scenario | API |
61
+ | ------------------------------ | -------------------------------- |
62
+ | Drag with physics on release | `drag` + `dragTransition: springs.release` |
63
+ | Ordered drag-to-reorder list | `Reorder.Group` + `Reorder.Item` |
64
+ | Dismiss on drag offset | `drag="y"` + `onDragEnd` offset check |
65
+ | Swipe left/right | `drag="x"` + `onDragEnd` offset check |
66
+ | Long press | `useLongPress` hook |
67
+ | Value smoothed over time | `useSpring` |
68
+ | Value derived from another | `useTransform` |
69
+ | Multi-step sequence | `useAnimate` with `async/await` |
70
+ | One-shot imperative animation | `animate()` from `motion` |
71
+ | Text entering word by word | Stagger on `inline-block` spans |
72
+ | SVG drawing on | `pathLength` 0 → 1 |
73
+ | SVG morph | `d` attribute tween (equal commands) |
74
+ | Circular progress | `strokeDashoffset` tween |
75
+
76
+ ### When to use `useSpring` vs a spring transition
77
+
78
+ | | `useSpring` | `transition: springs.*` |
79
+ | -------------- | ---------------------------------------- | ----------------------- |
80
+ | Use for | Cursor follower, pointer-tracked values | Discrete state changes |
81
+ | Updates | Continuous, on every frame | Triggered by state change |
82
+ | Interrupt | Smooth — physics picks up from velocity | Restarts from current value |
83
+
84
+ ## Core Concepts
85
+
86
+ ### useMotionValue + useTransform
87
+
88
+ Reactive computation without re-renders:
89
+
90
+ ```tsx
91
+ const x = useMotionValue(0)
92
+ const opacity = useTransform(x, [-200, 0, 200], [0, 1, 0])
93
+ // opacity updates every frame as x changes — no setState, no re-render
94
+ ```
95
+
96
+ ### useAnimate
97
+
98
+ Returns `[scope, animate]`. The scope ref must be attached to a DOM element.
99
+ `animate()` calls are interrupt-safe — calling mid-flight cancels the previous run.
100
+
101
+ ```tsx
102
+ const [scope, animate] = useAnimate()
103
+
104
+ async function play() {
105
+ await animate(".step-1", { opacity: 1 }, { duration: 0.3 })
106
+ await animate(".step-2", { x: 0 }, { duration: 0.4 })
107
+ animate(".step-3", { scale: 1 }, { duration: 0.25 }) // fire and forget
108
+ }
109
+
110
+ return <div ref={scope}>...</div>
111
+ ```
112
+
113
+ ## Code Examples
114
+
115
+ ### Draggable card
116
+
117
+ ```tsx
118
+ "use client"
119
+ import { motion } from "motion/react"
120
+ import { springs, motionTokens } from "@/lib/motion-tokens"
121
+
122
+ <motion.div
123
+ drag
124
+ dragConstraints={{ left: -100, right: 100, top: -100, bottom: 100 }}
125
+ dragElastic={0.1}
126
+ whileDrag={{
127
+ scale: motionTokens.scale.pop,
128
+ boxShadow: "0 16px 40px rgba(0,0,0,0.2)",
129
+ }}
130
+ dragTransition={springs.release}
131
+ />
132
+ ```
133
+
134
+ ### Drag-to-dismiss sheet
135
+
136
+ ```tsx
137
+ "use client"
138
+ import { motion, useMotionValue, useTransform } from "motion/react"
139
+
140
+ export function BottomSheet({ onClose }: { onClose: () => void }) {
141
+ const y = useMotionValue(0)
142
+ const opacity = useTransform(y, [0, 200], [1, 0])
143
+
144
+ return (
145
+ <motion.div
146
+ drag="y"
147
+ dragConstraints={{ top: 0 }}
148
+ style={{ y, opacity }}
149
+ onDragEnd={(_, info) => {
150
+ // Rule 3: combine offset + velocity
151
+ if (info.offset.y > 120 || info.velocity.y > 500) onClose()
152
+ }}
153
+ />
154
+ )
155
+ }
156
+ ```
157
+
158
+ ### Reorderable list
159
+
160
+ ```tsx
161
+ "use client"
162
+ import { Reorder } from "motion/react"
163
+
164
+ export function SortableList() {
165
+ const [items, setItems] = useState(initialItems)
166
+ return (
167
+ <Reorder.Group axis="y" values={items} onReorder={setItems}>
168
+ {items.map((item) => (
169
+ <Reorder.Item key={item.id} value={item}>
170
+ {item.label}
171
+ </Reorder.Item>
172
+ ))}
173
+ </Reorder.Group>
174
+ )
175
+ }
176
+ ```
177
+
178
+ ### Swipe detection
179
+
180
+ ```tsx
181
+ "use client"
182
+ import { motion } from "motion/react"
183
+
184
+ const OFFSET_THRESHOLD = 50
185
+ const VELOCITY_THRESHOLD = 300
186
+
187
+ <motion.div
188
+ drag="x"
189
+ dragConstraints={{ left: 0, right: 0 }}
190
+ onDragEnd={(_, info) => {
191
+ const swipedRight = info.offset.x > OFFSET_THRESHOLD || info.velocity.x > VELOCITY_THRESHOLD
192
+ const swipedLeft = info.offset.x < -OFFSET_THRESHOLD || info.velocity.x < -VELOCITY_THRESHOLD
193
+ if (swipedRight) onSwipeRight()
194
+ if (swipedLeft) onSwipeLeft()
195
+ }}
196
+ />
197
+ ```
198
+
199
+ ### Long press hook
200
+
201
+ ```tsx
202
+ import { useRef } from "react"
203
+
204
+ export function useLongPress(callback: () => void, ms = 600) {
205
+ const timerRef = useRef<ReturnType<typeof setTimeout>>()
206
+ return {
207
+ onPointerDown: () => { timerRef.current = setTimeout(callback, ms) },
208
+ onPointerUp: () => clearTimeout(timerRef.current),
209
+ onPointerLeave: () => clearTimeout(timerRef.current),
210
+ }
211
+ }
212
+ ```
213
+
214
+ ### Word-by-word reveal
215
+
216
+ ```tsx
217
+ "use client"
218
+ import { motion } from "motion/react"
219
+ import { springs } from "@/lib/motion-tokens"
220
+
221
+ export function AnimatedText({ text }: { text: string }) {
222
+ return (
223
+ <motion.p
224
+ variants={{ visible: { transition: { staggerChildren: 0.05 } } }}
225
+ initial="hidden"
226
+ animate="visible"
227
+ >
228
+ {text.split(" ").map((word, i) => (
229
+ <motion.span
230
+ key={i}
231
+ className="inline-block mr-1"
232
+ variants={{
233
+ hidden: { opacity: 0, y: 12 },
234
+ visible: { opacity: 1, y: 0, transition: springs.gentle },
235
+ }}
236
+ >
237
+ {word}
238
+ </motion.span>
239
+ ))}
240
+ </motion.p>
241
+ )
242
+ }
243
+ ```
244
+
245
+ ### Number counter
246
+
247
+ ```tsx
248
+ "use client"
249
+ import { useRef, useEffect } from "react"
250
+ import { animate } from "motion"
251
+ import { motionTokens } from "@/lib/motion-tokens"
252
+
253
+ export function Counter({ to }: { to: number }) {
254
+ const nodeRef = useRef<HTMLSpanElement>(null)
255
+
256
+ useEffect(() => {
257
+ const controls = animate(0, to, {
258
+ duration: motionTokens.duration.crawl,
259
+ ease: motionTokens.easing.smooth,
260
+ onUpdate: (v) => {
261
+ if (nodeRef.current) nodeRef.current.textContent = Math.round(v).toString()
262
+ },
263
+ })
264
+ return controls.stop // Rule 7: cleanup
265
+ }, [to])
266
+
267
+ return <span ref={nodeRef} />
268
+ }
269
+ ```
270
+
271
+ ### SVG path draw-on
272
+
273
+ ```tsx
274
+ "use client"
275
+ import { motion } from "motion/react"
276
+ import { motionTokens } from "@/lib/motion-tokens"
277
+
278
+ <motion.path
279
+ d="M 0 100 Q 50 0 100 100"
280
+ initial={{ pathLength: 0, opacity: 0 }}
281
+ animate={{ pathLength: 1, opacity: 1 }}
282
+ transition={{ duration: motionTokens.duration.slow, ease: motionTokens.easing.smooth }}
283
+ />
284
+ ```
285
+
286
+ ### Stroke progress ring
287
+
288
+ ```tsx
289
+ "use client"
290
+ import { motion } from "motion/react"
291
+ import { motionTokens } from "@/lib/motion-tokens"
292
+
293
+ const CIRCUMFERENCE = 2 * Math.PI * 40 // r=40
294
+
295
+ export function ProgressRing({ progress }: { progress: number }) {
296
+ return (
297
+ <svg width="100" height="100" viewBox="0 0 100 100">
298
+ <circle cx="50" cy="50" r="40" fill="none" stroke="#e5e7eb" strokeWidth="8" />
299
+ <motion.circle
300
+ cx="50" cy="50" r="40"
301
+ fill="none" stroke="#6366f1" strokeWidth="8"
302
+ strokeLinecap="round"
303
+ strokeDasharray={CIRCUMFERENCE}
304
+ animate={{ strokeDashoffset: CIRCUMFERENCE - (progress / 100) * CIRCUMFERENCE }}
305
+ transition={{ duration: motionTokens.duration.normal, ease: motionTokens.easing.smooth }}
306
+ style={{ rotate: -90, transformOrigin: "center" }}
307
+ />
308
+ </svg>
309
+ )
310
+ }
311
+ ```
312
+
313
+ ### useScrollReveal hook
314
+
315
+ ```tsx
316
+ "use client"
317
+ import { useRef } from "react"
318
+ import { useScroll, useTransform } from "motion/react"
319
+ import { motionTokens } from "@/lib/motion-tokens"
320
+
321
+ export function useScrollReveal() {
322
+ const ref = useRef(null)
323
+ const { scrollYProgress } = useScroll({ target: ref, offset: ["start end", "end start"] })
324
+ const opacity = useTransform(scrollYProgress, [0, 0.3], [0, 1])
325
+ const y = useTransform(scrollYProgress, [0, 0.3], [motionTokens.distance.lg, 0])
326
+ return { ref, style: { opacity, y } }
327
+ }
328
+
329
+ // Usage
330
+ const { ref, style } = useScrollReveal()
331
+ <motion.section ref={ref} style={style} />
332
+ ```
333
+
334
+ ### Cursor follower
335
+
336
+ ```tsx
337
+ "use client"
338
+ import { useEffect } from "react"
339
+ import { motion, useMotionValue, useSpring } from "motion/react"
340
+ import { springs } from "@/lib/motion-tokens"
341
+
342
+ export function CursorFollower() {
343
+ const x = useMotionValue(-100)
344
+ const y = useMotionValue(-100)
345
+ const sx = useSpring(x, springs.gentle)
346
+ const sy = useSpring(y, springs.gentle)
347
+
348
+ useEffect(() => {
349
+ const move = (e: MouseEvent) => { x.set(e.clientX); y.set(e.clientY) }
350
+ window.addEventListener("mousemove", move)
351
+ return () => window.removeEventListener("mousemove", move) // Rule 7
352
+ }, [])
353
+
354
+ return (
355
+ <motion.div
356
+ className="fixed top-0 left-0 w-6 h-6 rounded-full bg-indigo-500
357
+ pointer-events-none -translate-x-1/2 -translate-y-1/2 z-50"
358
+ style={{ x: sx, y: sy }}
359
+ />
360
+ )
361
+ }
362
+ ```
363
+
364
+ ### Shimmer skeleton
365
+
366
+ ```tsx
367
+ "use client"
368
+ import { useEffect } from "react"
369
+ import { motion, useAnimation } from "motion/react"
370
+ import { motionTokens } from "@/lib/motion-tokens"
371
+
372
+ export function ShimmerSkeleton({ className = "" }: { className?: string }) {
373
+ const controls = useAnimation()
374
+
375
+ useEffect(() => {
376
+ const play = () =>
377
+ controls.start({
378
+ x: ["-100%", "100%"],
379
+ transition: {
380
+ repeat: Infinity,
381
+ duration: motionTokens.duration.crawl,
382
+ ease: motionTokens.easing.linear,
383
+ },
384
+ })
385
+
386
+ const handleVisibility = () => {
387
+ if (document.visibilityState === "hidden") controls.stop()
388
+ else void play()
389
+ }
390
+
391
+ void play()
392
+ document.addEventListener("visibilitychange", handleVisibility)
393
+ return () => {
394
+ controls.stop()
395
+ document.removeEventListener("visibilitychange", handleVisibility)
396
+ }
397
+ }, [controls])
398
+
399
+ return (
400
+ <div className={`relative overflow-hidden bg-gray-200 rounded ${className}`}>
401
+ <motion.div
402
+ className="absolute inset-0 bg-gradient-to-r from-transparent via-white/60 to-transparent"
403
+ initial={{ x: "-100%" }}
404
+ animate={controls}
405
+ />
406
+ </div>
407
+ )
408
+ }
409
+ ```
410
+
411
+ ### Button loading state
412
+
413
+ ```tsx
414
+ "use client"
415
+ import { motion, AnimatePresence } from "motion/react"
416
+ import { motionTokens, springs } from "@/lib/motion-tokens"
417
+
418
+ export function LoadingButton({
419
+ loading,
420
+ label,
421
+ onClick,
422
+ }: {
423
+ loading: boolean
424
+ label: string
425
+ onClick: () => void
426
+ }) {
427
+ return (
428
+ <motion.button
429
+ onClick={onClick}
430
+ animate={{ opacity: loading ? 0.7 : 1 }}
431
+ whileTap={loading ? {} : { scale: motionTokens.scale.press }}
432
+ transition={springs.snappy}
433
+ disabled={loading}
434
+ >
435
+ <AnimatePresence mode="wait">
436
+ {loading ? (
437
+ <motion.span
438
+ key="loading"
439
+ initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }}
440
+ transition={{ duration: motionTokens.duration.fast }}
441
+ >
442
+
443
+ </motion.span>
444
+ ) : (
445
+ <motion.span
446
+ key="label"
447
+ initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }}
448
+ transition={{ duration: motionTokens.duration.fast }}
449
+ >
450
+ {label}
451
+ </motion.span>
452
+ )}
453
+ </AnimatePresence>
454
+ </motion.button>
455
+ )
456
+ }
457
+ ```
458
+
459
+ ### Infinite animation with visibility pause
460
+
461
+ ```tsx
462
+ "use client"
463
+ import { useEffect } from "react"
464
+ import { motion, useAnimation } from "motion/react"
465
+ import { motionTokens } from "@/lib/motion-tokens"
466
+
467
+ export function PulseDot() {
468
+ const controls = useAnimation()
469
+
470
+ useEffect(() => {
471
+ const pulse = () =>
472
+ controls.start({
473
+ scale: [1, 1.4, 1],
474
+ opacity: [1, 0.6, 1],
475
+ transition: { repeat: Infinity, duration: motionTokens.duration.crawl },
476
+ })
477
+
478
+ // Rule 2: pause when tab is hidden
479
+ const handleVisibility = () => {
480
+ if (document.visibilityState === "hidden") controls.stop()
481
+ else void pulse()
482
+ }
483
+
484
+ void pulse()
485
+ document.addEventListener("visibilitychange", handleVisibility)
486
+ // Rule 7: stop controls and remove listeners on unmount.
487
+ return () => {
488
+ controls.stop()
489
+ document.removeEventListener("visibilitychange", handleVisibility)
490
+ }
491
+ }, [controls])
492
+
493
+ return <motion.span className="w-2 h-2 rounded-full bg-green-400" animate={controls} />
494
+ }
495
+ ```
496
+
497
+ ## End-to-End Example
498
+
499
+ Drag-to-dismiss sheet with shimmer content, loading state, and reduced motion
500
+ support — combining `useMotionValue`, `useTransform`, `useSafeMotion`,
501
+ `AnimatePresence`, and tokens from `motion-foundations`:
502
+
503
+ ```tsx
504
+ "use client"
505
+ import { useState } from "react"
506
+ import { motion, AnimatePresence, useMotionValue, useTransform } from "motion/react"
507
+ import { springs, motionTokens } from "@/lib/motion-tokens"
508
+ import { useSafeMotion } from "@/hooks/use-reduced-motion"
509
+ import { ShimmerSkeleton } from "./shimmer-skeleton"
510
+
511
+ export function DismissibleSheet({
512
+ isOpen,
513
+ onClose,
514
+ loading,
515
+ children,
516
+ }: {
517
+ isOpen: boolean
518
+ onClose: () => void
519
+ loading: boolean
520
+ children: React.ReactNode
521
+ }) {
522
+ const safe = useSafeMotion(motionTokens.distance.xl)
523
+ const y = useMotionValue(0)
524
+ const opacity = useTransform(y, [0, 200], [1, 0])
525
+
526
+ return (
527
+ <AnimatePresence>
528
+ {isOpen && (
529
+ <>
530
+ {/* Backdrop */}
531
+ <motion.div
532
+ key="backdrop"
533
+ className="fixed inset-0 bg-black/40"
534
+ initial={{ opacity: 0 }}
535
+ animate={{ opacity: 1 }}
536
+ exit={{ opacity: 0 }}
537
+ onClick={onClose}
538
+ />
539
+
540
+ {/* Sheet — drag-to-dismiss */}
541
+ <motion.div
542
+ key="sheet"
543
+ className="fixed bottom-0 inset-x-0 rounded-t-2xl bg-white p-6"
544
+ drag="y"
545
+ dragConstraints={{ top: 0 }}
546
+ style={{ y, opacity }}
547
+ onDragEnd={(_, info) => {
548
+ if (info.offset.y > 120 || info.velocity.y > 500) onClose()
549
+ }}
550
+ initial={safe.initial}
551
+ animate={safe.animate}
552
+ exit={safe.exit}
553
+ transition={springs.gentle}
554
+ >
555
+ {loading ? (
556
+ <div className="space-y-3">
557
+ <ShimmerSkeleton className="h-4 w-3/4" />
558
+ <ShimmerSkeleton className="h-4 w-1/2" />
559
+ <ShimmerSkeleton className="h-20 w-full" />
560
+ </div>
561
+ ) : children}
562
+ </motion.div>
563
+ </>
564
+ )}
565
+ </AnimatePresence>
566
+ )
567
+ }
568
+ ```
569
+
570
+ ## Constraints / Non-Goals
571
+
572
+ This skill does **not** cover:
573
+
574
+ - Token and spring definitions → see `motion-foundations`
575
+ - Standard UI patterns (button, modal, stagger, page transitions) → see `motion-patterns`
576
+ - CSS-only animations or Tailwind `animate-*` without `motion/react`
577
+ - Canvas or WebGL-based animation (Three.js, Pixi, etc.)
578
+ - Full drag-and-drop systems with external state managers (dnd-kit, react-beautiful-dnd)
579
+ - Game-loop or frame-by-frame animation
580
+
581
+ ## Anti-Patterns
582
+
583
+ | Anti-pattern | Rule violated | Fix |
584
+ | ---------------------------------------------- | ------- | ------------------------------------------------ |
585
+ | `drag` tested only on desktop | Rule 1 | Test on touch emulator and real device |
586
+ | `animate={{ repeat: Infinity }}` with no pause | Rule 2 | Add `visibilitychange` listener |
587
+ | `onDragEnd` checking only offset, not velocity | Rule 3 | Check both `info.offset` and `info.velocity` |
588
+ | `animate(scope, ...)` before `useEffect` | Rule 4 | Call `animate()` only after mount |
589
+ | `const x = new MotionValue(0)` in render | Rule 5 | Use `const x = useMotionValue(0)` |
590
+ | `transition={{ duration: 1.2 }}` inline | Rule 6 | Use `motionTokens.duration.crawl` |
591
+ | `useEffect` without cleanup | Rule 7 | Return `removeEventListener` / `controls.stop` |
592
+ | SVG morph between paths with different commands | Rule 8 | Normalize path commands before animating |
593
+
594
+ ## Related Skills
595
+
596
+ - **`motion-foundations`** — defines all tokens, springs, `useSafeMotion`, and SSR guards imported here. Must be set up before using this skill.
597
+ - **`motion-patterns`** — handles standard UI patterns (button, modal, stagger, page transitions, scroll reveals). Use it before reaching for the advanced patterns here.