ronjunevaldoz

60 mods across 2 repositories, 3 stars between them.

PostToolUse

49

ronjunevaldoz/kmp-agent-skills

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing validate-architecture.sh. From ronjunevaldoz/kmp-agent-skills.

2 2d ago A tokens not measured

kmp-analytics

50

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Shared Analytics interface for Kotlin Multiplatform — sealed event types in commonMain, platform implementations for Firebase Analytics (Android) and equivalent (iOS/Desktop), automatic screen tracking, Koin wiring with platform modules, and testing with a fake analytics recorder.

2 2d ago A 55 tokens

kmp-android-cli

51

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

KMP-specific integration guide for Google's official android CLI. The CLI's own command reference already exists as a real, officially maintained skill at github.com/android/skills/tree/main/devtools/android-cli (installable via android skills add android-cli) — this skill does not re-document that surface. It covers…

2 2d ago C 123 tokens

kmp-api-mimicry

52

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Mimics the public API shape (DSL entry points, chainable modifier objects, slot lambdas, marker annotations, scoped builders) of a well-known reference API — Jetpack Compose, SwiftUI, Retrofit, Room, etc. — when building a from-scratch Kotlin Multiplatform library on a different runtime (a custom Vulkan/Metal…

2 2d ago A 144 tokens

kmp-audit

53

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

KMP project audit skill for reviewing an existing Kotlin Multiplatform codebase. Use this skill to inspect architecture, module boundaries, state handling, repository and network layering, Compose patterns, expect/actual usage, shared resources, design system usage, test coverage, platform readiness, and the skills…

2 2d ago A 100 tokens

kmp-benchmark

54

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Sets up kotlinx-benchmark for Kotlin Multiplatform performance measurement. Covers: Gradle plugin + allopen wiring, a separate benchmark source set (never mixed into commonMain/commonTest), @State/@Benchmark/@Setup/@TearDown conventions, per-target registration (JVM/Native/JS/Wasm), running benchmarks, and reading…

2 2d ago A 124 tokens

kmp-biometric-auth

55

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Biometric authentication for Kotlin Multiplatform — a sealed BiometricResult type in commonMain, expect/actual BiometricAuthenticator, Android BiometricPrompt with CryptoObject, iOS LocalAuthentication (LAContext.evaluatePolicy), Koin wiring, and graceful fallback to device PIN/password when biometrics are unavailable.

2 2d ago A 67 tokens

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Sets up GitHub Actions CI for a Kotlin Multiplatform (KMP) project. Produces two workflow files: ci.yml (lint, Android tests, iOS tests, Desktop JVM tests, Web JS + WasmJs tests, Gradle cache) and release.yml (XCFramework build + upload artifact). All target platforms are covered. Assumes AGP 9+ and the project…

2 2d ago A 94 tokens

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Defines the 6-layer clean architecture contract for KMP feature modules: :model / :api / :domain / :data / :presenter / :ui. Covers layer dependency rules, :model vs :api split, internal visibility enforcement, the api()/implementation() Gradle configuration boundary (ABI/type leakage, consumer compile fixtures…

2 2d ago A 93 tokens

kmp-code-quality

58

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Sets up Ktlint (formatting) and Detekt (code smells + architecture rules) for a KMP project. Both run as CI gates. Ktlint is near-zero config. Detekt architecture rules enforce the 6-layer module boundary contract from kmp-clean-architecture.

2 2d ago A 63 tokens

ronjunevaldoz/kmp-agent-skills

Skill Claude CodeCodex

Accessibility (a11y) for Kotlin Multiplatform Compose — semantic roles and mergeDescendants, contentDescription on interactive and image elements, screen reader traversal order, minimum touch target size, Roborazzi accessibility snapshot tests, reduced-motion support, and a Compose a11y audit checklist.

2 2d ago A 64 tokens

polyglot-refactor

60

ronjunevaldoz/polyglot-refactor

Skill Claude CodeCodex

Semantic, AST-safe multi-language code refactoring engine for AI agents (Kotlin, Swift, TypeScript, Python, Rust, Go, Java, C++).

1 4d ago A 39 tokens