Handles JSON configuration for WeChat's Skyline mini-program renderer. You'll need this when setting up new Skyline projects or migrating from WebView, since the config is mandatory but not obvious. It covers the three-tier setup: app.json for global renderer settings, per-page navigation and scroll config, and project.config.json for tooling. The main value is the forced rules section, which explains why your build fails without navigationStyle custom on every page and shows the rendererOptions you need to match WebView's default display and box model behavior. Solid reference when you're tired of hunting through Chinese docs to figure out why glass-easel won't compile.
npx skills add https://github.com/wechat-miniprogram/skyline-skills --skill skyline-config