social-export

Automate social platform exports with formatting, aspect ratios, and branding overlays.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill social-export-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-export
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/social-export
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill social-export-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates exporting app content to social platforms with platform-specific formatting, aspect ratios, and branding overlays, enabling a unified export pipeline from your app.

Core Features & Use Cases

  • Platform-aware formatting: formats content for Instagram Stories, TikTok, and Twitter/X with correct aspect ratios and resolutions.
  • Branding overlays: applies corner logos or bottom banners to protect branding across exports.
  • Fallback sharing: provides a robust UIActivityViewController fallback when the target app isn't installed.

Quick Start

Configure the generator with your target platforms and branding, then run the export workflow.

Frequently Asked Questions about social-export

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

FAQPage Schema
How do I automate social media exports for iOS apps with platform-specific formatting?

This Skill automates social media exports by using a platform-aware pipeline that formats content for Instagram, TikTok, and Twitter/X. It automatically applies correct aspect ratios and resolutions for each platform from a single workflow.

What is the best way to add branding overlays to app content before exporting to TikTok or Instagram?

The export pipeline handles adding branding overlays by applying corner logos or bottom banners. This protects your branding across all social media exports automatically before sharing.

Does iOS social sharing still work if the target app like TikTok or Instagram is not installed?

iOS social sharing still works if the target app is not installed because the pipeline includes a robust fallback. It defaults to a UIActivityViewController fallback to handle the share operation.

Can I use a single export workflow to publish stories and posts across multiple social platforms?

You can use a single export workflow to publish stories and posts across multiple social platforms. The pipeline applies platform-aware formatting and aspect-ratio handling to adapt your unified content.

How to handle different aspect ratios when exporting content to social platforms from a Swift application?

Handling different aspect ratios when exporting content involves configuring the generator with your target platforms. The export pipeline then automatically processes and formats the content for correct resolutions.