What problem does it solve?
This skill addresses the complexity of configuring the Skyline rendering engine in WeChat Mini Programs, preventing common compilation errors and ensuring consistent performance across different rendering modes.
Core Features & Use Cases
- Configuration Validation: Ensures app.json and page-level JSON files meet the strict requirements for Skyline, such as mandatory componentFramework and navigationStyle settings.
- Migration Support: Provides best-practice patterns for migrating from WebView to Skyline, including rendererOptions for style compatibility.
- Use Case: When migrating a legacy WebView project to Skyline, use this skill to verify that all pages have the required custom navigation style and that rendererOptions are set to align with WebView behavior.
Quick Start
Apply the skyline-config skill to validate my current app.json and page configuration files for Skyline compatibility.