Instructions file
Instructions for wangjianqi/AppStore, covering claude.md, project overview, repository structure, working with this repo and content editing.
Instructions file
Instructions for wangjianqi/AppStore, covering claude.md, project overview, repository structure, working with this repo and content editing.
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
Skill "avfoundation-camera" from wangjianqi/AppStore, covering avfoundation 相机模块, session 架构, session 类型选择, 完整权限处理流程 and info.plist 必填.
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
App/ ├── Features/ # 功能模块(每个模块自包含) │ ├── Camera/ │ │ ├── CameraVC.swift │ │ ├── CameraViewModel.swift │ │ ├── CameraService.swift │ │ └── Views/ │ │ ├── CameraPreviewView.swift │ │ └── CameraControlView.swift │ ├── Settings/ │ │ ├── SettingsVC.swift │ │ ├── SettingsViewModel.swift │ │ └── SettingsService.swift │ └──…
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
涉及推送通知、APNs、UNUserNotificationCenter、Background Tasks、Silent Push、Rich Notification、Notification Extension、后台刷新、后台下载的任务.
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
涉及 SwiftUI 混合开发、UIKit 与 SwiftUI 互操作、UIHostingController、UIViewRepresentable、UIViewControllerRepresentable、SwiftUI 在 UIKit 项目中嵌入的任务.
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
涉及 App Intents、Apple Intelligence、Controls API、Spotlight 索引、Siri 快捷指令、SiriKit、App Shortcuts 的任务.
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.