This handles the full lifecycle of splash screens in Capacitor apps, from generating the right asset sizes for iOS and Android to programmatic control over show/hide timing. You get configuration examples for both platforms, including the newer Android 12+ splash API and iOS storyboards, plus dark mode support and even Lottie animation integration if you want something fancier. The asset generation guide is solid with specific pixel dimensions for every device density. Most useful when you're past the basic setup and need to handle edge cases like preventing that white flash between native splash and app content, or when you want to keep the splash visible while loading critical data. The troubleshooting table covers the common gotchas.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-splash-screen