Install
Quick install
npx skills add https://github.com/ameyalambat128/swiftui-skillsnpx skills add ameyalambat128/swiftui-skills --agent claude-codenpx skills add ameyalambat128/swiftui-skills --agent cursornpx skills add ameyalambat128/swiftui-skills --agent codexnpx skills add ameyalambat128/swiftui-skills --agent opencodenpx skills add ameyalambat128/swiftui-skills --agent github-copilotnpx skills add ameyalambat128/swiftui-skills --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add ameyalambat128/swiftui-skillsManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/ameyalambat128/swiftui-skills.gitcp -r swiftui-skills ~/.claude/skills/SwiftUI Development Skills
Apple-authored SwiftUI and platform guidance extracted from Xcode
What is it?
A collection of SwiftUI development skills extracted from Apple's internal Xcode documentation. SwiftUI is opinionated, and most AI agents don't know those opinions. This skill fills that gap by providing the precise patterns, conventions, and best practices that Apple recommends for SwiftUI development, helping AI agents write idiomatic SwiftUI code.
How to use it?
Install the skills and Claude will automatically apply SwiftUI-specific knowledge when working on iOS/macOS development:- View patterns - Correct view composition, modifiers, and layout strategies
- State management - @State, @Binding, @Observable, and environment patterns
- Navigation - NavigationStack, NavigationSplitView, and routing patterns
- Platform conventions - iOS/macOS-specific UI patterns and Human Interface Guidelines
The skills are sourced from Apple's documentation shipped inside Xcode, ensuring accuracy and currency.
Key Features
- SwiftUI patterns extracted from Apple's Xcode AI documentation
- Idiomatic view composition and modifier usage
- State management patterns (@State, @Binding, @Observable)
- Navigation and routing best practices
- Platform-specific UI conventions for iOS and macOS
- Human Interface Guidelines integrationView on GitHub
GitHub Stats
StarsForksLast UpdateAuthorameyalambat128LicenseMITVersion1.0.0Categories
Developer ToolsTags
aidocument-processingioscodingFeatures
Related Skills
More from Developer Toolsjules
Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos79sanjay3290Developer Tools00
outline
Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted)79sanjay3290Developer ToolsProductivity00
Move Code Quality Checker
Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices131NickPappasDeveloper Tools00
---
Source: https://github.com/ameyalambat128/swiftui-skills
Author: ameyalambat128
License: https://opensource.org/licenses/MIT
GitHub Stars: 27
Tags: ai, document-processing, ios, coding
SKILL.md source
--- name: SwiftUI Development Skills description: Apple-authored SwiftUI and platform guidance extracted from Xcode --- # SwiftUI Development Skills Apple-authored SwiftUI and platform guidance extracted from Xcode What is it? A collection of SwiftUI development skills extracted from Apple's internal Xcode documentation. SwiftUI is opinionated, and most AI agents don't know those opinions. This skill fills that gap by providing the precise patterns, conventions, and best practices that Apple recommends for SwiftUI development, helping AI agents write idiomatic SwiftUI code. ## How to use it? Install the skills and Claude will automatically apply SwiftUI-specific knowledge when working on iOS/macOS development: * View patterns - Correct view composition, modifiers, and layout strategies * State management - @State, @Binding, @Observable, and environment patterns * Navigation - NavigationStack, NavigationSplitView, and routing patterns * Platform conventions - iOS/macOS-specific UI patterns and Human Interface Guidelines The skills are sourced from Apple's documentation shipped inside Xcode, ensuring accuracy and currency. ## Key Features * SwiftUI patterns extracted from Apple's Xcode AI documentation * Idiomatic view composition and modifier usage * State management patterns (@State, @Binding, @Observable) * Navigation and routing best practices * Platform-specific UI conventions for iOS and macOS * Human Interface Guidelines integrationView on GitHub ### GitHub Stats StarsForksLast UpdateAuthorameyalambat128LicenseMITVersion1.0.0 ### Categories Developer Tools ### Tags aidocument-processingioscoding ### Features ## Related Skills More from Developer Tools ### jules Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos 79sanjay3290Developer Tools00 ### outline Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted) 79sanjay3290Developer ToolsProductivity00 ### Move Code Quality Checker Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices 131NickPappasDeveloper Tools00 --- **Source**: https://github.com/ameyalambat128/swiftui-skills **Author**: ameyalambat128 **License**: https://opensource.org/licenses/MIT **GitHub Stars**: 27 **Tags**: ai, document-processing, ios, coding
Related skills 6
vercel-react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
adapt
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.
Flutter / flutter-building-forms
Build Flutter forms with validation and user input
Auth0 / auth0-android
Add authentication to native Android apps using the Auth0 SDK
Flutter / flutter-reducing-app-size
Measure and optimize Flutter app bundle sizes
Flutter / flutter-theming-apps
Customize Flutter app appearance through the theming system