oracle-forms-mcp: Agent for Claude Code

.claude/agents/kotlin-currency.md

kotlin-currency is an agent for Claude Code from aoreshkov/oracle-forms-mcp. It costs 68 tokens per session (598 once invoked), scanned A, original, Apache-2.0.

A review agent for keeping Kotlin, Kotlin Multiplatform, KSP, and kotlinx library versions current. It checks official release information against the versions pinned in a repository.

In plain words
What is it for?
Use it during a Kotlin dependency review or when asking whether a project's Kotlin or Kotlin Multiplatform toolchain is up to date.
Why use it?
It removes the need to track several related Kotlin releases and check their compatibility by hand. It also flags repository-specific concerns such as generated APIs and serialization changes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

This is aoreshkov/oracle-forms-mcp's own configuration. It tells Claude Code how to work on oracle-forms-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything oracle-forms-mcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/aoreshkov/oracle-forms-mcp/main/.claude/agents/kotlin-currency.md
Clone the repo
git clone --depth 1 https://github.com/aoreshkov/oracle-forms-mcp

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-currency

README.md
[![agentmods](https://agentmods.dev/badge/agents/aoreshkov/oracle-forms-mcp/kotlin-currency.svg)](https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/kotlin-currency)
Your own site
<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>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 598 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.00068 $0.00598
Opus 5 $0.00034 $0.00299
Sonnet 5 $0.00014 $0.00120
Haiku 4.5 $0.00007 $0.00060

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

Security

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.

.claude/agents/kotlin-currency.md · 38 lines

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.

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. 7d ago First seen · 38 lines · 68 tokens per session scan A d3e50ddc0763

Subscribe to this mod's changes

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.