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 -y skills add wechat-miniprogram/skyline-skills --skill skyline-scroll-api --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills