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.
npx claudepluginhub oliverames/ames-claude --plugin ames-community-skillsThis skill uses the workspace's default tool permissions.
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.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Converted 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.