iOS development workflows from OpenAI's curated Codex plugins. Covers App Intents/Shortcuts, SwiftUI UI patterns, Liquid Glass adoption, performance auditing, view refactoring, and simulator debugging. Use when building, refining, or debugging iOS apps with modern SwiftUI and system integration patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ames-community-skills:build-ios-apps-codexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Converted from OpenAI's curated `build-ios-apps` Codex plugin (v0.1.0, MIT license).
skills/ios-app-intents/references/code-templates.mdskills/ios-app-intents/references/example-patterns.mdskills/ios-app-intents/references/first-pass-checklist.mdskills/ios-app-intents/references/system-surfaces.mdskills/swiftui-liquid-glass/references/liquid-glass.mdskills/swiftui-performance-audit/references/code-smells.mdskills/swiftui-performance-audit/references/demystify-swiftui-performance-wwdc23.mdskills/swiftui-performance-audit/references/optimizing-swiftui-performance-instruments.mdskills/swiftui-performance-audit/references/profiling-intake.mdskills/swiftui-performance-audit/references/report-template.mdskills/swiftui-performance-audit/references/understanding-hangs-in-your-app.mdskills/swiftui-performance-audit/references/understanding-improving-swiftui-performance.mdskills/swiftui-ui-patterns/references/app-wiring.mdskills/swiftui-ui-patterns/references/async-state.mdskills/swiftui-ui-patterns/references/components-index.mdskills/swiftui-ui-patterns/references/controls.mdskills/swiftui-ui-patterns/references/deeplinks.mdskills/swiftui-ui-patterns/references/focus.mdskills/swiftui-ui-patterns/references/form.mdskills/swiftui-ui-patterns/references/grids.mdConverted from OpenAI's curated build-ios-apps Codex plugin (v0.1.0, MIT license).
Select the workflow that matches your task, then load the corresponding skill file:
Design and implement App Intents, app entities, and App Shortcuts for system integration (Siri, Spotlight, widgets, controls).
skills/ios-app-intents/SKILL.mdskills/ios-app-intents/references/Build production-quality SwiftUI interfaces using idiomatic component patterns for lists, grids, navigation, forms, sheets, overlays, and more.
skills/swiftui-ui-patterns/SKILL.mdskills/swiftui-ui-patterns/references/ (25+ component guides)Adopt the iOS 26+ Liquid Glass design language, including translucent materials, glass bar customization, and safe-area-aware layouts.
skills/swiftui-liquid-glass/SKILL.mdskills/swiftui-liquid-glass/references/Profile and fix SwiftUI performance issues using Instruments, view identity analysis, and code smell detection.
skills/swiftui-performance-audit/SKILL.mdskills/swiftui-performance-audit/references/ (WWDC session notes, profiling guides)Extract, restructure, and decompose SwiftUI views for better reuse, testability, and readability.
skills/swiftui-view-refactor/SKILL.mdskills/swiftui-view-refactor/references/Debug iOS apps on simulators using XcodeBuildMCP workflows: build failures, runtime crashes, UI glitches, and log analysis.
skills/ios-debugger-agent/SKILL.mdWhen the user's task maps to one or more of these workflows, read the relevant SKILL.md and follow its instructions. For broad iOS work, start with whichever workflow matches the immediate need; you don't need to load all of them at once.
Run ./update.sh from this skill's directory to pull the latest from the Codex plugin cache.
npx claudepluginhub p/oliverames-ames-community-skills-plugins-ames-community-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.