Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mtfum
Build iOS apps with workflows for App Intents, SwiftUI UI work, refactors, performance profiling, leak investigation, and simulator debugging.
npx claudepluginhub mtfum/openai-build-ios-skills --plugin build-ios-appsDesign and implement App Intents, app entities, and App Shortcuts for iOS apps so useful actions and content are available to Shortcuts, Siri, Spotlight, widgets, controls, and other intent-driven system surfaces. Use when exposing app actions outside the UI, adding AppEntity and EntityQuery types, shaping shortcut phrases and display representations, or routing intent execution back into the main app.
Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.
Capture and interpret ETTrace profiles for iOS simulator apps, including symbolicated launch and runtime flamegraphs. Use when asked to profile an iOS app flow, gather simulator performance traces, identify CPU-heavy stacks, compare before/after traces, or produce flamegraph evidence for startup, scrolling, navigation, rendering, or other user-visible latency.
Capture, inspect, compare, and root-cause iOS memory graph leaks using Apple's leaks and memgraph tools. Use when debugging leaked iOS objects, simulator memgraphs, retain-cycle suspicions, memory growth after navigation/logout/account changes, or when asked to prove an iOS leak fix with before/after memgraph evidence.
Implement, review, or improve SwiftUI features using iOS 26+ Liquid Glass APIs (glassEffect, GlassEffectContainer, glass button styles, morphing transitions).
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 231 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
v9.38.0 — Agent summaries, prompt-size preflight, research fanout, and Codex-compatible portable skills. Run /octo:setup.
Plugin that includes the Figma MCP server and Skills for common workflows
73のビジネスフレームワークを対話的に活用するClaude Codeスキルセット。問題発見・市場分析・戦略立案・業務改善など9カテゴリをカバー。
Redistribution of OpenAI's build-ios-apps Codex plugin, adapted for Claude Code.
Provides 8 iOS / Swift / SwiftUI development skills as a Claude Code plugin.
# 1. Add the marketplace
/plugin marketplace add mtfum/openai-build-ios-skills
# 2. Install the plugin
/plugin install build-ios-apps@openai-build-ios-skills
Or from the CLI:
claude plugin marketplace add mtfum/openai-build-ios-skills
claude plugin install build-ios-apps@openai-build-ios-skills
For local development:
claude --plugin-dir /path/to/openai-build-ios-skills
| Skill | Description |
|---|---|
ios-debugger-agent | Build, run, and debug iOS apps on a booted simulator via XcodeBuildMCP |
ios-app-intents | Design and implement App Intents, AppEntity, AppEnum, and App Shortcuts |
ios-ettrace-performance | Capture symbolicated ETTrace performance profiles from iOS simulator apps |
ios-memgraph-leaks | Capture, inspect, and root-cause iOS memory leaks using memgraphs |
swiftui-liquid-glass | Implement or review iOS 26+ Liquid Glass APIs |
swiftui-performance-audit | Code-first and profiling-guided audit of SwiftUI runtime performance |
swiftui-ui-patterns | Best practices and patterns for building SwiftUI views and components |
swiftui-view-refactor | Refactor large SwiftUI views with opinionated MV-first defaults |
ios-debugger-agent. Configured automatically via .mcp.jsonios-ettrace-performance. Install with brew install emergetools/homebrew-tap/ettraceios-memgraph-leaks. Included with Xcode.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace listing
.mcp.json # XcodeBuildMCP server configuration
skills/
ios-debugger-agent/ # Simulator build/run/debug workflow
SKILL.md
ios-app-intents/ # App Intents design and implementation
SKILL.md
references/ # Code templates, checklists, example patterns
ios-ettrace-performance/ # ETTrace profiling workflow
SKILL.md
scripts/ # dSYM collection, flamegraph analysis
ios-memgraph-leaks/ # Memory leak investigation
SKILL.md
scripts/ # Memgraph capture, leak summarization
swiftui-liquid-glass/ # Liquid Glass API guidance
SKILL.md
references/ # API reference
swiftui-performance-audit/ # Performance audit workflow
SKILL.md
references/ # Code smells, profiling guides, WWDC session notes
swiftui-ui-patterns/ # SwiftUI component patterns
SKILL.md
references/ # 30+ component pattern references
swiftui-view-refactor/ # View refactoring workflow
SKILL.md
references/ # MV pattern guide
Original plugin by OpenAI under MIT License.
MIT