Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pluginagentmarketplace avatar

Kotlin Multiplatform

  • 25 installs
  • 7 repo stars
  • Updated January 5, 2026
  • pluginagentmarketplace/custom-plugin-kotlin

kotlin-multiplatform is a Claude Code skill for ai & agent building.

About

kotlin-multiplatform is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • kotlin-multiplatform
  • AI & Agent Building
  • AI-coding skill

Kotlin Multiplatform by the numbers

  • 25 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #9,769 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kotlin --skill kotlin-multiplatform

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs25
repo stars7
Last updatedJanuary 5, 2026
Repositorypluginagentmarketplace/custom-plugin-kotlin

How do I helps with ai & agent building tasks.?

Helps with ai & agent building tasks.

Who is it for?

Best when you're working on ai & agent building and need structured help with kotlin multiplatform.

Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.

When should I use this skill?

When you need to helps with ai & agent building tasks., or when kotlin-multiplatform is a claude code skill for ai & agent building.

What you get

Structured output aligned to kotlin-multiplatform: kotlin-multiplatform, AI & Agent Building.

Files

SKILL.mdMarkdownGitHub ↗

Kotlin Multiplatform Skill

Build cross-platform applications with shared Kotlin code.

Topics Covered

Project Setup

kotlin {
    androidTarget()
    listOf(iosX64(), iosArm64(), iosSimulatorArm64()).forEach {
        it.binaries.framework { baseName = "Shared"; isStatic = true }
    }
    sourceSets {
        commonMain.dependencies {
            implementation("io.ktor:ktor-client-core:2.3.8")
        }
        androidMain.dependencies { implementation("io.ktor:ktor-client-okhttp:2.3.8") }
        iosMain.dependencies { implementation("io.ktor:ktor-client-darwin:2.3.8") }
    }
}

expect/actual

// commonMain
expect class SecureStorage { fun get(key: String): String? }

// androidMain
actual class SecureStorage { actual fun get(key: String) = prefs.getString(key, null) }

// iosMain
actual class SecureStorage { actual fun get(key: String) = KeychainWrapper.get(key) }

Troubleshooting

IssueResolution
"No actual for expect"Add implementation in platform source set
iOS framework not foundRun linkDebugFrameworkIos task

Usage

Skill("kotlin-multiplatform")

Related skills

FAQ

What does kotlin-multiplatform do?

kotlin-multiplatform is a Claude Code skill for ai & agent building.

When should I use kotlin-multiplatform?

When you need to helps with ai & agent building tasks., or when kotlin-multiplatform is a claude code skill for ai & agent building.

What are the main capabilities?

kotlin-multiplatform; AI & Agent Building; AI-coding skill.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.