スキル一覧に戻る
lmiguelvargasf

ios-swiftui

by lmiguelvargasf

🌟 Modern full-stack template using Python (Litestar) and TypeScript (Next.js).

2🍴 0📅 2026年1月20日
GitHubで見るManusで実行

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 @Observable state models.

Steps

  1. Confirm new code targets iOS 26+ and Swift 6.2+.
  2. Use NavigationStack, navigationDestination(for:), and modern SwiftUI APIs.
  3. Model shared state with @Observable + @MainActor classes.
  4. Keep views as structs; move logic into view models for testability.
  5. Avoid UIKit, ObservableObject, force unwraps, and legacy APIs.
  6. 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() and clipShape(.rect(cornerRadius:)).
  • Use Task.sleep(for:) and String.replacing(_:with:).
  • Use localizedStandardContains() for user-input filtering.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です