ios-application-dev
Build Better iOS Apps
iOS teams need consistent guidance for layouts, navigation, accessibility, and Swift code quality. This skill provides practical UIKit, SwiftUI, and Apple platform patterns for design and review.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "ios-application-dev" from https://skillstore.io/skills/minimax-ai-ios-application-dev.md and its manifest at https://skillstore.io/api/skills/minimax-ai-ios-application-dev/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "ios-application-dev". A developer asks whether a profile editor should use a sheet, push navigation, or tabs.
Expected outcome:
Recommendation: use push navigation for durable profile edits. Reserve a sheet for short focused tasks, and keep tabs for top-level sections.
Using "ios-application-dev". A team requests an accessibility review of a checkout screen.
Expected outcome:
Findings include missing VoiceOver labels, small tap targets, weak contrast, and animation that needs a reduced-motion alternative.
Using "ios-application-dev". A reviewer asks how to handle location permission in a map feature.
Expected outcome:
Guidance: explain value before the system prompt, request permission only in context, support denial, and avoid blocking unrelated features.
Security Audit
SafeAll static findings were adjudicated as false positives after reviewing the cited files. The skill is a documentation guide with Markdown examples and does not contain executable shell commands, credential material, network exfiltration, or prompt injection content.
Risk Factors
๐ Network access (2)
โ๏ธ External commands (46)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/minimax-ai-ios-application-dev/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/minimax-ai-ios-application-dev?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/minimax-ai-ios-application-dev?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/minimax-ai-ios-application-dev/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/minimax-ai-ios-application-dev.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
MiniMax-AI. (2026). ios-application-dev security audit report (audit version 5) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/minimax-ai-ios-application-dev/audits/5BibTeX citation
@techreport{minimax-ai-minimax-ai-ios-application-dev-2026,
author = {MiniMax-AI},
title = {ios-application-dev security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/minimax-ai-ios-application-dev/audits/5},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "ios-application-dev security audit report (audit version 5)"
version: "1.0.0"
type: report
authors:
- name: "MiniMax-AI"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/minimax-ai-ios-application-dev/audits/5"
identifiers:
- type: other
value: "skillstore:minimax-ai-ios-application-dev:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Design a New iOS Screen
Plan layout, navigation, touch targets, Dark Mode, Dynamic Type, and privacy prompts before implementation.
Review a Swift Pull Request
Check Swift code, UIKit or SwiftUI choices, accessibility support, and platform behavior before merge.
Modernize App Patterns
Update legacy screens with current SwiftUI, UIKit, system integration, and Apple interface conventions.
Try These Prompts
Review this screen concept for iOS layout, navigation, Dynamic Type, Dark Mode, accessibility, and privacy requirements: [describe screen].
Given this workflow, recommend UIKit and SwiftUI components, navigation patterns, and permission timing: [workflow details].
Review this iOS implementation for Swift coding standards, memory management, async patterns, accessibility, and Apple platform conventions: [implementation summary].
Create an implementation plan for this multi-screen iOS app using UIKit, SwiftUI, navigation state, system integrations, and review checkpoints: [app requirements].
Best Practices
- Start with Apple platform components before creating custom controls.
- Review accessibility, Dynamic Type, Dark Mode, and privacy during design.
- Keep examples aligned with the app minimum iOS version and architecture.
Avoid
- Using custom navigation that breaks back gestures or hides common iOS affordances.
- Hardcoding sizes, colors, or text styles that fail Dynamic Type and Dark Mode.
- Requesting permissions at launch without explaining the feature value.
Frequently Asked Questions
Does this skill write complete iOS apps?
Can it help with both UIKit and SwiftUI?
Does it execute commands or access external services?
Can it replace Apple Human Interface Guidelines?
Is it useful for accessibility reviews?
Can it handle older iOS versions?
Developer Details
Author
MiniMax-AILicense
MIT
Author version
v1.0.0
Skillstore revision
r1
Ref
b8ca75d2c0a7e7102978993058777d82b8ab2610
Maintenance freshness
7/18/2026
Usage
3 downloads ยท 88 views
File structure
๐ references/
๐ accessibility.md
๐ layout-system.md
๐ metal-shader.md
๐ swift-coding-standards.md
๐ swiftui-design-guidelines.md
๐ uikit-components.md
๐ SKILL.md