phrazzld/claude-config
Overview
This skill generates App Store and Play Store screenshots with realistic device frames using fastlane. It automates snapshot capture across simulators and emulators, applies device frames, and organizes outputs by platform, locale, and device. The workflow is CLI-first and CI-friendly, requiring only open-source tools and local SDKs.
How this skill works
You provide target app paths, platforms, devices, and locales. The skill configures a Snapfile, runs fastlane snapshot to capture screens on configured simulators/emulators, then runs fastlane frameit to apply device frames and output polished assets. Resulting screenshots are organized into platform/locale/device folders ready for store submission or localization pipelines.
When to use it
- Preparing screenshots for App Store or Google Play submissions
- Updating marketing assets after UI changes
- Localizing screenshots for multiple languages and regions
- Automating screenshot generation in CI/CD pipelines
- Creating device-framed promo images for store listings
Best practices
- Install fastlane via gem and ensure Xcode or Android SDK is configured on the build agent
- Set up a Snapfile with routes, devices, and locales before running snapshot
- Run snapshot on clean simulator/emulator instances to avoid flakiness
- Keep localization strings and test routes version-controlled for repeatability
- Validate final images against store size and metadata requirements before upload
Example use cases
- /app-screenshots apps/mobile for ios in english and spanish — capture iOS screenshots localized to two languages
- /app-screenshots . for iphone 15 pro only — generate screenshots for a single device during local QA
- CI job that generates screenshots for multiple device families and pushes assets to a release branch
- Bulk regenerate screenshots after a UI redesign and reapply device frames automatically
FAQ
No. This workflow uses fastlane (free) and local SDKs, avoiding paid screenshot SaaS.
What are the prerequisites?
Install fastlane (gem install fastlane) and have Xcode for iOS or the Android SDK for Android available on the machine.
4 skills
This skill helps you generate App Store and Play Store screenshots with device frames using fastlane in CI, localizing assets and organizing outputs.
This skill guides browser extension development with Manifest V3, minimal permissions, and cross-browser strategies to simplify secure, interoperable
This skill generates a visual design catalogue with multiple proposals to explore directions before implementing.
This skill audits, fixes, and verifies Stripe integration end-to-end, ensuring checkout flows work and subscriptions stay in sync on every run.