Ios Marketing Capture banner
ParthJadhav ParthJadhav

Ios Marketing Capture

Development community

Description

Automate Multi-Locale asset creation for your iOS app.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[![bloom-banner-01-light-tags-1500x500](https://github.com/user-attachments/assets/31139b9d-1b89-44e8-b563-5bb7ba150b7b)](https://bloom.parthjadhav.com)

iOS Marketing Capture

A skill for AI-powered coding agents (Claude Code, Cursor, Windsurf, etc.) that automates marketing screenshot capture for SwiftUI iOS apps. It builds an in-app capture system, seeds demo data, snapshots every screen and UI element, and loops across all your locales automatically.

Built for and used by Bloom - https://apps.apple.com/us/app/bloom-coffee-shelf-recipe/id6759914524

What it does

  • Adds a #if DEBUG-gated capture system to your app target — zero production footprint
  • Seeds deterministic demo data so every screenshot looks populated and polished
  • Navigates to each screen programmatically via a step-based coordinator
  • Snapshots the full window including status bar, safe area, and presented sheets
  • Renders isolated elements (cards, widgets, charts) via ImageRenderer at 3x with transparency
  • Loops every locale automatically — one build, N relaunches with -AppleLanguages
  • Works with any SwiftUI navigation pattern: TabView, NavigationStack, NavigationSplitView

Install

Using npx skills (recommended)

npx skills add ParthJadhav/ios-marketing-capture

This works with Claude Code, Cursor, Windsurf, OpenCode, Codex, and [40+ other agents](https://github.com/vercel-labs/skills#available-agents).

Install globally (available across all projects):

npx skills add ParthJadhav/ios-marketing-capture -g

Install for a specific agent:

npx skills add ParthJadhav/ios-marketing-capture -a claude-code

Manual (git clone)

git clone https://github.com/ParthJadhav/ios-marketing-capture ~/.claude/skills/ios-marketing-capture

Usage

Once installed, the skill triggers automatically when you ask your agent to:

  • Capture marketing screenshots for my iOS app
  • Generate locale screenshots across all languages
  • Render