applaunchflow
Installation
SKILL.md
iOS Marketing Capture
Overview
Automate reproducible marketing screenshot capture for a SwiftUI or Flutter iOS app across multiple locales, with two parallel output streams:
- Full-screen captures — every marketing-relevant screen, with deterministic seeded data, real status bar / safe-area chrome
- Element captures — isolated renders of specific components (cards, widgets, charts) at any scale, with natural background inside rounded corners and transparency outside
This skill is the capture step. After capture and verification, it also evaluates the resulting screenshots and preselects up to 10 App-Store-ready candidates before optionally handing them off to the AppLaunchFlow MCP for layout generation. This requires the applaunchflow-mcp MCP server to be configured.
Framework Detection
Before starting, determine whether the project is SwiftUI or Flutter:
- Look for
pubspec.yamlin the project root → Flutter - Look for
*.xcodeprojorPackage.swiftwith SwiftUI imports → SwiftUI
If the project is Flutter, skip to the Flutter Path section below. If SwiftUI, continue with the SwiftUI Path immediately following.
Related skills