Axiom Swiftui Containers Ref
Generates SwiftUI container views (List, VStack, HStack) with data binding and basic styling for rapid UI prototyping.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fotescodev-axiom-swiftui-containers-ref npx -- -y @trustedskills/fotescodev-axiom-swiftui-containers-ref
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fotescodev-axiom-swiftui-containers-ref": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fotescodev-axiom-swiftui-containers-ref"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides references for SwiftUI containers, enabling the AI agent to generate code snippets and explanations related to layout structures within iOS applications. It facilitates the creation of user interfaces using standard SwiftUI components like VStack, HStack, ZStack, ScrollView, and List. The skill aims to streamline development by offering readily available information on these essential building blocks.
When to use it
- Generating code for a simple vertical list of data items in an iOS app.
- Creating a layout with elements stacked horizontally, such as navigation buttons.
- Building complex UI hierarchies using nested containers (e.g.,
VStackinside anHStack). - Implementing scrollable content within a SwiftUI view.
- Understanding the differences between various container types and their appropriate use cases.
Key capabilities
- References for
VStack,HStack,ZStack. - Documentation on
ScrollView. - Information about
Listcontainers.
Example prompts
- "Show me an example of a vertical stack in SwiftUI."
- "How do I create a horizontal scroll view?"
- "Explain the difference between
VStackandHStack." - “Generate code for a list of items using SwiftUI.”
Tips & gotchas
This skill assumes basic familiarity with Swift and SwiftUI concepts. The agent's responses will be most effective when provided with context about the desired UI layout or functionality.
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.