caglarbaranbora

39 mods across 1 repository, 1 stars between them.

caglarbaranbora/Apple-Agent-Kit

Instructions file

Claude Code instructions for caglarbaranbora/Apple-Agent-Kit, covering claude.md, layer order (do not violate), the normative specs, file naming and structure and validating.

1 9d ago A 1,576 tokens

accessibility

05

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Accessibility API implementation tasks to the correct Knowledge Contracts — accessibility labels, traits, value/hint, custom actions, element grouping, VoiceOver navigation order, Dynamic Type API, Reduce Motion, Reduce Transparency/Increase Contrast, Full Keyboard Access and accessibility focus…

1 9d ago A 247 tokens

app-intents

06

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route App Intents implementation tasks to the correct Knowledge Contracts -- app intent declaration and parameters, app entities and queries, App Shortcuts and Siri phrases, and intent results. Use when conforming to AppIntent, declaring @Parameter, AppEnum, or parameterSummary, conforming to AppEntity or…

1 9d ago A 243 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route App Store submission-compliance tasks to the correct Knowledge Contracts — app completeness, demo accounts, screenshot/description accuracy, in-app purchase requirements, external payment link restrictions, restore purchases, minimum functionality, spam/duplicate-app avoidance, permission usage strings, privacy…

1 9d ago A 296 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route App Tracking Transparency / IDFA implementation tasks to the correct Knowledge Contracts -- authorization request mechanics, authorization status handling, IDFA access, and the NSUserTrackingUsageDescription Info.plist requirement. Use when calling requestTrackingAuthorization, checking…

1 9d ago A 147 tokens

apple-agent-kit

09

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Apple platform app development — UI terminology, style guide rules, authentication flows, and other Apple Agent Kit domains. Use for any task involving Apple platform UI text, capitalization, or implementation conventions.

1 9d ago A 42 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Sign in with Apple implementation tasks to the correct Knowledge Contracts -- building the authorization request and reading the resulting credential, nonce generation and identity-token/authorization-code handling, credential-state checks and revocation reactions, and session persistence and sign-out. Use when…

1 9d ago A 197 tokens

backgroundtasks

11

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route BackgroundTasks implementation tasks to the correct Knowledge Contracts -- background task registration and scheduling, task execution and expiration handling, processing task constraints and conditions, and background refresh and widget timeline hookup. Use when registering a task identifier with…

1 9d ago A 267 tokens

combine

12

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Combine implementation tasks to the correct Knowledge Contracts -- the Publisher/Subscriber protocol pair, sink(receiveCompletion:receiveValue:)/sink(receiveValue:) and retaining the returned AnyCancellable; @Published/ObservableObject and the synthesized objectWillChange publisher; PassthroughSubject vs.…

1 9d ago A 0 tokens

core-data

13

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Core Data implementation tasks to the correct Knowledge Contracts -- subclassing NSManagedObject and choosing an .xcdatamodeld Codegen mode (Class Definition/Manual-None/Category+Extension) with @NSManaged properties, standing up NSPersistentContainer via loadPersistentStores(completionHandler:) and viewContext…

1 9d ago A 410 tokens

core-location

14

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Core Location implementation tasks to the correct Knowledge Contracts -- authorization and usage strings, location updates and delivery, accuracy and precise location, and background monitoring with location-triggered launches. Use when reading CLAuthorizationStatus or authorizationStatus, calling…

1 9d ago A 235 tokens

eventkit

15

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route EventKit implementation tasks to the correct Knowledge Contracts -- authorization and access levels, event CRUD and fetch predicates, reminder CRUD and fetch, and recurrence rules with the EventKitUI hand-off decision. Use when checking EKAuthorizationStatus, calling…

1 9d ago A 311 tokens

foundation

16

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Swift Foundation framework implementation tasks to the correct Knowledge Contracts -- date/time formatting, measurement and unit formatting, Codable encoding and custom conformance, and FileManager app sandbox directories. Use when working with DateFormatter, ISO8601DateFormatter, Date.FormatStyle, .formatted()…

1 9d ago A 133 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Human Interface Guidelines Components/Inputs design tasks to the correct Knowledge Contracts -- lists and tables, buttons, sheets, alerts, action sheets, navigation bars, tab bars, pickers, toggles, text fields, menus, and touchscreen gestures. Use when designing or reviewing iOS/iPadOS list/table layout, button…

1 9d ago A 163 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Human Interface Guidelines Patterns design tasks to the correct Knowledge Contracts -- onboarding, searching, settings, notifications, feedback, and undo/redo. Use when designing or reviewing an iOS/iPadOS first-run flow, in-app search placement, settings-screen structure, notification content/timing…

1 9d ago A 139 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Human Interface Guidelines (Foundations) design tasks to the correct Knowledge Contracts — layout, color, typography, dark mode, materials, motion, app icons, interface icons, images, branding, accessibility design, inclusion, privacy-design permission UI, SF Symbols usage, and right-to-left support. Use when…

1 9d ago A 187 tokens

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Face ID/Touch ID/device-passcode implementation tasks to the correct Knowledge Contracts -- availability and biometry-type detection, policy evaluation, reason strings and Info.plist, error handling, LAContext lifecycle, Keychain-biometric binding, and fallback UX. Use when checking biometric availability…

1 9d ago A 238 tokens

localization

21

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Apple-platform localization tasks to the correct Knowledge Contracts -- String Catalog (.xcstrings) mechanics, compiler-driven extraction and the string-literal requirement it depends on, translator comments, the New/Needs Review/Translated/Stale states, explicit keys vs. value-as-key, and manually-managed…

1 9d ago A 548 tokens

networking

22

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route URLSession networking implementation tasks to the correct Knowledge Contracts — request construction, async/await and completion-handler data fetching, Codable decoding, HTTP error handling, task cancellation, session configuration, App Transport Security, authenticated requests, session delegates and their…

1 9d ago A 295 tokens

passkit

23

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route PassKit implementation tasks to the correct Knowledge Contracts -- pass library querying/adding, .pkpass/pass.json content and required fields, the add-to-Wallet UI flow, pass updates and the app-vs-server push boundary, and Apple Pay payment requests plus authorization/result handling. Use when calling…

1 9d ago A 360 tokens

photos

24

caglarbaranbora/Apple-Agent-Kit

Skill Claude CodeCodex

Route Photos and PhotoKit implementation tasks to the correct Knowledge Contracts -- picking assets with no authorization, requesting library access and its usage-description keys, the limited library, fetching assets, requesting images, and writing to the library. Use when presenting PhotosPicker or…

1 9d ago A 265 tokens