Kotlin and Swift skills

765 tagged Kotlin and Swift, measured the same way as everything else here.

Browse within: android 213ios 136kotlin 118compose-multiplatform 104jetpack-compose 75swift 71skills 67apple 62ai-coding 55claude-code-plugin 48copilot 47deepseek 44kmp 42codex-cli 41

no-problem-dev/claude-code-plugins

Skill Claude CodeCodex

A guide for structuring iOS applications using clean architecture, an approach that separates user-interface code, business rules, and external services. It also covers local Swift packages and package dependencies.

not rated 5 6mo ago A 0 tokens

swiftui-compose

50

sorunokoe/swiftui-compose-skill

Skill Claude Code

Compose Multiplatform ↔ SwiftUI integration patterns. USE FOR: embedding Compose Multiplatform views in a SwiftUI app; embedding SwiftUI/UIKit components inside Compose Multiplatform; sharing state between Compose and SwiftUI; managing the Compose UIViewController lifecycle; bidirectional data flow with the…

not rated 5 2mo ago A 65 tokens original MIT

swift-kmp

51

sorunokoe/swift-kmp-skill

Skill Claude Code

KMP bridge standards for iOS. USE FOR: structuring a bridge layer between Kotlin Multiplatform (KMP) and Swift; integrating KMP iOS framework APIs in a Swift app (direct integration or SwiftPM); handling SKIE flows and sealed classes; mapping Kotlin models/errors to Swift domain types; keeping KMP imports confined to…

not rated 5 2mo ago A 92 tokens original MIT

kr

52

umuterturk/kotlin-renamer

Skill Claude Code

Use when renaming Kotlin symbols (classes, methods, properties, parameters), moving Kotlin files to other packages, or analyzing Kotlin project structure (outline, find, deps, beans, hierarchy, unused). Triggers on rename, refactor, move, outline, find, analyze requests involving .kt files.

not rated 5 6mo ago B 63 tokens original MIT

uikit-expert

53

zinxj/uikit-expert-skill

Skill Claude CodeCodex

Write, review, or improve UIKit code following best practices for view controller lifecycle, Auto Layout, collection views, navigation, animation, memory management, and modern iOS 18–26 APIs. Use when building new UIKit features, refactoring existing views or view controllers, reviewing code quality, adopting modern…

not rated 5 2d ago A 95 tokens original MIT

apple-dev

54

markdavidgan/apple-dev-skills

Skill Claude Code

Apple platform development plugin host for Kimi Code CLI. Provides pattern-check and api-lookup tools; load individual apple-dev skills by name.

not rated 5 12d ago A 31 tokens original MIT

iammohdzaki/kmp-skills

Skill Claude Code

Comprehensive Material 3 (Material You) design system skill for Jetpack Compose and Compose Multiplatform (KMP). Covers color tokens, typography, shape, 30+ components, adaptive layout, navigation patterns, dynamic color, dark mode, motion/animation, and accessibility. Compose-first — no web or Flutter code.

not rated 4 1mo ago A 71 tokens original MIT

android-feature

56

arslan555/claude-android-feature-skill

Skill Claude CodeCodex

Production-ready, step-by-step skill for implementing a new feature in any modern Android application (Kotlin, Jetpack Compose, Hilt, MVI, offline-first). Encodes module/package layout, file-by-file templates, naming conventions, and quality bars derived from the Now in Android (android/nowinandroid) reference…

not rated 4 2mo ago A 189 tokens

gpt-pro

57

scasella/codex-gpt-pro

Skill Codex

Operate ChatGPT Pro through Browser Use/Playwright or Computer Use. Use when the user asks Codex to ask GPT Pro, prompt GPT Pro, use ChatGPT Pro, send a prompt to ChatGPT Pro/GPT Pro, or wait for a GPT Pro result. Checks whether Browser Use/Playwright and/or Computer Use are available, asks for a first-run default…

not rated 4 4mo ago A 130 tokens original MIT

mavericks-mvi

58

ujffdi/mavericks-mvi-skills

Skill Claude CodeCodex

Use when creating or modifying Mavericks 3.x State, MavericksState, MavericksViewModel, AssistedViewModelFactory, hiltMavericksViewModelFactory, ViewModelModule binding, initial args, Compose mavericksViewModel, collectAsStateWithLifecycle, Fragment MavericksView subscriptions, Async execute, setState, withState…

not rated 3 3mo ago A 83 tokens original MIT

rhyean88/apple-platform-build-tools-claude-code-plugin

Skill Claude CodeCodex

Builds, tests, and archives Swift packages and Xcode projects for Apple platforms. Use when running xcodebuild, swift build, or swift test commands, discovering schemes and targets, or selecting simulator destinations for iOS, macOS, tvOS, watchOS, or visionOS.

not rated 3 today A 64 tokens original MIT

Syniox5334/apple-dev-skills

Skill Codex

Bootstrap new Swift Package Manager projects with consistent defaults. Use when creating a new Swift package, scaffolding its initial structure, applying standard platform and version defaults, or customizing this skill's bootstrap defaults.

not rated 3 yesterday A 45 tokens original Apache-2.0

singleton11/kotlin-toolchain-skills

Skill Claude CodeCodex

Migrate an entire Gradle Kotlin/JVM project to Kotlin Toolchain — module.yaml + project.yaml, dependency-catalog reuse, CI rewrite, and local plugins replacing Gradle plugins with no Toolchain equivalent. TRIGGER when converting/migrating/porting a whole Gradle project (build.gradle/.kts, Gradle wrapper) to Kotlin…

not rated 3 21d ago A 239 tokens

viewdoctor

63

KamnevVladimir/ViewDoctor

Skill Claude CodeCodex

Run deterministic SwiftUI and multi-module analysis after editing Swift code, before review, or when an AI-generated change may have introduced performance, task-lifetime, or module-boundary risks.

not rated 2 5d ago A 40 tokens original MIT

programming-swift

64

Shada01245/the-unofficial-swift-programming-language-skill

Skill Claude CodeCodex

Provides the complete content of 'The Swift Programming Language (6.2.1)' book by Apple. Use this skill when you need to verify Swift syntax, look up language features, understand concurrency, resolve compiler errors, or consult the formal language reference.

not rated 2 yesterday A 56 tokens copy · 97% MIT

wwdc-skills

65

cruisediary/wwdc-skills

Skill Claude CodeCodex

Reference skill for Apple WWDC developer sessions (WWDC18–WWDC25). Covers Swift, SwiftUI, SwiftData, Swift Concurrency, UIKit, ARKit, RealityKit, visionOS, Xcode, and all Apple frameworks. Use when asked about Apple APIs, iOS/macOS/visionOS development, WWDC session content, API migration, or any Apple developer…

not rated 2 5mo ago A 107 tokens original MIT

android-app-builder

66

mouchegmouradian/claude-code-skills

Skill Claude CodeCodex

Create Android applications scaled to project complexity. Automatically detects whether to use a simple single-module architecture (no DI, DataStore), a standard Hilt + Room single-module structure, or full NowInAndroid multi-module production architecture. Use when building Android apps with Kotlin, Jetpack Compose…

not rated 2 2mo ago A 92 tokens original MIT

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

not rated 2 2mo ago A 41 tokens

davideagostini/ai-dev-skills

Skill Claude Code

Step-by-step guide to scaffold a new Android + Jetpack Compose project from scratch. Covers project creation in Android Studio, Gradle version catalog setup, core library selection, feature-first MVVM architecture, and Compose UI best practices. Use when starting a greenfield Android project or setting up a new app…

not rated 2 5mo ago A 67 tokens original MIT

ios_developer

69

onmyway133/skills

Skill Claude CodeCodex

Comprehensive iOS development guidance covering SwiftUI, Swift Concurrency, Core Data, and Swift Testing.

not rated 2 5mo ago A 24 tokens original MIT

ethanchzhong/Agent-Skills

Skill Claude CodeCodex

Coding standards and best practices for Kotlin Multiplatform (KMP) development. Enforces SOLID principles, Dependency Injection (Koin), and Resource Management (Compose Resources).

not rated 2 7mo ago A 42 tokens

raulriera/skills

Skill Claude CodeCodex

Use when adding or reviewing logging in Swift code that uses the Logbook package — log calls, levels, metadata, redaction, bootstrap/flush wiring, or logging in tests. Symptoms: values interpolated into log messages, personal data (email, phone, token) reaching logs, metadata keys that hide what a value is, print() in…

not rated 2 28d ago A 78 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: