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/cadasto/openehr-assistant-plugin/agents-mdgit clone --depth 1 https://github.com/Cadasto/openehr-assistant-pluginWrote 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/cadasto/openehr-assistant-plugin/agents-md)<a href="https://agentmods.dev/instructions/cadasto/openehr-assistant-plugin/agents-md"><img src="https://agentmods.dev/badge/instructions/cadasto/openehr-assistant-plugin/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.06357 | $0.06357 |
| Opus 5 | $0.03179 | $0.03179 |
| Sonnet 5 | $0.01271 | $0.01271 |
| Haiku 4.5 | $0.00636 | $0.00636 |
Grade A, and why
openehr-assistant-plugin 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 5d 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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Guidelines: openEHR Assistant Plugin
This file provides guidance to AI coding assistants working in this repository.
Project Overview
The openEHR Assistant Plugin is an AI plugin by Cadasto B.V. that provides clinical workflow integration with openEHR systems through skills, commands, agents, and hooks.
Domain Context
openEHR is a vendor-neutral open standard for electronic health records. Key concepts:
- Archetypes — reusable clinical content definitions in ADL (Archetype Definition Language) format
- Templates — use-case-specific constraint sets combining archetypes, in four serialisations: OET (
.oet, hand-authored source) and Archetype Designer.t.json(AOM2 differential source) compile to an OPT (runtime contract), from which a vendor web template (Better/EHRbase JSON) is derived for FLAT/STRUCTURED data entry..t.jsonis a source template, not a web template - Compositions — runtime clinical data instances conforming to templates
- Reference Model (RM) — core data types and structures
- AQL — Archetype Query Language for querying clinical data repositories
- CKM — Clinical Knowledge Manager, the international archetype/template registry
Not all openEHR content lives in CKM: a small convention exists of tagging GitHub repositories that publish archetypes/templates with the openehr-content topic (~14 repos — freshEHR, Apperta-CKM projects, regional programmes, individual modellers). It is a genuine secondary discovery channel, thinner but broader than CKM for templates, and un-governed — no editorial review, no dependable lifecycle_state, no integrity guarantee. Skills reference it only as a fallback after CKM, and only in the main session: no MCP tool searches it, so it needs WebSearch/gh.
Companion MCP Server
The openehr-assistant-mcp server provides:
- 12 MCP tools: CKM search/retrieval, guide access, terminology resolution, type specifications, ADL idiom lookup, curated examples search/retrieval
- 14 MCP prompts: Guided workflows for common tasks, each taking validated arguments
- Resources: Archetypes, templates, AQL, terminology, type specs, a guide registry spanning six categories (
archetypes/,templates/,aql/,simplified_formats/,specs/,howto/), and theopenehr://examples/{kind}/{name}namespace for curated worked examples (AQL, FLAT, STRUCTURED, reference.adlarchetypes)
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.
- 5d ago First seen · 201 lines · 6,357 tokens per session scan A f9e305b5edc6
openehr-assistant-plugin AGENTS.md is an instructions file published in the GitHub repository Cadasto/openehr-assistant-plugin (4 stars, last pushed 11d ago), licensed MIT. It adds 6,357 tokens to every session, about $0.0318 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 instructions, from other repositories
openInvest CLAUDE.md
Claude Code instructions for longsizhuo/openInvest, covering claude.md — openinvest 项目级指引, 核心产品哲学, 关键原则, 写代码时 and 测试纪律.
openInvest AGENTS.md
AGENTS.md instructions for longsizhuo/openInvest, covering agents.md, smoke test:宿主 agent 侧日报链路(hermes,2026-07-12 验证通过), 1) 任务脚本(已存在):/.hermes/scripts/dailyinvest.sh and 3) 手动触发一次并验收.
jeff AGENTS.md
AGENTS.md instructions for johanthoren/jeff, covering agents.md: jeff, model expectation, the kitchen (persona), repo = the package and the method (how the system works).
agent-skills AGENTS.md
AGENTS.md instructions for sayeed1999/agent-skills, covering agents.md, output style, output style, 1. think before code and 2. simplicity.
ark-space AGENTS.md
Instructions for arch3rPro/ark-space, covering agent guidance, project contract, default workflow, validation and source governance.
ark-space CLAUDE.md
Instructions for arch3rPro/ark-space, covering claude code guidance, start here, repository rules, validation and release boundary.