kvdm-co-pilot/create-cmp

Create production mobile apps (Android + iOS, one Kotlin codebase) with AI — deterministic Compose Multiplatform scaffold, proven-green builds, machine-enforced verify lane, device-free preview loop for coding agents. CLI + Claude Code plugin.

0Stars on the repository
23Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

npm-publish

01

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Publish the create-cmp CLI to npm as the create-cmp-cli package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants npx create-cmp-cli to work. Runs unattended when a granular npm token is installed in the user's…

0 4d ago A 150 tokens original MIT

cmp-audit

02

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Adversarial audit of one subsystem of a Kotlin/Compose Multiplatform app against its spec AND against platform semantics — the class of defect desktop-tier tests cannot see (alarms, notifications, PendingIntents, channels, reboot, process death, DST). Use this when the user says "audit the notifications", "double…

0 4d ago A 235 tokens original MIT

cmp-dev-client

03

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Run a create-cmp Compose Multiplatform app's shared UI in a live desktop window with Compose Hot Reload — the daily dev loop. Use this when the user wants to run their CMP app on desktop, preview the app while developing, iterate on Compose UI without an emulator, or asks "run my CMP app on desktop", "hot reload…

0 4d ago A 139 tokens original MIT

cmp-doctor

04

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Diagnose and heal both the toolchain AND the project a Kotlin/Compose Multiplatform (CMP/KMP) build needs. Use this when the user wants to set up or fix their CMP/KMP toolchain, install the Android SDK / AVD / emulator for KMP, install Appium and its drivers for a Compose Multiplatform app, set up JDK 17 / Xcode /…

0 4d ago D 287 tokens original MIT

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Wire a freshly scaffolded CMP/KMP app to its OWN real Firebase project — the #1 post-scaffold manual step. Use this when the user wants to connect their app to Firebase, or asks "connect my app to firebase", "set up google-services.json", "wire firebase", "create a firebase project for this app", "replace the…

0 4d ago A 170 tokens original MIT

cmp-inspect

06

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Inspect a running Kotlin/Compose Multiplatform UI as structured design data — hierarchy, geometry, and resolved design tokens delivered as JSON, never screenshots. Use this when the user wants to "inspect the Compose UI", "read the design tokens", asks "why is this padding wrong", "check for token drift", "is this…

0 4d ago B 356 tokens original MIT

cmp-new

07

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Scaffold a new MOBILE app — Android + iOS from one Kotlin/Compose Multiplatform codebase — from a bare "create a mobile app" to a green, verified build. Guardrails first: if the user already chose a different framework (React Native, Expo, Flutter, SwiftUI, native), do NOT redirect them here; if they only asked a…

0 4d ago A 478 tokens original MIT

cmp-preview

08

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

THE default UI feedback loop while building or editing ANY Compose Multiplatform screen — use it DURING development, not only when asked: it renders the app's REAL screens headlessly in seconds (no device, no emulator, no manual Gradle) and tells you exactly what each edit changed, so you catch your own mistakes as…

0 4d ago B 268 tokens original MIT

cmp-qa-prep

09

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Bring up the E2E test harness for a Kotlin/Compose Multiplatform (CMP/KMP) app — start the Android emulator, install the debug build, and run the bottom-nav smoke (Maestro flows on current scaffolds; a legacy Appium session on pre-Maestro projects). Use this when the user wants to run E2E/device tests on their CMP/KMP…

0 4d ago C 182 tokens original MIT

cmp-test

10

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Generate a regression test suite for a Compose Multiplatform app by OBSERVING it — read the running app's semantics tree as structured JSON via the cmp-inspector MCP (testTags, text, clickables, bounds, nav state), derive a test plan from what actually rendered, and write tests into the app's shipped harness. Use this…

0 4d ago B 227 tokens original MIT

cmp-upgrade

11

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Migrate an existing Kotlin/Compose Multiplatform (CMP/KMP) project to the next PROVEN-GREEN dependency version set. Use this when the user wants to upgrade Kotlin, KSP, Compose Multiplatform, Room, AGP, Koin, or Ktor versions in a KMP project, bump their KMP dependencies, or asks "upgrade kotlin/compose/KMP versions"…

0 4d ago A 205 tokens original MIT

add-feature

12

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Add a new conforming vertical-slice feature (Screen + ViewModel + UseCase + Repository + spec + tests + golden tree + nav route + DI wiring) to this Compose Multiplatform app, cloned deterministically from the project's configured exemplar feature (qa/approvals.json's exemplarFeature — home by default). Use this when…

0 4d ago A 169 tokens original MIT

add-repository

13

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Add a data/domain slice ONLY — model, repository interface + impl, use case, and a hand-written fake — to this Compose Multiplatform app, cloned deterministically from the home exemplar's data layer. No screen, no ViewModel, no nav route, no spec clauses. Use this when the user wants to "add a repository", "add a data…

0 4d ago A 161 tokens original MIT

add-screen

14

kvdm-co-pilot/create-cmp

Skill Claude CodeCodex

Part of create-cmp

Add a presentation-only slice — Screen + ViewModel + tests + golden tree + spec + nav route — for an EXISTING entity/repository in this Compose Multiplatform app, cloned deterministically from the home exemplar's presentation layer. Requires the entity's data layer (model, repository, use case, fake) to already exist.…

0 4d ago A 182 tokens original MIT

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: