compose-multiplatform

compose-multiplatform is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 25 tokens per session (509 once invoked), scanned A, original, Apache-2.0.

A collection of shared user-interface patterns for building applications that run on Android, iOS, desktop computers, and the web with Compose Multiplatform. It covers screen state, reusable components, platform-specific behavior, theming, and performance.

In plain words
What is it for?
Designing Compose screens, managing state with ViewModels and StateFlow, creating reusable components, handling platform differences, and improving list reuse and recomposition.
Why use it?
It helps teams keep behavior and appearance consistent across several platforms while still allowing platform-specific features where needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Designing Compose screens, managing state with ViewModels and StateFlow, creating reusable components, handling platform differences, and improving list reuse and recomposition.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/compose-multiplatform
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jxoesneon/Ciel --skill compose-multiplatform
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for compose-multiplatform

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/compose-multiplatform.svg)](https://agentmods.dev/skills/jxoesneon/ciel/compose-multiplatform)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/compose-multiplatform"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/compose-multiplatform.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00509
Opus 5 $0.00013 $0.00254
Sonnet 5 $0.00005 $0.00102
Haiku 4.5 $0.00003 $0.00051

Measured 3d ago against content hash 3e2ce182740c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

compose-multiplatform scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/compose-multiplatform/SKILL.md · 50 lines

What it actually says

CIEL ADAPTATION: Compose Multiplatform (Shared UI)

This skill formalizes cross-platform UI development using Compose. It focuses on skippable recomposition and platform-agnostic state management.

State Management

  • Single Source of Truth: Use a single data class for screen state (e.g., ItemListState).
  • ViewModel: Expose state as StateFlow. Collect in Compose using collectAsStateWithLifecycle().
  • Event Sinks: Use a sealed interface for screen events (e.g., ItemListEvent) to minimize callback lambda count.

Design Patterns

  1. Slot-Based APIs: Design components with @Composable lambda parameters for maximum flexibility.
  2. Modifier Discipline: Apply modifiers in order: Layout -> Shape -> Background -> Interaction.
  3. Expect/Actual: Use for platform-specific UI features (e.g., Status Bar control, native share sheets).

Performance & Theming

  • Stability: Mark UI models as @Stable or @Immutable to enable skippable recomposition.
  • Keys: Use key() in lists to ensure stable item reuse.
  • Material 3: Enforce dynamic theming using MaterialTheme color schemes.

Anti-Patterns

  • Deep Nav Injection: Passing NavController deep into the tree. Pass lambda callbacks instead.
  • MutableState in VM: Using mutableStateOf in ViewModels (use StateFlow for lifecycle safety).
  • Heavy Recomposition: Performing allocations or filters directly in the @Composable function.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 50 lines · 25 tokens per session scan A 3e2ce182740c

Subscribe to this mod's changes

compose-multiplatform is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 25 tokens to every session and 509 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

agent-spec-mobile-react-native

Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native.

ruvnet/ruflo · 22 tokens

lov-mobile-adapt

A mobile adaptation workflow for existing web projects. It adjusts desktop websites for phones by handling responsive layouts, overflow, safe areas around notches, browser viewport height, touch targets, and mobile navigation.

lovstudio/skills · 105 tokens

expo-ui-jetpack-compose

Skill "expo-ui-jetpack-compose" from tmolavi/mcp-agent-skills-hub, covering when to use, installation, instructions, key components and limitations.

tmolavi/mcp-agent-skills-hub · 13 tokens

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

fcakyon/claude-codex-settings · 57 tokens

compose-skill

Jetpack Compose and Compose Multiplatform (KMP/CMP) architecture skill. Only use when the user explicitly mentions "compose-skill", "@compose-skill", or "use compose skill" in their message. Do NOT auto-activate based on keyword matching — this skill should only be triggered by direct user request.

dinglebear-ai/dendrite · 69 tokens

jetpack-compose-expert

Compose and Compose Multiplatform expert for UI development across Android, Desktop, iOS, and Web. Use whenever the user mentions Compose APIs (@Composable, remember, LaunchedEffect, NavHost, MaterialTheme, LazyColumn, Modifier, recomposition), Compose Multiplatform (commonMain, expect/actual, Res.…

dinglebear-ai/dendrite · 187 tokens