AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
69/100
Scores the file, not the repository.Length
426 words
4 headings · 0 code blocksRepository
51
— · pushed 15 days agoLast changed
3 days ago
First indexed 3 days ago.1# Healthcare Agents Repository Instructions23## Repository Map45- Agent prompts live in `agents/*.md`.6- The simple self-improvement kit lives in `.claude/commands/eval.md`, `eval/rubric.md`, `eval/results.tsv`, and `eval/role-baselines/`.7- The old Python eval harness has been removed. The active eval path is the simple self-improvement kit above.8- This repo uses `bd` as the active bead tracker. If external skills or copied9 prompts mention `br` or `bv`, translate to the equivalent `bd` workflow10 instead of abandoning tracker work. Useful local commands: `bd prime`,11 `bd show <id>`, `bd children <id>`, `bd ready -n 100`, `bd list --json`,12 `bd dep tree <id>`, `bd update <id> --claim`, and `bd close <id> --reason "..."`13 after current evidence proves the acceptance criteria.14- Use `bd-agent-sync pull` before creating, claiming, updating, or closing15 beads, and `bd-agent-sync push` after Beads changes. Do not create markdown16 TODO ledgers, scratch JSONL files, or parallel agent backlogs. `.beads/issues.jsonl`17 is the only supported JSONL bridge and must be managed by `bd import` and18 `bd export`, not hand-edited. `bd sync` is not available in bd 1.0.2 on19 Plumbob.2021## Git Workflow2223- Do not push directly to `main`.24- For requested edits, create a short-lived branch, commit there, push the branch, open a PR, and merge the PR with `gh pr merge`.25- 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.26- After a PR is merged, run `git fetch origin --prune` and align local `main` to `origin/main` before continuing work.27- 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`.2829## Self-Improvement Loop3031- 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.32- Treat `.claude/commands/eval.md` as the canonical workflow for both Claude Code and Codex.33- 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`.34- Avoid recursive CLI invocation when native subagents are available.35- Never modify `eval/rubric.md` or any file under `eval/role-baselines/`.36- Never modify `eval/results.tsv` except to append rows.37- Preserve the agent's distinctive role identity; do not flatten prompts into generic "best practices" boilerplate.38- 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/`.39
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| OnlyTerp/prompt-cache-skillsAGENTS.md · 112 | AGENTS.md | setupbuildtestlint-format+5 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| wpscanteam/wpscanAGENTS.md · 9.7k | AGENTS.md | setupbuildteststyle+6 | 100/100 | 2 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago |
