← Back to list

ios-swiftui
by lmiguelvargasf
🌟 Modern full-stack template using Python (Litestar) and TypeScript (Next.js).
⭐ 2🍴 0📅 Jan 20, 2026
SKILL.md
name: ios-swiftui description: > Use when adding or modifying iOS Swift/SwiftUI code under ios/.
iOS SwiftUI skill
When to use
- You are working in
ios/on Swift or SwiftUI files. - You need to follow iOS 26+, Swift 6.2+, and modern SwiftUI guidance.
- You need MVVM structure with
@Observablestate models.
Steps
- Confirm new code targets iOS 26+ and Swift 6.2+.
- Use
NavigationStack,navigationDestination(for:), and modern SwiftUI APIs. - Model shared state with
@Observable+@MainActorclasses. - Keep views as structs; move logic into view models for testability.
- Avoid UIKit,
ObservableObject, force unwraps, and legacy APIs. - Add unit tests for core logic.
Constraints
- Do not add third-party frameworks without explicit approval.
- Avoid
onTapGesture()unless tap location/count is required. - Use
foregroundStyle()andclipShape(.rect(cornerRadius:)). - Use
Task.sleep(for:)andString.replacing(_:with:). - Use
localizedStandardContains()for user-input filtering.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

