Axiom Ios Ui
Automates iOS app testing on physical devices using Charles Wiltgen's axiom framework for reliable UI interaction.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add axiom-ios-ui npx -- -y @trustedskills/axiom-ios-ui
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"axiom-ios-ui": {
"command": "npx",
"args": [
"-y",
"@trustedskills/axiom-ios-ui"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Axiom Ios Ui, automates iOS app testing on physical devices using Charles Wiltgen's axiom framework. It is essential for any iOS UI work, including SwiftUI and UIKit development, covering aspects like layout, navigation, animations, and design implementation. The skill prioritizes domain-specific fixes before resorting to performance profiling.
When to use it
- When working with SwiftUI views, state, or bindings.
- For resolving issues related to UIKit views and constraints.
- To address layout problems (Auto Layout or SwiftUI layouts).
- When encountering navigation challenges (NavigationStack, deep linking).
- For implementing animations and transitions within iOS applications.
Key capabilities
- Automated iOS UI testing on physical devices.
- Covers SwiftUI and UIKit development areas.
- Prioritizes domain-specific fixes for performance issues before profiling.
- Provides routing to specialized skills for specific problems (e.g., debugging SwiftUI views, navigation).
- Supports Liquid Glass design adoption (iOS 26+).
Example prompts
- "I'm having trouble with a SwiftUI List that is slow."
- "My UIKit Auto Layout isn’t working as expected."
- "How do I implement deep linking in my iOS app?"
Tips & gotchas
- Prioritize Domain Fixes: Always attempt domain-specific solutions (like optimizing
@Stateor view identity) before resorting to performance profiling with Instruments. - Routing is Key: This skill often directs you to other specialized Axiom skills for specific issues, such as SwiftUI debugging or navigation problems.
- Essential for iOS UI Work: This skill must be used for any iOS UI development tasks.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.