share-card

Render SwiftUI views into shareable card images with QR-code overlays.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates polished, shareable card images from app content (achievements, stats, quotes) for social media sharing, reducing manual design work.

Core Features & Use Cases

  • Flexible content rendering: achievements, statistics, quotes, and milestones can be rendered into branded cards.
  • Style and size versatility: multiple visual styles and card sizes with deterministic SwiftUI rendering, optional QR-code overlays, and ShareLink integration.
  • Real-world workflows: produce ready-to-share visuals for social campaigns, user milestones, or promo materials.

Quick Start

Create a branded share card from your content and share it via the system share sheet.

Frequently Asked Questions about share-card

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

FAQPage Schema
How do I render SwiftUI views to images for social media sharing?

You can generate shareable card images from app content like achievements and statistics by rendering SwiftUI views to images with ImageRenderer. This produces branded cards with configurable styles and sizes for social media sharing.

Can I add a QR code overlay to a share card in SwiftUI?

Yes, you can add a QR code overlay to a share card in SwiftUI. The rendering process supports optional QR-code overlays integrated via ShareLink, allowing you to embed scannable links directly into the generated card images.

Does ImageRenderer for share card generation work on both iOS and macOS?

ImageRenderer for share card generation works across both iOS and macOS targets. Rendering SwiftUI views to images with this Skill requires a project structure supporting Swift 5.9+ and cross-platform compatibility.

What's the best way to turn app milestones into branded visuals without manual design?

The best way to turn app milestones into branded visuals without manual design is using SwiftUI ImageRenderer to automatically generate shareable card images. You can configure multiple visual styles and card sizes deterministically.

How do I share generated card images using the system share sheet in SwiftUI?

To share generated card images using the system share sheet in SwiftUI, integrate ShareLink after rendering your SwiftUI views to images with ImageRenderer. This provides ready-to-share visuals directly from your app.

What content types can I render into shareable cards for social campaigns?

You can render achievements, statistics, quotes, and user milestones into shareable cards for social campaigns. The rendering supports flexible content inputs to produce branded visuals suitable for promo materials.