From memi
Designs, scaffolds, implements, or verifies iOS/macOS SwiftUI interfaces with Apple-platform state, accessibility, availability, testing, and Xcode evidence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memi:build-swiftui-interfaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Memi to establish the Apple-platform contract before editing source. Pair this skill with OpenAI's `build-ios-apps` plugin skills when they are installed and the task needs simulator, profiling, App Intents, or detailed framework guidance.
Use Memi to establish the Apple-platform contract before editing source. Pair this skill with OpenAI's build-ios-apps plugin skills when they are installed and the task needs simulator, profiling, App Intents, or detailed framework guidance.
npx -y @memi-design/[email protected] ios brief --platform ios --intent "<task>" --detail compact --json
Inspect the actual project next: deployment target, Swift language mode, shared schemes, local components, assets, navigation, state ownership, test targets, and nearby implementation patterns.
Preview every generated byte before writing:
npx -y @memi-design/[email protected] ios scaffold FeatureName \
--kind screen \
--module AppModule \
--output-root Sources \
--tests-root Tests \
--json
Use --write only after the paths and source match the repository. Memi writes a spec, SwiftUI view, preview, screen model when needed, and Swift Testing file. It does not mutate .xcodeproj or .xcworkspace, and it refuses silent overwrites.
body.Run the repository's canonical commands. When none exist, discover shared schemes and explicit destinations with xcodebuild -list -json and xcrun simctl list devices available, then build and test the smallest target.
Report exact commands, files, deployment assumptions, simulator flow, accessibility states, and anything not executed. A source review is not simulator proof, and a simulator build is not signing or App Store proof.
npx claudepluginhub sarveshsea/memi --plugin memiProvides Apple-authored SwiftUI and platform guidance extracted from Xcode documentation to write idiomatic, Apple-native code and reduce hallucinations.
Builds or refactors iOS SwiftUI views with guidance on navigation, state ownership, environment injection, async loading, and performance-aware patterns.
Applies SwiftUI UI patterns for navigation, sheets, async state, and reusable screens. Guides refactoring or scaffolding with modern SwiftUI state and composition.