Axiom Swiftui Gestures
Enables SwiftUI view interactions using Charles Wiltgen's optimized, declarative gesture recognizers for enhanced performance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add axiom-swiftui-gestures npx -- -y @trustedskills/axiom-swiftui-gestures
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"axiom-swiftui-gestures": {
"command": "npx",
"args": [
"-y",
"@trustedskills/axiom-swiftui-gestures"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The axiom-swiftui-gestures skill enables AI agents to interact with SwiftUI interfaces by interpreting touch events and translating them into actionable commands within the Axiom environment. It bridges the gap between visual UI elements and backend logic, allowing agents to navigate complex iOS applications programmatically.
When to use it
- Automating repetitive UI interactions like scrolling through long lists or swiping between tabs in an app.
- Triggering specific actions by tapping buttons or toggling switches without manual device manipulation.
- Testing mobile application workflows where human interaction is required to validate state changes.
- Integrating gesture-based navigation flows into automated testing pipelines for iOS apps.
Key capabilities
- Recognition of standard SwiftUI touch events including taps, swipes, and pinches.
- Direct mapping of physical gestures to logical agent actions within the Axiom framework.
- Support for dynamic UI exploration to locate interactive elements before execution.
- Seamless integration with existing SwiftUI-based mobile applications.
Example prompts
- "Use the swipe up gesture on the main feed to load more items."
- "Tap the 'Settings' button in the top right corner and then toggle the dark mode switch."
- "Perform a pinch-to-zoom action on the image gallery to view details of the selected photo."
Tips & gotchas
Ensure the target application is fully loaded and responsive before attempting gesture execution, as timing issues can cause missed interactions. This skill relies on the underlying Axiom infrastructure; verify that the agent has appropriate permissions to manipulate the specific UI component you intend to interact with.
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.