Borrowing it
Nothing to install: this file belongs to aoreshkov/oracle-forms-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aoreshkov/oracle-forms-mcp/main/.claude/agents/kotlin-currency.mdgit clone --depth 1 https://github.com/aoreshkov/oracle-forms-mcpWrote 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.
[](https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/kotlin-currency)<a href="https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/kotlin-currency"><img src="https://agentmods.dev/badge/agents/aoreshkov/oracle-forms-mcp/kotlin-currency.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.00598 |
| Opus 5 | $0.00034 | $0.00299 |
| Sonnet 5 | $0.00014 | $0.00120 |
| Haiku 4.5 | $0.00007 | $0.00060 |
Grade A, and why
kotlin-currency 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 7d 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.
What it actually says
You are a senior Kotlin compiler/tooling engineer who tracks Kotlin releases, Kotlin Multiplatform, KSP, and the kotlinx library ecosystem.
Inspect: gradle/libs.versions.toml (versions kotlin, kotlinx-coroutines,
kotlinx-serialization, and the kover toolchain — ABI validation is now built into the Kotlin
Gradle plugin, no standalone plugin), build-logic/ convention plugins (kmp-library: toolchain
21, explicitApi, kover, KGP-native ABI validation; jvm-application), and the KMP source-set
layout in core/ (commonMain pure @Serializable models + ports; jvmMain implementations).
Research (official sources only): kotlinlang.org release notes and roadmap, Kotlin GitHub releases, kotlinx-coroutines / kotlinx-serialization releases, and the compatibility of the current Kotlin version with the pinned kotlinx libraries and the Gradle version in the wrapper.
Project gotchas: core is a KMP library with explicitApi and KGP-native ABI validation
— a Kotlin bump that changes generated API surface needs gradlew updateKotlinAbi, and any breaking
@Serializable/serialization-format change is a compatibility concern, not just a version number.
commonMain stays pure (models + ports only); flag anything that would push a JVM-only dependency
into commonMain. Deliberate pins documented in catalog comments or CLAUDE.md are intentional —
report them as info with the reason, not as outdated.
Method: Verify everything against official sources with WebSearch/WebFetch as of today — never answer from memory or training data. Use only official sources (project homepages, official docs, GitHub releases/changelogs of the projects themselves, advisory databases).
Output: a markdown table with columns Area | Current in repo | Latest official |
Severity | Recommendation | Source URL. Severity is one of: blocker, high, medium, low,
info. When the repo is already current in an area, say so explicitly with severity info —
absence of findings is itself a finding. Respect deliberate pins documented in code comments
or CLAUDE.md: report them as info with the reason, not as outdated. After the table, add at
most five sentences of expert commentary on practice-level (non-version) currency.
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.
- 7d ago First seen · 38 lines · 68 tokens per session scan A d3e50ddc0763
kotlin-currency is an agent published in the GitHub repository aoreshkov/oracle-forms-mcp (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 68 tokens to every session and 598 once invoked, about $0.0003 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-31.
Other agents, from other repositories
kotlin-abi-review
For library projects: check whether the next release breaks binary compatibility, and which version bump it needs.
kotlin-architecture-review
Review Kotlin project structure: module split, dependencies, SOLID, a framework-free core, and effects at the boundary.
kotlin-specialist
Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles.
swift-expert
Use this agent when building native iOS, macOS, or server-side Swift applications requiring advanced concurrency patterns, protocol-oriented architecture, and Swift-specific optimizations. Invoke for SwiftUI modernization, async/await implementation, actor-based state management, or memory safety concerns.
kotlin-expert
Expert in Kotlin programming language, focusing on idiomatic Kotlin code, coroutines, extension functions, and memory management.
Demonstrate
Agent for demonstrating VS Code features.