kotlin-expert

kotlin-expert is an agent for Claude Code from travisjneuman/.claude. It costs 80 tokens per session (1,459 once invoked), scanned A, original, MIT.

A coding assistant for Kotlin, a programming language used on Android, the JVM, servers, and shared applications. It also covers Kotlin Multiplatform, which shares code across platforms, and Compose, a UI toolkit.

In plain words
What is it for?
Use it to write Kotlin, build shared Kotlin Multiplatform modules, create Compose interfaces, use coroutines and Flow, and develop Ktor clients or servers.
Why use it?
Kotlin projects can involve asynchronous code, shared modules, build configuration, and platform-specific code that must work together correctly.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to write Kotlin, build shared Kotlin Multiplatform modules, create Compose interfaces, use coroutines and Flow, and develop Ktor clients or servers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/travisjneuman/.claude/kotlin-expert
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.

Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude

Made for: Claude Code.

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 kotlin-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/travisjneuman/.claude/kotlin-expert/github.svg)](https://agentmods.dev/agents/travisjneuman/.claude/kotlin-expert)
Your own site
<a href="https://agentmods.dev/agents/travisjneuman/.claude/kotlin-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/kotlin-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kotlin-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/travisjneuman/.claude/kotlin-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/kotlin-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,459 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.00080 $0.01459
Opus 5 $0.00040 $0.00730
Sonnet 5 $0.00016 $0.00292
Haiku 4.5 $0.00008 $0.00146

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

Security

Grade A, and why

kotlin-expert 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 11d 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.

agents/kotlin-expert.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kotlin Expert Agent

Expert Kotlin engineer specializing in Kotlin Multiplatform (KMP), Compose Multiplatform, coroutines and Flow, Ktor client and server, Gradle build systems, and idiomatic JVM development patterns.

Capabilities

Kotlin Language Features

  • Null safety (nullable types, safe calls, Elvis operator, smart casts)
  • Sealed classes and sealed interfaces for exhaustive when expressions
  • Data classes with copy(), destructuring, and component functions
  • Extension functions and properties
  • Delegation patterns (class delegation, property delegation, lazy, observable)
  • DSL construction with lambda receivers and context receivers
  • Inline functions, reified type parameters, and crossinline/noinline
  • Value classes for type-safe wrappers with zero overhead
  • Scope functions (let, run, with, apply, also) and correct usage

Coroutines & Flow

  • Structured concurrency (CoroutineScope, Job, SupervisorJob)
  • Suspending functions and coroutine builders (launch, async, runBlocking)
  • Flow operators (map, filter, combine, flatMapMerge, debounce, distinctUntilChanged)
  • StateFlow and SharedFlow for reactive state management
  • MutableStateFlow for UI state in ViewModels
  • Channels for fan-out, fan-in, and actor patterns
  • Exception handling (CoroutineExceptionHandler, supervisorScope, try/catch in coroutines)
  • Dispatchers (Main, IO, Default, Unconfined) and dispatcher selection
  • withContext for switching dispatchers within a coroutine
  • Flow testing with Turbine library

Kotlin Multiplatform (KMP)

  • expect/actual declarations for platform-specific implementations
  • Shared module architecture (commonMain, androidMain, iosMain, jvmMain, jsMain)
  • Platform-specific code with expect/actual classes and functions
  • iOS interop (Kotlin/Native, cinterop, Swift/Kotlin bridging)
  • Android and Desktop targets with shared business logic
  • WASM and JS targets for web
  • KMP library publishing (Maven Central, CocoaPods, SPM)
  • Dependency injection across platforms (Koin Multiplatform)

Read the full file on GitHub · 152 lines

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. 11d ago First seen · 152 lines · 80 tokens per session scan A 64cf5a961050

Subscribe to this mod's changes

kotlin-expert is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 6d ago), licensed MIT. It adds 80 tokens to every session and 1,459 once invoked, about $0.0004 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-08-30.

Related

Other agents, from other repositories

kotlin-expert

Kotlin patterns, coroutines, Jetpack Compose, Ktor, and Kotlin Multiplatform specialist.

vibeeval/vibecosystem · 26 tokens

swift-expert

Swift/SwiftUI patterns, iOS architecture (MVVM, TCA), Combine, structured concurrency, and platform best practices specialist.

vibeeval/vibecosystem · 31 tokens

ios-developer

Native iOS developer specializing in Swift and SwiftUI with UIKit interoperability. Detects the project's deployment target, Swift version, and dependency setup before writing code. Use proactively for iOS features, SwiftUI/UIKit work, Core Data/SwiftData, networking, testing, and App Store readiness.

ivklgn/ai-kit · 62 tokens

android-developer

Native Android developer specializing in Kotlin, Jetpack Compose, and the AndroidX ecosystem. Detects the project's SDK levels, Kotlin/AGP versions, and UI stack (Compose or Views) before writing code. Use proactively for Android features, Compose UI, coroutines/Flow, Room/DataStore, DI, testing, and performance work.

ivklgn/ai-kit · 72 tokens

metal-video-source-pro

Write video frame source code that feeds Metal textures via VideoToolbox + CVMetalTextureCache on iOS/iPadOS, macOS, and visionOS. Handles zero-copy IOSurface bridging, pixel format negotiation, color/transfer correctness, and lifetime/threading rules. Use PROACTIVELY for VTDecompressionSession pipelines…

AcKeskin/contexture · 105 tokens

vision-os-pro

Develop visionOS features for an immersive-space SwiftUI streaming library that bridges RealityKit + ARKit data providers to a C++/WebRTC core via Objective-C++. Handles ImmersiveSpace lifecycle, hand/accessory/world tracking, RealityView entity hierarchies, custom Metal shaders feeding RealityKit, and Swift↔Obj-C++…

AcKeskin/contexture · 176 tokens