Kotlin and Swift skills

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

Browse within: android 117ios 67kotlin 54jetpack-compose 42copilot 38swift 37ai-coding 33ai-skills 32compose-multiplatform 31apple 29awesome 29kmp 26claude-code-plugin 21antigravity 20

write-swift

01

emilkowalski/skills

Skill Claude CodeCodex

How to write modern Swift well — modeling with value types, Swift 6 data-race safety and approachable concurrency (@concurrent, main-actor-by-default, actors, task groups), protocols and generics (some vs any), API design, performance and ARC, Swift Testing, macros, and the modern language features agents don't know…

not rated 35k +889 14d ago A 107 tokens original MIT

bitwarden/android

Skill Claude CodeCodex

This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe…

not rated 9.3k 5d ago A 169 tokens GPL-3.0

swift-testing-pro

03

jacklandrin/OnlySwitch

Skill Claude CodeCodex

Writes, reviews, and improves Swift Testing code using modern APIs and best practices. Use when reading, writing, or reviewing projects that use Swift Testing.

not rated 5.9k +2 4d ago A 34 tokens original MIT

split-jvm-nonjvm

04

JetBrains/koog

Skill Claude CodeCodex ✓ vendor

Splits a class or several classes in the common source set commonMain into JVM and non-JVM parts into jvmCommonMain and nonJvmCommonMain. This is used to provide some JVM-specific functionality for a class on JVM targets (e.g. Kotlin/JVM or Java backend or Android).

not rated 4.6k +12 2d ago A 68 tokens original Apache-2.0

Dimillian/Skills

Skill Claude CodeCodex

Build, refactor, or review macOS menubar apps that use Tuist and SwiftUI. Use when creating or maintaining LSUIElement menubar utilities, defining Tuist targets/manifests, implementing model-client-store-view architecture, adding script-based launch flows, or validating reliable local build/run behavior without…

not rated 3.9k +2 5mo ago A 74 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

not rated 3.9k +2 5mo ago A 65 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed some…

not rated 3.9k +2 5mo ago A 85 tokens original MIT

build-feature

08

signerlabs/ShipSwift

Skill Claude CodeCodex

Build an iOS feature using ShipSwift components. Use when the user says "build", "create", "add a feature", or describes an iOS feature they want to implement.

not rated 3.0k +3 25d ago A 40 tokens original MIT

swift-mlx-lm

09

kellyvv/PhoneClaw

Skill Claude CodeCodex

MLX Swift LM - Run LLMs and VLMs on Apple Silicon using MLX. Covers local inference, streaming, wired memory coordination, tool calling, LoRA fine-tuning, embeddings, and model porting.

not rated 1.2k +4 29d ago A 52 tokens original Apache-2.0

swift-mlx

10

kellyvv/PhoneClaw

Skill Claude CodeCodex

MLX Swift - High-performance ML framework for Apple Silicon with lazy evaluation, automatic differentiation, and unified memory.

not rated 1.2k +4 29d ago A 25 tokens original Apache-2.0

swiftui-backports

11

shaps80/SwiftUIBackports

Skill Claude CodeCodex

Find SwiftUIBackports replacements for SwiftUI APIs unavailable on a project deployment target. Use for Swift/SwiftUI compiler availability errors, old iOS/tvOS/watchOS/macOS targets, or when implementing SwiftUI app features that may benefit from SwiftUIBackports.

not rated 1.1k 2mo ago A 60 tokens original MIT

Kotlin/kotlin-agent-skills

Skill Claude CodeCodex

Migrates Kotlin Multiplatform (KMP) projects to Android Gradle Plugin 9.0+. Handles plugin replacement (com.android.kotlin.multiplatform.library), module splitting, DSL migration, and the new default project structure. Use when upgrading AGP, when build fails due to KMP+AGP incompatibility, or when the user mentions…

not rated 1.0k +7 10d ago A 105 tokens original Apache-2.0

Kotlin/kotlin-agent-skills

Skill Claude CodeCodex

Migrate Kotlin (and Java) code from kotlinx.collections.immutable 0.3.x / 0.4.x to the latest 0.5.x. The 0.5.x line renames every copy-returning method on PersistentList / PersistentMap / PersistentSet / PersistentCollection to a participial form per KEEP-0459 (add→adding, removeAt→removingAt, set→replacingAt…

not rated 1.0k +7 10d ago A 192 tokens original Apache-2.0

Kotlin/kotlin-agent-skills

Skill Claude CodeCodex

Diagnoses and fixes slow Kotlin/Native compilation and linking in Kotlin Multiplatform projects that target iOS. Use when the user reports slow iOS or shared-framework builds, long linkDebug/linkRelease or XCFramework tasks, cold CI builds that re-download the Kotlin/Native toolchain, KSP or other generated code on…

not rated 1.0k +7 10d ago A 96 tokens original Apache-2.0

new-silvermoon/awesome-android-agent-skills

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 949 +2 1mo ago A 41 tokens original Apache-2.0

navigation3

16

new-silvermoon/awesome-android-agent-skills

Skill Claude CodeCodex

Implement navigation in Jetpack Compose using Navigation 3. Use when asked to build state-driven navigation, manage back stacks, scope ViewModels, implement adaptive layouts, or migrate from Navigation Compose.

not rated 949 +2 1mo ago A 41 tokens original Apache-2.0

skydoves/compose-performance-skills

Skill Claude CodeCodex

Use this skill to reason about Jetpack Compose's Strong Skipping Mode — the default since Kotlin 2.0.20 — including what it changes about skippability, when it does and does not auto-remember lambdas, and which escape hatches (@DontMemoize, @NonSkippableComposable, @NonRestartableComposable, @ReadOnlyComposable) apply…

not rated 496 +2 2mo ago A 203 tokens original Apache-2.0

dart-use-ffigen

18

dart-lang/skills

Skill Claude CodeCodex

Guide agents to use package:ffigen to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted dart:ffi setups.

not rated 469 +3 6d ago A 61 tokens copy · 100% BSD-3-Clause

swift-concurrency

19

AFK-surf/OpenBridge

Skill Claude CodeCodex

Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures…

not rated 426 +1 2mo ago A 139 tokens original MIT

AFK-surf/OpenBridge

Skill Claude CodeCodex

Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.

not rated 426 +1 2mo ago A 68 tokens original MIT

android-development

21

dpconde/claude-android-skill

Skill Claude CodeCodex

Create production-quality Android applications following Google's official architecture guidance and NowInAndroid best practices. Use when building Android apps with Kotlin, Jetpack Compose, MVVM architecture, Hilt dependency injection, Room database, or multi-module projects. Triggers on requests to create Android…

not rated 322 +1 9mo ago A 76 tokens original MIT

ProjectKumo/KumoApp

Skill Claude CodeCodex

Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, macOS-specific APIs, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns. Also triggers…

not rated 280 +1 3mo ago A 164 tokens AGPL-3.0

vendelieu/telegram-bot

Skill Claude CodeCodexCursor

Adds a new Telegram Bot API method (action class and top-level functions). Use when implementing a new Telegram API endpoint, adding support for a specific method (e.g. sendVideoNote, getChatMemberCount), or creating a new action for the telegram-bot library.

not rated 248 8d ago A 61 tokens original Apache-2.0

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: