social-export

Generates iOS and macOS social media export pipelines with platform-specific formatting and branding overlays.

27|5|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/bocan/bocan-music --skill social-export-bocan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-export
Source: https://github.com/bocan/bocan-music/tree/main/.claude/skills/generators/social-export
Command: npx skills add https://github.com/bocan/bocan-music --skill social-export-bocan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of building platform-specific social media export pipelines for apps, handling complex requirements like aspect ratio formatting, platform URL schemes, branding overlays, and fallback behavior out of the box.

Core Features & Use Cases

  • Multi-Platform Export Support: Natively handles Instagram Stories, TikTok, X/Twitter, and general share sheet exports with correct aspect ratios and file size limits for each platform.
  • Branding & Customization: Supports optional corner logo or bottom banner branding overlays, plus configurable export quality presets.
  • Use Case: A photo editing app can use this Skill to generate a full export flow that lets users share edited photos directly to Instagram Stories with the correct 9:16 aspect ratio, app watermark, and automatic fallback to the system share sheet if Instagram is not installed.

Quick Start

Use the social-export skill to generate a complete social media export pipeline for your iOS app that supports sharing to Instagram Stories, TikTok, and X with platform-specific formatting, branding overlays, and fallback share sheet support.

Frequently Asked Questions about social-export

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

FAQPage Schema
How do I export content from my SwiftUI app directly to Instagram Stories?

To export content to Instagram Stories from SwiftUI, you need to implement platform-specific URL schemes and pasteboard handling to pass formatted media. The social-export pipeline generates this complete flow natively, including the correct 9:16 aspect ratio formatting and automatic fallback to a general share sheet if the app is not installed.

What's the best way to handle different aspect ratios for iOS social media sharing across multiple platforms?

Handling different aspect ratios for iOS social sharing requires enforcing platform-specific dimensions, such as 9:16 for Instagram Stories. This social media export pipeline automatically applies the correct aspect ratios and file size compliance for TikTok, X/Twitter, and Instagram Stories within the generated SwiftUI export flow.

Can I add a watermark or branding overlay when sharing photos from my iOS app?

Yes, you can add branding overlays when sharing photos from your iOS app by generating an export pipeline that supports optional corner logo or bottom banner watermarks. The pipeline also includes configurable export quality presets to manage the final media output.

How does TikTok app integration work for media sharing in a Swift app?

TikTok app integration for media sharing in a Swift app involves formatting media to meet platform-specific file size limits and utilizing system share sheet fallbacks. This export pipeline generates the necessary SwiftUI flow to handle TikTok's requirements alongside other platforms.

Do I need to manually configure fallback share sheet behavior for social sharing in SwiftUI?

You do not need to manually configure fallback share sheet behavior for social sharing in SwiftUI. This pipeline automatically implements fallback share sheet behavior, ensuring users can still share media if a target platform like Instagram or TikTok is not installed on their device.