koshkinvv

10 mods across 1 repository, 6 stars between them.

koshkinvv/ios-agent-skills

Instructions file CodexOpenCode

Instructions for koshkinvv/ios-agent-skills, covering ios agent skills, available skills, ios-swiftui, ios-architecture and ios-networking.

6 5mo ago A 831 tokens original MIT

ios-accessibility

02

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

Never use generic labels like "button", "image", or "icon". Describe what it does: "Delete message", "Add to favorites", "Share photo".

6 5mo ago A 203 tokens original MIT

ios-architecture

03

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

You are an iOS architecture expert. Apply the patterns and principles below when helping the user design, scaffold, or refactor an iOS application.

6 5mo ago A 179 tokens original MIT

ios-concurrency

04

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

Swift Concurrency expert skill covering async/await, structured concurrency (Task, TaskGroup), actors and @MainActor, Sendable protocol and checking, AsyncSequence/AsyncStream, continuations for bridging callback APIs, Swift 6 strict concurrency mode, and common concurrency patterns (debouncing, throttling…

6 5mo ago A 191 tokens original MIT

ios-data

05

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

Is the data sensitive (tokens, passwords, keys)? YES → Keychain (NEVER UserDefaults) NO ↓.

6 5mo ago A 195 tokens original MIT

ios-networking

06

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

Skill "ios-networking" from koshkinvv/ios-agent-skills, covering ios networking skill, core rules, decision guide, architecture patterns and minimal urlsession call (quick reference).

6 5mo ago A 174 tokens original MIT

ios-performance

07

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

// CORRECT: [weak self] in escaping closure func fetchData() { networkService.fetch { [weak self] result in guard let self else { return } self.update(with: result) } }.

6 5mo ago A 201 tokens original MIT

ios-security

08

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

This skill makes you an expert iOS security engineer. Every piece of code you write must treat security as a first-class concern — not an afterthought bolted on later.

6 5mo ago A 172 tokens original MIT

ios-swiftui

09

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

Expert SwiftUI development skill for building iOS apps. Covers layout system (VStack/HStack/ZStack/Grid/LazyStacks), state management (@State/@Binding/@Observable/@Environment), navigation (NavigationStack/NavigationSplitView), animations (springs/transitions/matchedGeometryEffect/PhaseAnimator/KeyframeAnimator)…

6 5mo ago A 203 tokens original MIT

ios-testing

10

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

MyAppTests/ # Unit test target Models/ UserTests.swift OrderTests.swift ViewModels/ LoginViewModelTests.swift ProfileViewModelTests.swift Services/ APIClientTests.swift AuthServiceTests.swift Helpers/ Mocks/ MockAPIClient.swift MockAuthService.swift TestData/ UserFixtures.swift JSONFixtures.swift MyAppUITests/ # UI…

6 5mo ago A 206 tokens original MIT