Abdullah4AI

61 mods across 2 repositories, 10 stars between them.

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Apple platform skill for docs, WWDC lookup, App Store Connect work, SwiftUI app generation, and Codex Build iOS/macOS plugin workflows now exposed directly in the CLI. Use repo-local node cli.js for Apple docs/WWDC, appledev store for App Store Connect, appledev build for app scaffolding/fix loops, appledev ios for…

10 4d ago A 157 tokens original MIT

ios-rules

04

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

38 battle-tested iOS development rules covering accessibility, navigation, architecture, dark mode, localization, App Review guidelines, and more. Targets the mistakes LLMs actually make when generating Swift/SwiftUI code.

10 4d ago A 46 tokens original MIT

swiftui-guides

05

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

12 SwiftUI best practice guides covering Liquid Glass (iOS 26), navigation, state management, animations, layout, lists, forms, performance, and more. Prevents common LLM mistakes in SwiftUI code generation.

10 4d ago A 50 tokens original MIT

components

06

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Skill "components" from Abdullah4AI/apple-developer-toolkit, covering component patterns (macos), macos visual design — desktop-native feel, button styles, liquid glass (macos 26) and context menus (right-click).

10 4d ago A 56 tokens original MIT

macos-patterns

08

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Skill "macos-patterns" from Abdullah4AI/apple-developer-toolkit, covering macos platform patterns, window management, menu bar customization (commandmenu + focusedvalue), keyboard shortcuts and settings / preferences.

10 4d ago A 68 tokens original MIT

navigation

09

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

NavigationSplitView { List(categories, selection: $selectedCategory) { category in Label(category.name, systemImage: category.icon) } .navigationSplitViewColumnWidth(min: 180, ideal: 220) } detail: { if let category = selectedCategory { CategoryDetailView(category: category) } else { ContentUnavailableView("Select a…

10 4d ago A 60 tokens original MIT

tvos-patterns

10

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Skill "tvos-patterns" from Abdullah4AI/apple-developer-toolkit, covering tvos platform patterns, siri remote input, media playback (avkit), top shelf extension and parallax effect (focus art).

10 4d ago A 74 tokens original MIT

visionos-patterns

11

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Skill "visionos-patterns" from Abdullah4AI/apple-developer-toolkit, covering visionos platform patterns, three scene types, realitykit entity loading, entity interaction and spatial gestures.

10 4d ago A 66 tokens original MIT

design-system

13

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Design system rules: AppTheme token pattern, Color(hex:) extension, Colors/Fonts/Spacing/Style enums, SF Symbols, typography tokens. Use when defining colors, spacing, fonts, or any visual design tokens, or when creating/editing AppTheme. Triggers: AppTheme, Color, .primary, .secondary, spacing, cornerRadius, font, SF…

10 4d ago A 79 tokens original MIT

review

14

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Quality review and accessibility audit workflow: severity-based findings, structured Markdown output, fix planning. Use when running /quality-review, /accessibility-audit, reviewing code quality, or auditing accessibility compliance. Triggers: review, audit, quality, accessibility, a11y, findings, severity.

10 4d ago A 61 tokens original MIT

swiftui

15

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

SwiftUI best practices for views, state management, animations, forms, lists, scroll, performance, and modern APIs. Use when writing ANY SwiftUI view, creating UI components, managing @State/@Observable, or building layouts. Triggers: View, body, @State, @Observable, NavigationStack, List, Form, animation…

10 4d ago A 77 tokens original MIT

app-clips

16

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

App Clips: lightweight instant experiences, URL/NFC/QR invocation, SKOverlay for full app promotion, 15MB size constraint. Use when creating an App Clip experience, handling invocation URLs, or promoting the full app. Triggers: App Clip, AppClip, SKOverlay, invocation URL, lightweight experience.

10 4d ago A 67 tokens original MIT

live-activities

17

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Live Activities and Dynamic Island: ActivityKit, ActivityAttributes, real-time updates on Lock Screen and Dynamic Island. Use when showing live-updating content, delivery tracking, sports scores, or timers on the Lock Screen. Triggers: Live Activity, Dynamic Island, ActivityKit, ActivityAttributes, Lock Screen update.

10 4d ago A 66 tokens original MIT

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Notification service extension: rich push notification modification, media attachment downloads, content transformation before display. Use when customizing push notification content, downloading images for notifications, or modifying notification payloads. Triggers: UNNotificationServiceExtension, rich notification…

10 4d ago A 56 tokens original MIT

safari-extension

19

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Safari Web Extension: SFSafariExtensionHandler, content scripts, web resources, native-web messaging. Use when building a Safari browser extension, injecting content scripts into web pages, or communicating between native app and Safari. Triggers: Safari extension, SFSafariExtensionHandler, content script, browser…

10 4d ago A 65 tokens original MIT

share-extension

20

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Share extension: share sheet integration, content validation, App Group data sharing between app and extension. Use when enabling share-from-other-apps functionality, receiving shared content, or sharing data via App Groups. Triggers: share extension, share sheet, NSExtensionContext, App Group…

10 4d ago A 66 tokens original MIT

widgets

21

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

WidgetKit: timeline provider, widget views, families, AppGroup data sharing, mandatory files. Use when implementing Apple extensions related to widgets.

10 4d ago A 30 tokens original MIT

app-review

22

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

App Store review prompts: StoreKit requestReview(), timing rules, rate limiting, review request best practices. Use when adding rating prompts, requesting reviews, or integrating StoreKit review APIs. Triggers: requestReview, StoreKit, AppStore, rating, review prompt.

10 4d ago A 57 tokens original MIT

apple-translation

23

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

On-device translation: Translation framework, system translation sheet, TranslationSession API, language detection. Use when adding text translation, language switching, or on-device ML translation features. Triggers: Translation, TranslationSession, translate, language, translationTask.

10 4d ago A 53 tokens original MIT

asc-app-create-ui

24

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.

10 4d ago A 39 tokens copy · 95% MIT