Agent Plugins Marketplace
All plugins

build-ios-apps

v0.1.2

Build iOS apps with workflows for App Intents, SwiftUI UI work, Simulator mirroring in the Codex in-app browser, performance profiling, leak investigation, and simulator debugging.

Codex9 Skills1 MCP serverstdio

By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
10 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install build-ios-apps for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add build-ios-apps@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “build-ios-apps” remain stable.

  • Codex: build-ios-apps@agent-plugin-marketplacebuild-ios-apps@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/build-ios-apps/.

Plugin files

plugins/build-ios-apps/
├── .codex-plugin/plugin.json
├── skills/ios-app-intents/SKILL.md
├── skills/ios-debugger-agent/SKILL.md
├── skills/ios-ettrace-performance/SKILL.md
├── skills/ios-memgraph-leaks/SKILL.md
├── skills/ios-simulator-browser/SKILL.md
├── skills/swiftui-liquid-glass/SKILL.md
├── skills/swiftui-performance-audit/SKILL.md
├── skills/swiftui-ui-patterns/SKILL.md
├── skills/swiftui-view-refactor/SKILL.md
└── .mcp.json

Included Skills9

ios-app-intentsskills/ios-app-intents/SKILL.md

Design App Intents, app entities, and App Shortcuts for iOS system surfaces. Use when exposing app actions or content to Shortcuts, Siri, Spotlight, widgets, or controls.

ios-debugger-agentskills/ios-debugger-agent/SKILL.md

Build, run, and debug iOS apps on Simulator with XcodeBuildMCP. Use when launching an app, inspecting simulator UI or logs, or diagnosing runtime behavior.

ios-ettrace-performanceskills/ios-ettrace-performance/SKILL.md

Capture and interpret iOS Simulator ETTrace profiles. Use when profiling launch or runtime latency, comparing traces, or finding CPU-heavy stacks.

ios-memgraph-leaksskills/ios-memgraph-leaks/SKILL.md

Capture and inspect iOS leaks and memgraphs. Use when debugging leaked objects, retain cycles, memory growth, or before/after leak evidence.

ios-simulator-browserskills/ios-simulator-browser/SKILL.md

Mirror an iOS Simulator into the Codex in-app browser and render SwiftUI previews from importable Swift packages in that simulator with hot reload. Use when a user wants to watch or interact with an iOS app in the browser, see a SwiftUI preview outside Xcode Canvas, iterate live on a preview, or capture browser-visible simulator proof.

swiftui-liquid-glassskills/swiftui-liquid-glass/SKILL.md

Implement and review iOS 26+ SwiftUI Liquid Glass UI. Use when adopting Liquid Glass or checking its correctness, performance, and design fit.

swiftui-performance-auditskills/swiftui-performance-audit/SKILL.md

Audit SwiftUI runtime performance from code first. Use when diagnosing slow rendering, janky scrolling, expensive updates, or profiling needs.

swiftui-ui-patternsskills/swiftui-ui-patterns/SKILL.md

Build and refactor SwiftUI UI with component patterns and examples. Use when shaping navigation, state, layouts, controls, or screen composition.

swiftui-view-refactorskills/swiftui-view-refactor/SKILL.md

Refactor SwiftUI view files into stable, testable structure. Use when splitting large views, tightening data flow, or cleaning Observation ownership.

MCP servers1

xcodebuildmcpstdio
command
npx
args
-y xcodebuildmcp@latest mcp
env.XCODEBUILDMCP_ENABLED_WORKFLOWS
simulator,ui-automation,debugging,logging

Plugin manifests1

plugins/build-ios-apps/.codex-plugin/plugin.json
{
  "name": "build-ios-apps",
  "version": "0.1.2",
  "description": "Build iOS apps with workflows for App Intents, SwiftUI UI work, Simulator mirroring in the Codex in-app browser, performance profiling, leak investigation, and simulator debugging.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://openai.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "ios",
    "swift",
    "swiftui",
    "app-intents",
    "shortcuts",
    "siri",
    "spotlight",
    "xcode",
    "performance",
    "debugging",
    "previews"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Build iOS Apps",
    "shortDescription": "Build, refine, and debug iOS apps with App Intents, SwiftUI, and Xcode workflows",
    "longDescription": "Use Build iOS Apps to design App Intents and App Shortcuts, build or refactor SwiftUI UI, render SwiftUI previews in the Codex in-app browser, adopt modern iOS patterns such as Liquid Glass, audit runtime performance, capture ETTrace profiles, investigate memory leaks, and debug apps on simulators with XcodeBuildMCP-backed workflows.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://openai.com/",
    "privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
    "termsOfServiceURL": "https://openai.com/policies/terms-of-use/",
    "defaultPrompt": [
      "Build or debug an iOS app with SwiftUI, App Intents, and Simulator."
    ],
    "brandColor": "#0A84FF",
    "composerIcon": "./assets/build-ios-apps-small.svg",
    "logo": "./assets/app-icon.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[build-ios-apps on Agent Plugins Marketplace](https://pluginsmp.com/plugins/build-ios-apps)