Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

iOS-from-web-guide

iOS-from-web-guide contient 12 skills collectées depuis j-morgan6, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
12
Stars
2
mis à jour
2026-07-03
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ios-api-client-foundation
Développeurs de logiciels

MANDATORY for API client and Services work. Use before writing APIClient, any file under Services/, or any networking code.

2026-07-03
ios-app-icon-asset-prep
Développeurs de logiciels

MANDATORY when adding or updating icons in AppIcon.appiconset/. Enforces 1024x1024 sizing and the per-variant alpha rules (primary opaque, dark transparent, tinted opaque grayscale).

2026-07-03
ios-auth-keychain-storage
Développeurs de logiciels

MANDATORY for auth token storage. Use before writing any code that stores, reads, or deletes authentication credentials.

2026-07-03
ios-feature-scaffold
Développeurs de logiciels

MANDATORY when the user asks to add or scaffold a new feature or screen. Chains Model + ViewModel + View + APIClient extension + test stub in one pass.

2026-07-03
ios-info-plist-privacy-strings
Développeurs de logiciels

MANDATORY for Info.plist work. Use before adding imports that require user permission (PhotosUI, AVFoundation camera, CoreLocation, ATT, HealthKit, Contacts, EventKit).

2026-07-03
ios-project-structure
Développeurs de logiciels

MANDATORY for iOS project initialization and project.yml work. Use before creating or editing project.yml, Package.swift, or the top-level directory layout.

2026-07-03
swiftui-async-image-with-backend-paths
Développeurs de logiciels

MANDATORY for any AsyncImage rendering a URL from a JSON response. Use before writing AsyncImage(url:) anywhere in the View layer.

2026-07-03
swiftui-equatable-hashable-for-diffing
Développeurs de logiciels

MANDATORY for model structs used in SwiftUI views (files under Models/), especially with NavigationLink(value:) or @Observable arrays. Use before writing custom Equatable or Hashable conformances.

2026-07-03
swiftui-layout-pitfalls
Développeurs de logiciels

MANDATORY for any view combining ScrollView, VStack, AsyncImage, or a custom Layout. Use before writing a ScrollView-based screen under Views/.

2026-07-03
swiftui-navigation-foundations
Développeurs de logiciels

MANDATORY for any screen with navigation. Use before writing a NavigationStack, NavigationLink, or navigationDestination — typically files under Views/.

2026-07-03
swiftui-observable-viewmodel-boilerplate
Développeurs de logiciels

MANDATORY for creating any ViewModel. Use before writing any file under ViewModels/ or any class whose name ends in ViewModel.

2026-07-03
swiftui-optimistic-ui-pattern
Développeurs de logiciels

MANDATORY for any like, bookmark, follow, favorite, or similar toggle. Use before writing a mutation method on a ViewModel.

2026-07-03
iOS-from-web-guide Agent Skills sur GitHub | SkillsMP