wangjianqi

24 mods across 1 repository, 10 stars between them.

AppStore CLAUDE.md

01

wangjianqi/AppStore

Instructions file

Instructions for wangjianqi/AppStore, covering claude.md, project overview, repository structure, working with this repo and content editing.

10 3mo ago A 516 tokens original MIT

ui-framework

02

wangjianqi/AppStore

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.

10 3mo ago A 36 tokens original MIT

avfoundation-camera

03

wangjianqi/AppStore

Skill Claude CodeCodex

Skill "avfoundation-camera" from wangjianqi/AppStore, covering avfoundation 相机模块, session 架构, session 类型选择, 完整权限处理流程 and info.plist 必填.

10 3mo ago A 34 tokens original MIT

coreml-vision

04

wangjianqi/AppStore

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.

10 3mo ago A 42 tokens original MIT

appstore-compliance

05

wangjianqi/AppStore

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.

10 3mo ago A 39 tokens original MIT

llm-api-integration

06

wangjianqi/AppStore

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.

10 3mo ago A 54 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

App/ ├── Features/ # 功能模块(每个模块自包含) │ ├── Camera/ │ │ ├── CameraVC.swift │ │ ├── CameraViewModel.swift │ │ ├── CameraService.swift │ │ └── Views/ │ │ ├── CameraPreviewView.swift │ │ └── CameraControlView.swift │ ├── Settings/ │ │ ├── SettingsVC.swift │ │ ├── SettingsViewModel.swift │ │ └── SettingsService.swift │ └──…

10 3mo ago A 38 tokens original MIT

network-api

08

wangjianqi/AppStore

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.

10 3mo ago A 37 tokens original MIT

localization

09

wangjianqi/AppStore

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.

10 3mo ago A 32 tokens original MIT

wangjianqi/AppStore

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.

10 3mo ago A 38 tokens original MIT

wangjianqi/AppStore

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.

10 3mo ago C 62 tokens original MIT

backend-server

12

wangjianqi/AppStore

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.

10 3mo ago A 58 tokens original MIT

data-persistence

13

wangjianqi/AppStore

Skill Claude CodeCodex

A set of Swift guidelines for storing app data, including preferences, credentials, files, caches, and structured records.

10 3mo ago A 40 tokens original MIT

push-notification

14

wangjianqi/AppStore

Skill Claude CodeCodex

涉及推送通知、APNs、UNUserNotificationCenter、Background Tasks、Silent Push、Rich Notification、Notification Extension、后台刷新、后台下载的任务.

10 3mo ago A 36 tokens original MIT

testing

15

wangjianqi/AppStore

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.

10 3mo ago A 34 tokens original MIT

performance-debug

16

wangjianqi/AppStore

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.

10 3mo ago A 40 tokens original MIT

wangjianqi/AppStore

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.

10 3mo ago A 36 tokens original MIT

multimedia

18

wangjianqi/AppStore

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.

10 3mo ago A 43 tokens original MIT

location-maps

19

wangjianqi/AppStore

Skill Claude CodeCodex

A set of Swift guidelines for maps and location features, including Core Location, MapKit, geofencing, background location, and iBeacon.

10 3mo ago A 36 tokens original MIT

security-crypto

20

wangjianqi/AppStore

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.

10 3mo ago A 43 tokens original MIT

swiftui-hybrid

21

wangjianqi/AppStore

Skill Claude CodeCodex

涉及 SwiftUI 混合开发、UIKit 与 SwiftUI 互操作、UIHostingController、UIViewRepresentable、UIViewControllerRepresentable、SwiftUI 在 UIKit 项目中嵌入的任务.

10 3mo ago A 47 tokens original MIT

logging-monitoring

22

wangjianqi/AppStore

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.

10 3mo ago A 43 tokens original MIT

wangjianqi/AppStore

Skill Claude CodeCodex

涉及 App Intents、Apple Intelligence、Controls API、Spotlight 索引、Siri 快捷指令、SiriKit、App Shortcuts 的任务.

10 3mo ago A 41 tokens original MIT

wangjianqi/AppStore

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.

10 3mo ago A 53 tokens copy · 80% MIT