This covers the Skyline rendering engine's component system for WeChat mini programs, specifically the enhanced versions of scroll views, swipers, and form controls. You'll want this when building complex scrolling interactions like nested tab lists, pull-to-refresh with custom animations, or draggable bottom sheets. The scroll-view type attribute is mandatory in Skyline, which is a sharp edge if you're porting WebView code. The documentation is thorough on worklet callbacks for zero-latency scroll handlers and shared element transitions between pages. The nested scroll mode with header/body components solves the classic tab-plus-list coordination problem cleanly. If you're doing anything beyond basic static layouts in Skyline, you'll reference the component compatibility table constantly.
npx skills add https://github.com/wechat-miniprogram/skyline-skills --skill skyline-components