This is your go-to for controlling scroll views programmatically in WeChat's Skyline renderer. You get three API families: ScrollViewContext for triggering pull-to-refresh and scrolling to positions from the logic thread, DraggableSheetContext for controlling half-sheet panels, and worklet.scrollViewContext for direct scroll manipulation on the UI thread during gestures. The main gotcha is that ScrollViewContext only works when you enable the enhanced attribute on scroll-view, and the worklet version requires you to grab refs through a SharedValue rather than using node(). Good for auto-triggering refresh states, programmatically opening second-level drawers, or syncing scroll position with gesture animations. Requires baseline library 2.14.4 or higher depending on which APIs you need.
npx skills add https://github.com/wechat-miniprogram/skyline-skills --skill skyline-scroll-api