Borrowing it
Nothing to install: this file belongs to cosen1024/awesome-academic-skills. 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/cosen1024/awesome-academic-skills/main/AGENTS.mdgit clone --depth 1 https://github.com/cosen1024/awesome-academic-skillsWrote 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/cosen1024/awesome-academic-skills/agents-md)<a href="https://agentmods.dev/instructions/cosen1024/awesome-academic-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/cosen1024/awesome-academic-skills/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/cosen1024/awesome-academic-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/cosen1024/awesome-academic-skills/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.00474 | $0.00474 |
| Opus 5 | $0.00237 | $0.00237 |
| Sonnet 5 | $0.00095 | $0.00095 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
awesome-academic-skills 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 11d 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.
What it actually says
AGENTS.md
本仓库维护一份可公开发布、可机器校验的科研 Agent Skills 清单。
数据与文档
data/skills.yaml是条目事实的唯一来源;不要只改 README 表格。README.md与README_EN.md的清单区由scripts/render_readmes.py生成。- README 清单表格有意只展示仓库 / Skill 和用途;平台、安装、许可与核验字段保留在结构化数据中,不要自行扩回表格。
docs/candidates.md保存待核验、暂缓或明确排除的候选,不应混入已验证主清单。- 技术事实只采用项目自己的 GitHub README、
SKILL.md、官方文档或官方安装入口。
收录规则
- 仓库必须公开可访问,且能定位到公开源码、
SKILL.md或插件清单。 - 不收录只有宣传页、产品落地页或无法审阅实现的服务。
- 每项必须包含用途、平台、安装或入口、许可证、验证状态和核验日期。
verified只表示源码与入口已核验,不代表执行测试、安全审计或学术质量背书。- 新增条目时保持 13 个科研工作流分类均有覆盖;只扩充有固定版本源码与第一手安装文档的高置信条目。
- 第三方项目的名称、许可证和限制应按上游原文记录,不把本仓库的 MIT 许可证延伸到第三方内容。
修改与验证
修改前先运行 git status --short,保留已有未提交改动。完成后运行:
python3 scripts/validate_data.py
python3 scripts/render_readmes.py --check
python3 scripts/check_links.py --scope source
git status --short
如需重新生成 README:
python3 scripts/render_readmes.py --write
不要在仓库中记录 token、Cookie、账号凭据或私有服务地址。未经用户明确要求,不创建远程、不推送。
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.
- 11d ago First seen · 40 lines · 474 tokens per session scan A 614a88f68f20
awesome-academic-skills AGENTS.md is an instructions file published in the GitHub repository cosen1024/awesome-academic-skills (10 stars, last pushed 28d ago), licensed MIT. It adds 474 tokens to every session, about $0.0024 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.