integrate-platform

Audits iOS apps for untapped system integrations and maps widgets, App Intents, and cross-platform opportunities.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/TheMizeGuy/apple-ui-craft-public --skill integrate-platform-themizeguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: integrate-platform
Source: https://github.com/TheMizeGuy/apple-ui-craft-public/tree/main/skills/integrate-platform
Command: npx skills add https://github.com/TheMizeGuy/apple-ui-craft-public --skill integrate-platform-themizeguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? iOS apps often ship as isolated experiences that ignore the system surfaces users expect, such as widgets, Live Activities, Siri, Spotlight, and companion platforms like watchOS or CarPlay. This Skill audits what an app already integrates and produces a ranked plan of what it is missing. ## Core Features & Use Cases - Integration Census: Inventories existing App Intents, widget bundles, Live Activities, extensions, entitlements, and Info.plist declarations across the project. - Opportunity Map: For every unused system surface, describes what it would do for this specific app, the required API family, and the minimum OS version floor. - Ranked Advisory Plan: Orders opportunities by user-visible value versus build cost, with correctness findings for integrations that already exist. - Use Case: Ask whether your app should ship a Live Activity or expand to Apple Watch, and receive a verdict (DEEPLY INTEGRATED / SURFACE-LEVEL / UNTAPPED) plus a top-3 priority list with implementation references. ## Quick Start Ask the assistant to audit my iOS app's platform integration and tell me which widgets, App Intents, and cross-platform surfaces I should build first.

Frequently Asked Questions about integrate-platform

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

FAQPage Schema
How do I audit my iOS app for missing system integrations?▼

Run this Skill against your project and it inventories existing App Intents, widgets, Live Activities, extensions, and entitlements, then maps every unused system surface with the required API family and OS floor. The output is a ranked plan ordered by user value versus build cost.

Should my iOS app have a widget or Live Activity?▼

The Skill evaluates what a widget or Live Activity would specifically do for your app rather than giving generic advice, including the required frameworks and availability floor. Missing integrations are reported as recommendations, never as defects.

Can this assess whether my app should support watchOS or CarPlay?▼

Yes, the audit includes a cross-platform reach assessment covering iPadOS, watchOS, tvOS, macOS Catalyst, visionOS, and CarPlay. It states which platforms your app should exist on and why, based on your app's actual functionality.

Does the integration audit modify my project files?▼

No, the Skill is strictly advisory and read-only. It writes only a review ledger for delta tracking between runs; scaffolding any recommended integration is a separate task you must explicitly request afterward.

What iOS version features does the integration audit cover?▼

It targets iOS 26 features including App Intents, Liquid Glass-era widgets, and Apple Intelligence schemas, with availability floors verified against a centralized version-floor registry. iOS 27 beta APIs are flagged behind availability checks.