ui-framework
01Skill Claude CodeCodex
A set of rules for building iOS interfaces with UIKit, Apple's interface framework. It defines choices for layout, navigation, colors, fonts, dark mode, keyboard handling, and related views.
从零开始开发并上架 iOS App 到 App Store 的完整教程 | 176章+12附录 | AI驱动开发 | SwiftUI | 国内开发者专属指南
Skill Claude CodeCodex
A set of rules for building iOS interfaces with UIKit, Apple's interface framework. It defines choices for layout, navigation, colors, fonts, dark mode, keyboard handling, and related views.
Skill Claude CodeCodex
A guide to using Apple’s AVFoundation framework for camera features in iOS apps. It covers camera sessions, permissions, and required app configuration.
Skill Claude CodeCodex
A guide for using Core ML and Vision, Apple frameworks for running machine-learning models and analysing images on Apple devices. It covers model loading, image recognition, object detection, face detection, model conversion, and inference performance.
Skill Claude CodeCodex
An iOS App Store compliance guide covering subscriptions, in-app purchases, permissions, privacy data, user guidance, and review preparation. It includes StoreKit 2, Apple’s modern purchase framework, and App Tracking Transparency.
Skill Claude CodeCodex
A guide for connecting an iOS app to large-language-model APIs, which are online services that generate or analyze text. It covers normal replies, streaming replies through SSE, token usage, errors, and API-key storage.
Skill Claude CodeCodex
An iOS project-structure guide that groups code by app feature, shared infrastructure, and reusable design components. Each feature keeps its screens, view models, services, and views together.
Skill Claude CodeCodex
Network and API guidance for Swift applications, covering HTTP requests, backend interfaces, URL sessions, data parsing, token refresh, retries, and AI API integration.
Skill Claude CodeCodex
A guide to adding multiple languages to an iOS app, including translated text, language switching, and different word forms such as singular and plural. It uses Apple’s localization files, including Localizable.strings and strings dictionaries.
Skill Claude CodeCodex
An iOS subscription and paywall guide built around StoreKit 2, Apple’s framework for in-app purchases. It covers subscription products, checking paid access, optional server verification, and a reusable subscription manager.
Skill Claude CodeCodex
A Chinese-language catalogue of community Claude Code skills for iOS development and related backend work. Claude Code skills are reusable instructions that help an AI coding assistant handle particular development tasks.
Skill Claude CodeCodex
A guide for building backend services, the server-side code and data systems that support an app. It covers APIs, databases, authentication, deployment, and services such as Supabase, Cloudflare Workers, Vapor, and Firebase.
Skill Claude CodeCodex
A set of Swift guidelines for storing app data, including preferences, credentials, files, caches, and structured records.
Skill Claude CodeCodex
An iOS guide for push notifications and background work using Apple services such as APNs. It covers permission requests, device-token management, silent and rich notifications, notification extensions, background refresh, and downloads.
Skill Claude CodeCodex
An iOS testing guide covering unit tests, UI tests, XCTest, test doubles such as mocks and stubs, snapshot tests, asynchronous tests, coverage, and TDD. TDD means writing a failing test before implementing the code that should pass it.
Skill Claude CodeCodex
A guide to finding and fixing performance problems in iOS apps, including slow startup, memory leaks, large app downloads, interface pauses, and battery use. It covers Apple’s Instruments profiling tool and performance measurements.
Skill Claude CodeCodex
A guide to building iOS home-screen and lock-screen widgets, Live Activities, and Dynamic Island interfaces. Widgets are small app surfaces that run separately, while Live Activities show changing information during an ongoing event.
Skill Claude CodeCodex
An iOS multimedia guide for recording and playing audio, editing video, and working with photos. It covers Apple frameworks such as AVFoundation and Photos.
Skill Claude CodeCodex
A set of Swift guidelines for maps and location features, including Core Location, MapKit, geofencing, background location, and iBeacon.
Skill Claude CodeCodex
A reference for protecting Apple-platform apps and data with encryption, secure storage, HTTPS, certificate checks, and app-attestation features. It covers Apple's CryptoKit and Keychain tools, among other security practices.
Skill Claude CodeCodex
Guidance for combining SwiftUI with UIKit in an iOS application. SwiftUI is Apple's newer way to describe screens, while UIKit is the older framework used by many existing apps.
Skill Claude CodeCodex
An iOS logging and monitoring guide using OSLog, Apple’s system for structured application logs, plus crash monitoring with Firebase Crashlytics. It defines log levels and categories for different app areas.
Skill Claude CodeCodex
A guide to exposing iOS app actions to Siri, Spotlight, Shortcuts, widgets, and Apple Intelligence through Apple’s App Intents framework. It covers actions, parameters, searchable entities, and user-facing shortcut phrases.
Skill Claude CodeCodex
A reference for using Chinese large-language-model services and handling related compliance topics. It covers APIs from providers such as Qwen, DeepSeek, Wenxin, GLM, and Moonshot, including OpenAI-compatible request formats.