Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Site to iOS App

Audit, strategy, and release-gate workflow for turning a live website, PWA, or dashboard into an App Store-ready iOS app.

Dev & CodingAdvanced13510AI score 8/10Last updated: Sep 13, 2026

What it does

  • Audits the target URL into SITE_TO_IOS_AUDIT.md: routes, auth, iPhone responsiveness, PWA signals, payments, legal/support/account-deletion links, mobile performance risks, native-value opportunities, and App Store 4.2 wrapper exposure.
  • Forces an explicit strategy choice — Capacitor remote shell, Capacitor bundled shell, SwiftUI shell with WebView, or full native rebuild — with written rationale.
  • Produces SITE_TO_IOS_PLAN.md covering scaffold/build commands, bundle ID and signing, QA matrix, screenshots, metadata, privacy answers, blockers, and the release gate.
  • Supplies a concrete native-value checklist (onboarding/empty/offline states, native settings, universal links, share sheet, push, widgets, safe-area and dark mode) to reduce 4.2 rejection risk.
  • Defines a completion bar: xcodebuild exits 0, every plugin/entitlement justified, privacy answers match real SDKs, no signing material or private keys committed.

Who it's for

  • Indie devs and startup teams with a shipped web product that needs an iOS presence
  • Anyone deciding between wrapping with Capacitor and rebuilding natively
  • Teams that have been burned by App Store Guideline 4.2 minimum-functionality rejections

Example uses

  • "Put our SaaS dashboard on the App Store" → URL audit report plus a shell-vs-native recommendation
  • "Will this PWA wrapper get rejected?" → names the exact 4.2 exposure and offers mitigation options
  • "Pre-submission review" → verifies the simulator build, screenshot/metadata truthfulness, and that no secrets are committed

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/JasonColapietro/suede-creator-skills/HEAD/skills/site-to-ios-app/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/site-to-ios-app folder from the GitHub repo JasonColapietro/suede-creator-skills into my ~/.claude/skills/site-to-ios-app/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/JasonColapietro/suede-creator-skills.git && mkdir -p ~/.claude/skills && cp -r suede-creator-skills/skills/site-to-ios-app ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/JasonColapietro/suede-creator-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r suede-creator-skills/skills/site-to-ios-app ~/.claude/skills/
  5. Confirm references/site-to-ios-runbook.md came along with it.
  6. Restart Claude Code and ask something like "turn my site into an iOS app" to trigger the skill.
  7. For real builds you still need macOS with Xcode (plus Node and a package manager for Capacitor projects).