agentsclimarketplace

Kmp production readiness

Skill Xopoko/plug-n-skills/plugins/kotlin-multiplatform/skills/kmp-production-readiness

Audit Kotlin Multiplatform production readiness with explicit scorecards, release blockers, risk ownership, validation commands, and deferred checks across architecture, build, testing, interop, security, performance, and publishing.From its SKILL.md

Install
npx -y skills add Xopoko/plug-n-skills --skill kmp-production-readiness

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 418 tokens by cl100k_base, as published. Nobody here has run it

KMP Production Readiness

Bundled commands use $PLUGIN_ROOT ($env:PLUGIN_ROOT in PowerShell; same path suffix) for the plugin root. Set it once: use the host's plugin-root variable when defined (Claude Code: PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"), otherwise the absolute path of this plugin's root directory.

Use this skill for full KMP production readiness audits, release-blocker triage, readiness scorecards, executive summaries, and multi-area risk reviews.

Flow

  1. Read project structure, Gradle files, version catalog, gradle.properties, CI files, release scripts, and platform app shells.
  2. Run:
    python3 "$PLUGIN_ROOT/scripts/kmp_inspector.py" --root <project-root> --json --fail-on none
    
  3. Classify the project:
    • app-only shared code
    • internal mobile shared library
    • public KMP library
    • shared Compose UI app
    • mixed native UI plus shared logic
    • monorepo with multiple KMP modules
  4. Map evidence into readiness areas:
    • project structure
    • build governance
    • testing quality
    • iOS/native interop
    • security/privacy
    • performance/observability
    • publishing/release

Verdict Rules

  • ready: no release-blocking gaps in the area, validation commands exist, and residual risk is explicit.
  • watch: shippable with known risk, owner, and follow-up command.
  • blocked: missing validation, unsafe configuration, public API/publishing uncertainty, secret/security risk, or platform integration failure.

Do not average away a blocker. A single blocked area can block the overall verdict.

Output

Lead with:

  • overall verdict
  • blocked areas and exact blockers
  • readiness scorecard
  • validation commands already run
  • validation commands still required
  • release owner decisions needed
  • deferred checks and why they are acceptable or not acceptable

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.