Borrowing it
Nothing to install: this file belongs to ekbatan-io/ekbatan. 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/ekbatan-io/ekbatan/main/.agents/skills/ekbatan-examples/SKILL.mdgit clone --depth 1 https://github.com/ekbatan-io/ekbatanWrote 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/skills/ekbatan-io/ekbatan/ekbatan-examples)<a href="https://agentmods.dev/skills/ekbatan-io/ekbatan/ekbatan-examples"><img src="https://agentmods.dev/badge/skills/ekbatan-io/ekbatan/ekbatan-examples/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.
<a href="https://agentmods.dev/skills/ekbatan-io/ekbatan/ekbatan-examples"><img src="https://agentmods.dev/badge/skills/ekbatan-io/ekbatan/ekbatan-examples.svg" alt="Reviewed on agentmods" width="80" 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.00069 | $0.00494 |
| Opus 5 | $0.00034 | $0.00247 |
| Sonnet 5 | $0.00014 | $0.00099 |
| Haiku 4.5 | $0.00007 | $0.00049 |
Grade A, and why
ekbatan-examples 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 10d 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
Ekbatan Examples
Use this skill when a change affects example applications, example docs, example wiring, or consistency across the example matrix.
First Reads
ekbatan-examples/README.md.- The closest existing example for the same stack/build/dialect.
references/example-matrix.md.- Relevant framework docs under
docs/wiring/,docs/database/, anddocs/runtime/.
Matrix Discipline
When changing a base wallet behavior, check every affected axis:
- Stack: Spring Boot, Quarkus, Micronaut.
- Build: Gradle, Maven.
- Dialect: PostgreSQL, MySQL, MariaDB.
- Runtime: JVM and native-named examples.
- Special cases: sharded PostgreSQL, saga, job worker.
Do not assume examples are generated unless you find a generator. Use rg and compare representative files directly.
Common Patterns
- Keep domain/action/repository code semantically identical across stacks unless the stack requires wiring differences.
- Keep dialect-specific provider classes correct: PostgreSQL uses PostgreSQL providers, MySQL uses MySQL providers, MariaDB uses MariaDB providers.
- For action write serialization, acquire
KeyedLockProviderin the caller around the fullexecutor.execute(...)call. - Keep native examples aligned with their JVM equivalents unless native-image support requires a specific difference.
- Keep README claims backed by source search.
- Avoid updating generated or build output.
Workflow
- Identify the affected projects with
find ekbatan-examples -mindepth 2 -maxdepth 2. - Inspect one known-good example for each stack and dialect family before editing.
- Make the smallest mechanical cross-matrix edit possible.
- Run formatters for affected builds.
- Run representative compiles/tests first, then broader example verification when behavior is cross-cutting.
- If docs claim "all examples", prove it with
rgor a small matrix script.
Use ekbatan-verification for the full example test matrix.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 48 lines · 69 tokens per session scan A dabb443608e2
ekbatan-examples is a skill published in the GitHub repository ekbatan-io/ekbatan (20 stars, last pushed 5d ago), licensed Apache-2.0. It adds 69 tokens to every session and 494 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-30.
Other skills, from other repositories
llm-judge
AI quality judge that scores agent responses 0-10 across helpfulness, accuracy, completeness, and clarity. Use when evaluating multi-agent output or implementing LLM-as-judge quality gates.
rag-assistant
Knowledge base assistant that retrieves and cites documents from a curated index. Use when answering questions that must be grounded in specific source material with citations.
dentist-agent
Emergency dental assistant (Dr. Molar) for triage, first aid, and severity classification of broken/chipped/cracked teeth, delivered over web, Slack, or Telegram. Use for non-diagnostic dental guidance only.
startup-ceo
CEO coordinator that dispatches research, strategy, finance, and writer specialists via A2A and synthesizes their findings into a GO/NO-GO investment briefing. Use for multi-agent advisory workflows.
tool-assistant
Tool-calling assistant with backend functions for time, city time, weather, and temperature conversion, plus cost metering and approval workflows. Use when a question needs real-time data via tool calls.
classroom
Multi-room AI classroom where all students see AI responses simultaneously, with per-room subject focus (math, science, code, general). Use for shared-broadcast educational settings.