healthcare-agents: Instructions file for Claude Code

AGENTS.md

healthcare-agents AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from ajhcs/healthcare-agents. It costs 695 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for ajhcs/healthcare-agents, a project containing healthcare-agent prompts and evaluation tools. They explain the repository layout, workflow, and its bead-based task tracker.

In plain words
What is it for?
Use them when working on healthcare-agent prompts, evaluations, repository tasks, or bead records in that project.
Why use it?
They help an agent make changes in the expected places and use the repository's required tracking and synchronization process.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: $ARGUMENTS substitution, but also the file is AGENTS.md. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

This is ajhcs/healthcare-agents's own configuration. It tells Claude Code, Codex and OpenCode how to work on healthcare-agents 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 healthcare-agents configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/ajhcs/healthcare-agents/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/ajhcs/healthcare-agents

Made for: Claude Code, Codex, OpenCode.

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 healthcare-agents AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ajhcs/healthcare-agents/agents-md/github.svg)](https://agentmods.dev/instructions/ajhcs/healthcare-agents/agents-md)
Your own site
<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.

agentmods 80×15 button for healthcare-agents AGENTS.md

Your own site · 80×15
<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>
Per session 695 This file is loaded in full into every session.
When invoked 695 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00695 $0.00695
Opus 5 $0.00347 $0.00347
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00069 $0.00069

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

Security

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.

AGENTS.md · 39 lines

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, and eval/role-baselines/.
  • The old Python eval harness has been removed. The active eval path is the simple self-improvement kit above.
  • This repo uses bd as the active bead tracker. If external skills or copied prompts mention br or bv, translate to the equivalent bd workflow 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, and bd close <id> --reason "..." after current evidence proves the acceptance criteria.
  • Use bd-agent-sync pull before creating, claiming, updating, or closing beads, and bd-agent-sync push after Beads changes. Do not create markdown TODO ledgers, scratch JSONL files, or parallel agent backlogs. .beads/issues.jsonl is the only supported JSONL bridge and must be managed by bd import and bd export, not hand-edited. bd sync is 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 main before opening or merging the PR. That creates duplicate local merge commits and makes main appear ahead/behind after GitHub merges the PR.
  • After a PR is merged, run git fetch origin --prune and align local main to origin/main before 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 local main.

Self-Improvement Loop

  • When asked to run the healthcare self-improvement loop for an agent, first read .claude/commands/eval.md and execute that procedure as a normal task, substituting $ARGUMENTS with the requested agent slug.
  • Treat .claude/commands/eval.md as 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.md or any file under eval/role-baselines/.
  • Never modify eval/results.tsv except 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, append eval/results.tsv, and write local ignored artifacts under eval/run-logs/.

Read the full file on GitHub · 39 lines

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. 10d ago First seen · 39 lines · 695 tokens per session scan A c98c74ea5596

Subscribe to this mod's changes

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.