What problem does it solve?
Android app teams spend significant time assembling Play Store assets and metadata. This skill streamlines that process by generating a complete store listing package from inputs.
Core Features & Use Cases
- Feature graphic generation: Create a 1024 x 500 pixel feature graphic using app name, tagline, and primary color.
- Metadata templates: Produce title, short_description, and full_description files under fastlane/metadata/android/en-US.
- Guided workflow: Output includes docs/STORE_LISTING_GUIDE.md with full instructions; supports locale expansion via additional folders.
- Use Case: For a new app release, rebranding, or localization updates, generate consistent Play Store content in one pass.
Quick Start
Provide the required inputs (app_name, tagline, primary_color optional, description optional) and run the skill to generate assets. Then review generated files at fastlane/metadata/android/en-US and docs/STORE_LISTING_GUIDE.md. Validate the feature graphic meets the 1024x500 requirement and the character limits per metadata files.