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.
npx agentmods add instructions/kotlin/kotlinx-schema/agents-mdgit clone --depth 1 https://github.com/Kotlin/kotlinx-schemaWrote 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/instructions/kotlin/kotlinx-schema/agents-md)<a href="https://agentmods.dev/instructions/kotlin/kotlinx-schema/agents-md"><img src="https://agentmods.dev/badge/instructions/kotlin/kotlinx-schema/agents-md.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.01581 | $0.01581 |
| Opus 5 | $0.00790 | $0.00790 |
| Sonnet 5 | $0.00316 | $0.00316 |
| Haiku 4.5 | $0.00158 | $0.00158 |
Grade A, and why
kotlinx-schema AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to coding agents when working with code in this repository.
Project
Kotlin library that generates JSON Schema (Draft 2020-12) and LLM function-calling schemas from Kotlin code. Three generation modes — KSP (compile-time, multiplatform), reflection (JVM runtime), and kotlinx.serialization SerialDescriptor (multiplatform runtime) — all funnel through a shared IR (TypeGraph).
Build Commands
./gradlew build # Full build + tests (matches CI)
./gradlew checkKotlinAbi # ABI check — fails if api/*.api is stale
./gradlew updateKotlinAbi # Regenerate ABI dump after public API changes; commit the diff
./gradlew :docs:knitCheck --no-configuration-cache # Validate README/docs snippets
README snippets in
<!--- INCLUDE -->/<!--- KNIT example-knit-readme-NN.kt -->blocks are extracted to.ktfiles underdocs/and compiled by knit — if you touch them, knitCheck will fail until you regenerate.
Single test (prefer jvmTest on KMP modules):
./gradlew :<module>:jvmTest --tests "FQN.TestClass.test name with backticks"
./gradlew :ksp-integration-tests:test # KSP end-to-end (no Gradle plugin)
./gradlew :ksp-integration-tests:build # trigger KSP codegen → build/generated/ksp/
Gradle plugin integration tests (separate composite build via includeBuild(), only sees the plugin after publication):
./gradlew publishPluginAndSync # publish plugin to build/project-repo; reload IDE after
./gradlew testGradlePlugin # publish + run :gradle-plugin-integration-tests:allTests
Module Structure
kotlinx-schema-annotations Runtime annotations (@Schema, @Description, @SchemaIgnore)
kotlinx-schema-json JSON Schema Draft 2020-12 type-safe models + DSL (standalone)
kotlinx-schema-generator-core IR (TypeGraph) + introspector/transformer interfaces
kotlinx-schema-generator-json TypeGraph → JsonSchema / FunctionCallingSchema; reflection + serialization generators
kotlinx-schema-ksp KSP processor; uses generator-json
kotlinx-schema-ksp-gradle-plugin Applies KSP, wires source sets
ksp-integration-tests KSP end-to-end tests (no Gradle plugin)
gradle-plugin-integration-tests Composite build that exercises the plugin as external users would
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.
- 6d ago First seen · 88 lines · 1,581 tokens per session scan A c0efe90ac874
kotlinx-schema AGENTS.md is an instructions file published in the GitHub repository Kotlin/kotlinx-schema (133 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,581 tokens to every session, about $0.0079 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.
Other instructions, from other repositories
sceneview AGENTS.md
AGENTS.md instructions for sceneview/sceneview, covering agents.md — conventions for delegated coding agents, your role, git — you do not own it, secrets and hard technical rules.
SeekerClaw CLAUDE.md
Claude Code instructions for sepivip/SeekerClaw, covering claude.md — seekerclaw project guide, project.md — source of truth, design principle: ux first, what is this project and supported devices.
sceneview CLAUDE.md
Claude Code instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
ConsultMe CLAUDE.md
Claude Code instructions for Tarek-Bohdima/ConsultMe, covering claude.md, project context, common commands, module graph and conventions enforced by tooling.
kormium AGENTS.md
AGENTS.md instructions for kormium/kormium, covering kormium for ai agents, mental model (read this first), define a schema, connect and inspect the sql without running it.
Perigon.CLI copilot-instructions.md
Copilot instructions for AterDev/Perigon.CLI, covering github copilot instructions, general guidelines, 技术栈, 项目结构与分层 and 代码风格约定.