Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

iOS-from-web-guide

iOS-from-web-guide에는 j-morgan6에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
2
업데이트
2026-07-03
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ios-api-client-foundation
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-03
ios-feature-scaffold
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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 GitHub Agent Skills | SkillsMP