Axiom Swiftui Search Ref
Helps with SwiftUI, search as part of building frontend UIs and user experiences workflows.
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-search-ref npx -- -y @trustedskills/axiom-swiftui-search-ref
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"axiom-swiftui-search-ref": {
"command": "npx",
"args": [
"-y",
"@trustedskills/axiom-swiftui-search-ref"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The axiom-swiftui-search-ref skill enables AI agents to query Axiom's reference data for SwiftUI components, allowing rapid discovery of available views and modifiers. It streamlines frontend development by providing direct access to documentation without manual lookup.
When to use it
- You need to quickly find the correct SwiftUI view or modifier for a specific UI pattern.
- Your agent is building an iOS app and requires up-to-date component specifications.
- You want to verify available properties for a custom
UIViewRepresentablewrapper. - The team needs consistent documentation references during code generation sessions.
Key capabilities
- Searches the official Axiom repository for SwiftUI-related entries.
- Returns structured data on view names, modifiers, and usage contexts.
- Filters results based on specific keywords or component categories.
Example prompts
- "List all available layout modifiers in the latest SwiftUI framework."
- "Find the reference documentation for
NavigationStackand its child views." - "What are the common state management patterns supported by SwiftUI components in Axiom?"
Tips & gotchas
Ensure your agent has network access to fetch the latest Axiom repository data, as cached versions may miss recent updates. This skill is specific to the SwiftUI ecosystem; do not use it for UIKit or other framework queries.
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.