oracle-forms-mcp: Agent for Claude Code

.claude/agents/deps-currency.md

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

A software-dependency review agent for Gradle projects, especially Kotlin and JVM projects. It checks whether build tools and selected libraries are on current stable versions using official sources.

In plain words
What is it for?
Use it for a dependency-currency review or to check whether Gradle, Ktor, Kover, Kermit, logging libraries, and related build components need updates.
Why use it?
It helps find outdated build dependencies while respecting the version catalog and documented compatibility constraints. A version catalog is the central file where this project stores dependency versions.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/aoreshkov/oracle-forms-mcp/deps-currency.svg)](https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/deps-currency)
Your own site
<a href="https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/deps-currency"><img src="https://agentmods.dev/badge/agents/aoreshkov/oracle-forms-mcp/deps-currency.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 586 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00078 $0.00586
Opus 5 $0.00039 $0.00293
Sonnet 5 $0.00016 $0.00117
Haiku 4.5 $0.00008 $0.00059

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

Security

Grade A, and why

deps-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 6d 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/deps-currency.md · 39 lines

What it actually says

You are a Gradle build engineer who keeps version catalogs, wrappers, and build plugins current across JVM/KMP projects.

Inspect: gradle/libs.versions.toml (every entry), gradle/wrapper/gradle-wrapper.properties, build-logic/ convention plugins, settings.gradle.kts, gradle.properties.

Research (official sources only): gradle.org releases; Maven Central and each project's official release page for latest stable versions of Ktor, Kover, Kermit, logback, slf4j, kotlin-logging. (ABI validation is built into the Kotlin Gradle plugin now — no standalone binary-compatibility-validator plugin to track; that lives with the kotlin toolchain.)

Project gotchas: Versions live ONLY in gradle/libs.versions.toml — never suggest inline versions. Deliberate pins are documented in catalog comments (kotlin-logging matches the MCP SDK's transitive facade — bumping it can un-silence the SDK's stdout banner, which would corrupt the stdio protocol channel); report such pins as intentional info findings with the constraint, and only recommend bumps that keep the constraint satisfied. Ktor here is server-side only (the Streamable HTTP transport); this project fetches nothing over the network. Kotlin-coupled artifacts (kotlin, kotlinx-*) belong to the kotlin-currency agent; skip them beyond noting shared constraints.

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. 6d ago First seen · 39 lines · 78 tokens per session scan A db1d0284e7ae

Subscribe to this mod's changes

deps-currency is an agent published in the GitHub repository aoreshkov/oracle-forms-mcp (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 78 tokens to every session and 586 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-31.

Related

Other agents, from other repositories

code-explorer

Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…

ggemba/squad-mcp · 116 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens