Borrowing it
Nothing to install: this file belongs to shengyy/agent-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/shengyy/agent-skills/main/AGENTS.mdgit clone --depth 1 https://github.com/shengyy/agent-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/shengyy/agent-skills/agents-md)<a href="https://agentmods.dev/instructions/shengyy/agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/shengyy/agent-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/shengyy/agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/shengyy/agent-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.00612 | $0.00612 |
| Opus 5 | $0.00306 | $0.00306 |
| Sonnet 5 | $0.00122 | $0.00122 |
| Haiku 4.5 | $0.00061 | $0.00061 |
Grade A, and why
agent-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 6d 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
agent-skills · Agent 指引
公开的 Agent Skills 合集(MIT),用 skills CLI 一键分发到 Claude Code、Codex、Cursor 等。本文件是各编码 Agent 共用的仓库级规则;CLAUDE.md 导入本文件。人类贡献流程、发版步骤见 CONTRIBUTING.md,不在这里复制。
优先级:用户当次指令 > 本文件 > 其它文档。skills/<name>/SKILL.md 与 scripts/validate_skills.py 是事实。
硬约束
- 一个 skill 一个目录。
skills/<name>/目录名即 skill 名(小写、-连字),SKILL.mdfrontmatter 的name必须与目录名一致,description写清触发场景与触发词。附带脚本、模板、参考资料放该目录下的scripts/、references/、assets/,用相对路径引用。 - 唯一 owner 与同步点。 一个事实一个文件,调用方链接它;仓库里仅有的两个同步点是版本号(
VERSION与CHANGELOG.md版本段,README 徽章读 git tag)和双语 README(README.md与README.zh-CN.md同步更新,不让两份说法漂移)。 - 禁补丁、禁兼容。 skill 面向当前一代模型(GPT‑6 / Claude 5+):少约束、多放权,只保留分工、边界、验收三类内容;旧模型时代的护栏、沙箱管道、并发注册表之类的过程控制一律删掉,不保留兼容版本。
- 单文件规模。
SKILL.md超过 800 行先按职责拆到references/。 - 公开仓库。 不把机密、令牌、个人路径、客户信息写进任何文件。
- 门禁。 改动后运行
python3 scripts/validate_skills.py(CI 跑同一个脚本);改了 skill 行为就在CHANGELOG.md的[Unreleased]记一笔。
自主权与交付
在上述边界内默认放权,可以大改;只在真实的范围变更、发版打 tag 或只有用户能给的输入时停下来。工作区里已有的改动属于用户,不覆盖、不回滚、不混进本次提交。用户在描述问题或提问而不是要求改动时,交付物是你的判断。中文回复,标识符与命令保持英文;交付说明改了什么、跑了什么校验、未验证项。
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.
- 6d ago First seen · 19 lines · 612 tokens per session scan A 953a773aef51
agent-skills AGENTS.md is an instructions file published in the GitHub repository shengyy/agent-skills (2 stars, last pushed 8d ago), licensed MIT. It adds 612 tokens to every session, about $0.0031 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-09-06.
Other instructions, from other repositories
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).
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 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).
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.
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.