Handles splash screen configuration for Capacitor apps on iOS and Android, from asset generation to programmatic control. You'll want this when you need to generate properly sized splash images for every device density, configure the native splash APIs for both platforms, or implement custom animated splash screens with Lottie. The source covers the full workflow including the Capacitor Assets CLI for generating all required image sizes, storyboard XML for iOS, and the newer Android 12+ splash screen API. Most useful part is the programmatic control pattern that lets you keep the splash visible while loading critical data, then fade it out smoothly once your app is actually ready.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-splash-screen