This plugin packages iOS and Swift workflows in plugins/build-ios-apps.
It currently includes these skills:
ios-debugger-agentios-app-intentsswiftui-liquid-glassswiftui-performance-auditswiftui-ui-patternsswiftui-view-refactor
- designing App Intents, app entities, and App Shortcuts for system surfaces
- building and refactoring SwiftUI UI using current platform patterns
- reviewing or adopting iOS 26+ Liquid Glass APIs
- auditing SwiftUI performance and guiding profiling workflows
- debugging iOS apps on simulators with XcodeBuildMCP-backed flows
- restructuring large SwiftUI views toward smaller, more stable compositions
The plugin now lives at:
plugins/build-ios-apps/
with this shape:
-
.codex-plugin/plugin.json- required plugin manifest
- defines plugin metadata and points Codex at the plugin contents
-
.mcp.json- plugin-local MCP config
- wires in XcodeBuildMCP for simulator build/run/debug workflows
-
agents/- plugin-level agent metadata
- currently includes
agents/openai.yamlfor the OpenAI surface
-
skills/- the actual skill payload
- each skill keeps the normal skill structure (
SKILL.md, optionalagents/,references/,assets/,scripts/)