appstore-launch

Generate App Store text assets, icons, screenshots, and video scripts for Apple platform apps.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/fredzannarbor/agentic-social-feed --skill appstore-launch-fredzannarbor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appstore-launch
Source: https://github.com/fredzannarbor/agentic-social-feed/tree/main/plugins/appstore-launch/skills/appstore-launch
Command: npx skills add https://github.com/fredzannarbor/agentic-social-feed --skill appstore-launch-fredzannarbor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing an App Store launch requires producing dozens of assets—descriptions, keywords, icons at many resolutions, screenshots per device size, and promotional copy—which is tedious and error-prone to create manually. ## Core Features & Use Cases - Project Analysis: Reads an Xcode project's Swift sources and settings to extract the app name, version, features, and target audiences into a reusable JSON config. - Text Asset Generation: Produces ASO-optimized descriptions, subtitles, keywords analysis, screenshot guides, video storyboards, social media posts, and a localization template. - Image Asset Generation: Creates app icons from 16x16 to 1024x1024, marketing screenshots per device resolution, and social media banners for Twitter, Facebook, LinkedIn, and Instagram. - Use Case: Point the skill at your Xcode project before submission day and receive a complete appstore_assets/ and appstore_images/ output set ready for App Store Connect. ## Quick Start Run /appstore-launch with the path to your Xcode project to generate the full set of App Store text and image assets.

Frequently Asked Questions about appstore-launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate App Store screenshots and descriptions for my iOS app?

Run /appstore-launch with your Xcode project path. It analyzes your Swift code and settings, then generates screenshot guides, marketing screenshots per device size, ASO-optimized descriptions, and keywords in appstore_assets/ and appstore_images/.

What App Store assets does this skill generate?

It produces text assets (description, subtitle, promotional text, keywords analysis, video storyboard, social posts, localization template, launch checklist) and image assets (icons from 16x16 to 1024x1024, device screenshots, and social media banners).

Can I use a config file instead of an Xcode project?

Yes. Pass a JSON config file following the documented schema with fields like name, version, features, target_audiences, and keywords. The skill uses it directly to generate all assets without analyzing source code.

Does it support macOS and iPadOS apps, not just iPhone?

Yes. It supports macOS (MacBook Pro 16-inch and 14-inch, iMac), iOS (iPhone 6.7, 6.5, and 5.5 inch), and iPadOS (iPad Pro 12.9 and 11 inch) screenshot resolutions.

Can I generate only images or only text assets?

Yes. Use the --images-only flag to generate just icons, screenshots, and banners, or --text-only to generate only descriptions, keywords, storyboards, and other written content.