caglarbaranbora/Apple-Agent-Kit
Plugin Claude Code
Self-hosted marketplace for the Apple Agent Kit Claude Code plugin.
caglarbaranbora/Apple-Agent-Kit
Plugin Claude Code
Self-hosted marketplace for the Apple Agent Kit Claude Code plugin.
caglarbaranbora/Apple-Agent-Kit
Plugin Claude Code
Spec-first knowledge system for AI coding agents developing Apple platform applications.
caglarbaranbora/Apple-Agent-Kit
Instructions file CodexOpenCode
AGENTS.md instructions for caglarbaranbora/Apple-Agent-Kit, covering agents.md, startup procedure, rules, layer order and forbidden.
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.
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…
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…
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…
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…
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.
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…
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…
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.…
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…
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…
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…
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()…
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…
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…
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…
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…
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…
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…
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…
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…