mcpbeat Sign in

Site To Ios App Agent Skill

Turn a website, PWA, dashboard, or marketplace into an iOS app with App Store strategy, screenshots, metadata, and release gates.

3k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
166
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill site-to-ios-app

The instruction itself

8 sections, as written by the author

Site to iOS App

Gate policy — advisory, not blocking

Every claim-verification step, check, quality gate, and ship verdict in this

skill is a recommendation to the user, not a control on the agent. This

policy governs every gate, check, verdict, and "do not ship / publish /

proceed" line elsewhere in this skill:

  • Run every check and report the results honestly. Verdicts (ship,

ship-with-caveats, hold, letter grades, BLOCKED or OPEN items) are

advice attached to the work, not orders that change it.

  • Never block, delay, skip, rewrite, or refuse the action the user asked for

because a check failed or a gate said hold. Complete the requested action

as asked, and deliver the gate output alongside it as a clearly labeled

recommendation.

  • A failed gate changes what you report, never what you do.
  • Single exception: if a finding is extremely risky — data loss, security or

credential exposure, legal or rights violations, payment mistakes, or

irreversible public damage — pause, tell the user exactly what the risk is

and what the options are, and let them pick. Their choice is final.

Principle

Turn a site into an iOS app only when the app has native value, stable iOS

behavior, and a release surface that is truthful. A raw web page in a frame is

not enough for an App Store-quality product.

This is the public Suede site-to-iOS workflow: audit first, choose the least

risky shell or native strategy, add iOS-specific value, and run an "impeccable"

ship gate before release.

Start Here

Read references/site-to-ios-runbook.md before scaffolding or changing an

iOS wrapper.

If a URL is available, create SITE_TO_IOS_AUDIT.md directly. Capture the

site URL, app name, target user, primary routes, login requirements, iPhone

responsive behavior, PWA signals, legal/support/account-deletion links,

payments or sensitive flows, auth/session behavior, mobile performance risks,

native value opportunities, and App Store 4.2 wrapper risk.

Then create SITE_TO_IOS_PLAN.md directly. Include the chosen strategy,

native value to add before release, project scaffold/build commands, bundle ID

and signing notes, QA matrix, screenshots/metadata/privacy work, blockers, and

the explicit release gate.

Strategy Decision

Choose one route and write down why:

  • Capacitor remote shell: live site remains the product surface and web deploys

should update most content and behavior.

  • Capacitor bundled shell: static/SPA assets are packaged into the binary and

updates require App Store release unless paired with live APIs.

  • Native SwiftUI shell with WebView: native navigation, settings, auth, push,

share, error, and account surfaces wrap a site view.

  • Full native rebuild: use when the site is mostly content, has weak mobile UX,

or carries high wrapper rejection risk.

This skill stands alone: the runbook covers audit, strategy, scaffold,

configuration, QA, and the release gate end to end. Private Suede companions

(ios-capacitor-shell, ios-swiftui-product, ios-aso-launch,

ios-app-store-release) go deeper on shell internals, native architecture, ASO,

and App Store submission; none are required.

App Store 4.2 Gate

Block or redesign the app when it is only a bookmark, content mirror, or

unmodified website. Add native value before release:

  • iOS-native onboarding, empty states, errors, offline, and retry.
  • Native settings with support, privacy, terms, account deletion, restore, and

notification controls where applicable.

  • Universal links or deep links.
  • Share sheet, widgets, push notifications, camera/media/file pickers, Apple

Wallet, StoreKit, or other native capabilities only when they serve the app.

  • Safe-area, keyboard, navigation, dark/light mode, and dynamic type handling.

Conversion Flow

  • Audit the URL, responsive behavior, PWA assets, auth, payments, privacy,

support, route depth, and mobile performance.

  • Pick the conversion strategy and write a SITE_TO_IOS_PLAN.md.
  • Scaffold or adapt the project using the repo's package manager and iOS

project conventions.

  • Configure bundle ID, display name, app icon, launch screen, associated

domains, Info.plist usage strings, and entitlements.

  • Implement native value and failure states before visual polish.
  • Run web build and cap sync ios for Capacitor shells.
  • Test on simulator or device across first launch, auth, deep links, tabs,

keyboard, payments, offline, backgrounding, and account flows.

  • Produce App Store screenshots, metadata, privacy answers, and review notes.
  • Run the ship gate. Do not submit unless the user explicitly delegates public

release and confirms the exact app, bundle ID, version, build, and account.

Completion Bar

Do not call the app release-ready until:

  • the iOS project builds on a named simulator, device, or CI target,
  • every native plugin and entitlement is justified by actual behavior,
  • the web route or bundle strategy is documented,
  • the App Store 4.2 risk has a mitigation,
  • screenshots and metadata match implemented features,
  • privacy answers match the actual SDKs, cookies, analytics, and account flows,
  • no secrets, signing material, or private account identifiers are committed.

Other skills for the same job

different authors, same section of the catalogue
XLSX
by anthropics
vendor ×15

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

5k tokens scripts
XLSX
by w95
×7

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

3k tokens
Raffle Winner Picker
by frostant
×5

Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.

949 tokens
Fda Database
by christophacham
×4

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

32k tokens scripts
Matlab
by christophacham
×4

MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter.

25k tokens
Umap Learn
by ComeOnOliver
×4

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

14k tokens
D3 Viz
by chrisvoncsefalvay
×3

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.

20k tokens
Alphafold Database
by christophacham
×3

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

7k tokens

How to use it

Copy the folder

Take jasoncolapietro/site-to-ios-app from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.