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/natnew/awesome-ai-scientists/agents-mdgit clone --depth 1 https://github.com/natnew/awesome-ai-scientistsWhat 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 | $0.02529 | $0.02529 |
| Opus 5 | $0.01264 | $0.01264 |
| Sonnet 5 | $0.00506 | $0.00506 |
| Haiku 4.5 | $0.00253 | $0.00253 |
Grade A, and why
awesome-ai-scientists 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 yesterday.
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 — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Operating Protocol for AI Agents
Tool-agnostic working rules for any AI coding agent (Claude Code, Codex, Cursor, Copilot, Gemini, Aider, and similar) operating in this repository. Follow repository-local guidance over generic awesome-list assumptions.
Start here
Read in this order before acting. Stop at the first file that answers your question; load the rest on demand.
- This file — operating protocol, trust boundary, stop conditions.
README.md— scope, sections, the index entry format.website/docs/workflows.md,domains.md,resource-types.md— canonical taxonomy slugs (source of truth).CONTRIBUTING.md— issue-first workflow and the contributor checklist..github/ISSUE_TEMPLATE/*,.github/pull_request_template.md— contributor expectations.MAINTAINERS.md, recent issues / PRs — precedent and cadence.CLAUDE.md— Claude-specific resolver, output templates, command discipline.
Repository North Star
A curated catalogue of resources for building AI Scientist systems — AI that assists scientific discovery across literature intelligence, hypothesis generation, experiment planning, tool use, evaluation, and scientific communication. README.md is the primary human-facing index; the Docusaurus site under website/ is its navigable, tagged surface. Keep the list selective, durable, technically useful, and easy to navigate. Curation matters more than accumulation: each entry should help a reader understand the landscape, not merely add a link.
Two surfaces, two formats
The same catalogue is published in two places. Infer the format from the file you are editing — never impose one surface's format on the other.
| Surface | Files | Entry format |
|---|---|---|
| Index | README.md |
- [Name](url) - one sentence. Hyphen separator, no taxonomy tags. |
| Site | website/docs/*.md |
- [Name](url) — one sentence. \lifecycle:slug` `domain:slug` `type:slug`` Em-dash separator, three backticked tags required. |
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.
- yesterday First seen · 163 lines · 2,529 tokens per session scan A 336f2f7f5963
awesome-ai-scientists AGENTS.md is an instructions file published in the GitHub repository natnew/awesome-ai-scientists (18 stars, last pushed 27d ago), licensed MIT. It adds 2,529 tokens to every session, about $0.0126 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
scientific-agent-skills AGENTS.md
AGENTS.md instructions for K-Dense-AI/scientific-agent-skills, covering repository guidance, what belongs here, layout, creating a skill and skill title.
awesome-vscode CLAUDE.md
Instructions for viatsko/awesome-vscode, covering claude.md, what this repo is, adding an entry, themes and linting / ci.
awesome-python AGENTS.md
AGENTS.md instructions for vinta/awesome-python, covering agents.md and entry rules.
awesome-python CLAUDE.md
Claude Code instructions for vinta/awesome-python, covering claude.md and entry rules.
Auto-Research-Skills AGENTS.md
Instructions for brycewang-stanford/Auto-Research-Skills, covering agent coordination, before editing, generated files, validation and handoff.
awesome-ai-gateway CLAUDE.md
Instructions for cuihuan/awesome-ai-gateway, covering claude.md — working rules for this repository, what this repository is, the two goals — judge every change against these, non-negotiable rules and before you commit.