Skip to main content
Back to registry

kotlin-multiplatform

vitorpamplona/amethyst

Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific.

Installs176
Install command
npx skills add https://github.com/vitorpamplona/amethyst --skill kotlin-multiplatform
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. Making platform abstraction decisions: Central question: "Should this code be reused across platforms?" Follow this decision path (< 1 minute): Crypto → expect/actual: Why: Each platform has different security APIs. JSON parsing → jvmAndroid: Why: Jackson is JVM-only, works on Android + Desktop, not iOS/web. Navigation → platform-specific: Think of source sets as a dependency graph, not folders. Key insight: jvmAndroid is NOT a platform - it's a shared JVM layer. Unique to Amethyst. Shares JVM libraries between Android + Desktop. Use jvmAndroid when: Do NOT use jvmAndroid for: Why Jackson in jvmAndroid, not commonMain?

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does kotlin-multiplatform do?

Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific.

Is kotlin-multiplatform good?

kotlin-multiplatform does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does kotlin-multiplatform work with?

kotlin-multiplatform currently lists compatibility with codex, gemini-cli, opencode, amp, github-copilot, claude-code.

What are alternatives to kotlin-multiplatform?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install kotlin-multiplatform?

npx skills add https://github.com/vitorpamplona/amethyst --skill kotlin-multiplatform

Related skills

Alternatives in Software Engineering