generators-social-export

Generate a social export pipeline for iOS and macOS apps with platform-specific formatting.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill generators-social-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generators-social-export
Source: https://github.com/AutisticAF/claude-code-apple-dev-plugin/tree/main/skills/generators-social-export
Command: npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill generators-social-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a production-ready social export pipeline so app content is correctly formatted, sized, and shared across platform-specific channels without manual tuning for each network. It removes the friction of handling aspect ratios, file size limits, URL schemes, pasteboard requirements, and fallback share-sheet behavior so exported images and videos reliably appear as intended.

Core Features & Use Cases

  • Platform-specific formatting: automatic cropping, resizing, and resolution targeting for Instagram Stories, TikTok, Twitter/X, and feed formats.
  • Branding and watermarking: corner logos or bottom banners applied consistently across outputs.
  • Export flow and fallbacks: pasteboard + URL-scheme integration for native apps with UIActivityViewController fallback and video transcoding via AVAssetExportSession.
  • Use Case: let users preview and share a created image or short video from your app to Instagram Stories with a branded overlay and automatic fallback to the system share sheet when the target app is not installed.

Quick Start

Request a Swift SocialExport module that formats images and videos for Instagram Stories, TikTok, and Twitter/X, applies branding overlays, and provides a SwiftUI export sheet with share fallbacks.

Frequently Asked Questions about generators-social-export

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

FAQPage Schema
How do I export images and videos from my iOS app to Instagram Stories and TikTok with correct aspect ratios?

To export images and videos to Instagram Stories and TikTok with correct aspect ratios, you need a social export pipeline that handles platform-specific cropping, resizing, and resolution targeting before sharing. This ensures content appears correctly formatted without manual tuning.

What is the best way to handle social sharing fallbacks in SwiftUI when the target app is not installed?

The best way to handle social sharing fallbacks in SwiftUI is integrating URL-scheme and pasteboard checks for native apps, then gracefully falling back to UIActivityViewController to present the system share sheet when the target app is not installed.

Can I apply branding or watermark overlays to short videos before exporting them to Twitter/X?

Yes, you can apply branding or watermark overlays to short videos before exporting them to Twitter/X by using a social export pipeline that consistently applies corner logos or bottom banners across all output images and video formats.

Does AVAssetExportSession work for transcoding short videos for social media sharing on macOS?

AVAssetExportSession works for transcoding short videos for social media sharing on macOS and iOS. It handles video transcoding to ensure exported files meet platform-specific file size limits and format constraints before sharing.

Why does my shared content fail to appear correctly formatted on Instagram Stories?

Your shared content fails to appear correctly on Instagram Stories because it lacks proper aspect-ratio cropping and pasteboard integration. A dedicated social export pipeline automatically targets resolution and applies URL-scheme formatting to meet platform requirements.