·expect-actual

Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations.

4Installs·1Trend·@ahmed3elshaer

Installation

$npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill expect-actual

How to Install expect-actual

Quickly install expect-actual AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill expect-actual
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ahmed3elshaer/everything-claude-code-mobile.

SKILL.md

View raw

The expect/actual declaration is Kotlin's mechanism for writing platform-specific implementations while maintaining a shared API surface.

Remember: Use expect/actual only when you truly need platform-specific APIs. Keep as much code as possible in commonMain.

Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations. Source: ahmed3elshaer/everything-claude-code-mobile.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill expect-actual Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill expect-actual
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ahmed3elshaer/everything-claude-code-mobile

Quick answers

What is expect-actual?

Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations. Source: ahmed3elshaer/everything-claude-code-mobile.

How do I install expect-actual?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill expect-actual Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ahmed3elshaer/everything-claude-code-mobile