share-card

Generates shareable card images from app content using SwiftUI's ImageRenderer.

603|51|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill share-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-card
Source: https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/generators/share-card
Command: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill share-card

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of visually appealing, branded shareable images from app content, simplifying social media sharing and content export.

Core Features & Use Cases

  • Generate Shareable Cards: Creates customizable image cards for achievements, statistics, quotes, and more.
  • Native ShareLink Integration: Seamlessly integrates with iOS/macOS sharing features.
  • Customizable Styles & Sizes: Supports various styles (minimal, branded) and platform-optimized sizes (square, story, wide).
  • Optional QR Codes: Embeds deep links directly into the share card image.
  • Use Case: A game developer wants to let players share their high scores on social media. This Skill generates a branded image of the score with the player's avatar and game logo, ready to be shared.

Quick Start

Use the share-card skill to generate a branded share card for the achievement "First 1000 Points".

Frequently Asked Questions about share-card

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

FAQPage Schema
How do I generate shareable card images from app content using SwiftUI?

You can generate shareable card images from app content using SwiftUI's ImageRenderer to convert views into images, supporting customizable styles and platform-optimized sizes for social media sharing.

Does SwiftUI ImageRenderer support native ShareLink integration for exporting images?

Yes, SwiftUI ImageRenderer works with native ShareLink integration to seamlessly export and share generated card images across iOS 16+ and macOS 13+ sharing features.

Can I add QR code overlays to share cards generated in Swift?

You can embed optional QR code overlays into share cards generated in Swift, allowing you to embed deep links directly into the exported image for social media distribution.

What are the minimum deployment targets for using SwiftUI ImageRenderer to export images?

The minimum deployment targets for using SwiftUI ImageRenderer and Transferable support to export images are iOS 16+ and macOS 13+.

How do I customize aspect ratios for social media share cards in an iOS app?

You can customize aspect ratios for social media share cards in an iOS app by applying various styles like minimal or branded, and selecting platform-optimized sizes including square, story, and wide formats.

What's the best way to let users share game achievements as branded images in SwiftUI?

The best way to let users share game achievements as branded images in SwiftUI is to render statistics and avatars into a customized card view using ImageRenderer and trigger native sharing via ShareLink.