Borrowing it
Nothing to install: this file belongs to ajhcs/healthcare-agents. 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/ajhcs/healthcare-agents/main/AGENTS.mdgit clone --depth 1 https://github.com/ajhcs/healthcare-agentsWrote 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/ajhcs/healthcare-agents/agents-md)<a href="https://agentmods.dev/instructions/ajhcs/healthcare-agents/agents-md"><img src="https://agentmods.dev/badge/instructions/ajhcs/healthcare-agents/agents-md/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/instructions/ajhcs/healthcare-agents/agents-md"><img src="https://agentmods.dev/badge/instructions/ajhcs/healthcare-agents/agents-md.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.00695 | $0.00695 |
| Opus 5 | $0.00347 | $0.00347 |
| Sonnet 5 | $0.00139 | $0.00139 |
| Haiku 4.5 | $0.00069 | $0.00069 |
Grade A, and why
healthcare-agents 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 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.
How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Healthcare Agents Repository Instructions
Repository Map
- Agent prompts live in
agents/*.md. - The simple self-improvement kit lives in
.claude/commands/eval.md,eval/rubric.md,eval/results.tsv, andeval/role-baselines/. - The old Python eval harness has been removed. The active eval path is the simple self-improvement kit above.
- This repo uses
bdas the active bead tracker. If external skills or copied prompts mentionbrorbv, translate to the equivalentbdworkflow instead of abandoning tracker work. Useful local commands:bd prime,bd show <id>,bd children <id>,bd ready -n 100,bd list --json,bd dep tree <id>,bd update <id> --claim, andbd close <id> --reason "..."after current evidence proves the acceptance criteria. - Use
bd-agent-sync pullbefore creating, claiming, updating, or closing beads, andbd-agent-sync pushafter Beads changes. Do not create markdown TODO ledgers, scratch JSONL files, or parallel agent backlogs..beads/issues.jsonlis the only supported JSONL bridge and must be managed bybd importandbd export, not hand-edited.bd syncis not available in bd 1.0.2 on Plumbob.
Git Workflow
- Do not push directly to
main. - For requested edits, create a short-lived branch, commit there, push the branch, open a PR, and merge the PR with
gh pr merge. - Do not merge the feature branch into local
mainbefore opening or merging the PR. That creates duplicate local merge commits and makesmainappear ahead/behind after GitHub merges the PR. - After a PR is merged, run
git fetch origin --pruneand align localmaintoorigin/mainbefore continuing work. - For docs-only or metadata-only changes, the streamlined path is: branch -> commit -> push branch ->
gh pr create->gh pr merge --merge --delete-branch-> sync localmain.
Self-Improvement Loop
- When asked to run the healthcare self-improvement loop for an agent, first read
.claude/commands/eval.mdand execute that procedure as a normal task, substituting$ARGUMENTSwith the requested agent slug. - Treat
.claude/commands/eval.mdas the canonical workflow for both Claude Code and Codex. - If the runtime supports native subagents or model specialization, prefer a strongest scorer/judge plus a faster editor, with the parent agent owning git writes and
eval/results.tsv. - Avoid recursive CLI invocation when native subagents are available.
- Never modify
eval/rubric.mdor any file undereval/role-baselines/. - Never modify
eval/results.tsvexcept to append rows. - Preserve the agent's distinctive role identity; do not flatten prompts into generic "best practices" boilerplate.
- During a normal eval run, only edit the requested
agents/<slug>.md, appendeval/results.tsv, and write local ignored artifacts undereval/run-logs/.
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 · 39 lines · 695 tokens per session scan A c98c74ea5596
healthcare-agents AGENTS.md is an instructions file published in the GitHub repository ajhcs/healthcare-agents (51 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 695 tokens to every session, about $0.0035 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
ai-agent-rules-generator copilot.instructions.md
Glitch WooCommerce Payment Gateway plugin coding guidelines — auto-doc sync for plugin, features, and infrastructure.
ai-agent-rules-generator agent-observations.instructions.md
Mandatory agent observation logging — anomalies, recommendations, and critical findings must be disclosed before commit.
ai-agent-rules-generator task.instructions.md
Task execution rules for Glitch WooCommerce Payment Gateway engineering work.
ai-agent-rules-generator doc-sync.instructions.md
Documentation sync rules — which docs to update when code changes.
ai-agent-rules-generator browsetools.instructions.md
Browser verification rules for Glitch WooCommerce Payment Gateway using Chrome DevTools MCP.
ai-agent-rules-generator devtools.instructions.md
Browser DevTools and local development access credentials.