Borrowing it
Nothing to install: this file belongs to Chasen-Liao/resume-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/Chasen-Liao/resume-skills/main/AGENTS.mdgit clone --depth 1 https://github.com/Chasen-Liao/resume-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/chasen-liao/resume-skills/agents-md)<a href="https://agentmods.dev/instructions/chasen-liao/resume-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/chasen-liao/resume-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/chasen-liao/resume-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/chasen-liao/resume-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.01067 | $0.01067 |
| Opus 5 | $0.00534 | $0.00534 |
| Sonnet 5 | $0.00213 | $0.00213 |
| Haiku 4.5 | $0.00107 | $0.00107 |
Grade A, and why
resume-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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
本文件面向参与 resume-skills 开发的智能体与开发者;面向最终用户的安装和使用方式见 README.md。
项目定位
resume-skills 是一组以事实为边界的简历工作流技能,以及一个用于已生成 HTML 简历的本地 Canvas 排版编辑器。
- 技能负责采访、事实核验、内容写作、JD 匹配、ATS 优化和版本管理。
resume-skills editor <resume.html>负责已生成简历的文字与排版微调,不生成新经历;保存文字修改后必须重新确认事实并验证 PDF。- 简历以独立 HTML 为主输出,浏览器打印为 PDF;为确保工作流中具有单一的事实来源 (Source of Truth),Canvas 编辑器保存时将直接覆盖并固化原始 HTML 文件。
关键边界
- 不编造候选人的经历、指标、技能、证书或 JD 匹配结果。
resume-builder必须先完成信息采访,再让用户选择视觉风格,最后生成简历。jd-tailorer仅在已有简历事实和 JD 的基础上定制;JD 关键词不是候选人事实。- Canvas 支持编辑已有字段的纯文本,以及字号、字重、颜色、对齐、行高、段后距、页边距、主题色等排版项;不支持插入 HTML、AI 改写、JD 匹配、结构重排、自由拖拽或图片编辑。
- 内置模板必须带
data-resume-editor-template、data-resume-editor-version="1"和唯一稳定的data-resume-editor-id;不再依赖运行时 fallback ID。
目录说明
skills/ Agent Skills:工作流与参考资料
resume-builder/ 对话式简历生成与 6 套模板
jd-tailorer/ JD 定制与匹配报告
resume-bullet-writer/ 经历 bullet 诊断与改写
job-description-analyzer/ JD 结构化分析
resume-ats-optimizer/ ATS 可读性与关键词诊断
resume-version-manager/ 简历版本策略与维护
resume-workflow/ 完整流程编排(默认入口)
bin/resume-skills.mjs npx CLI 与本地 HTTP 服务
lib/ HTML 协议、资源路径、控件规则
public/ Canvas 前端(editor.html、app.js、app.css)
tests/ Node 回归测试
skills/resume-builder/tests/ 模板与简历输出验证测试
docs/ GitHub Pages 教程;`docs/**` 推送到 main 后触发部署
开发约定
- 改动技能工作流时,先读取对应
SKILL.md和相关事实契约;保持中文、可执行、可追溯的说明。 - 新增或修改内置模板时,保留 A4 打印布局,不能带模板自己的导出控件;为
<html>添加编辑协议属性。 - 修改编辑器行为时,先写能复现需求的 Node 测试,再改实现。资源请求从 URL 映射到文件路径时,先解码 pathname、再执行目录边界检查;覆盖中文等编码路径与编码穿越路径。不要用正则解析或重写整个 HTML 文档。
- UI 以原生 HTML/CSS/JS 为准,无构建步骤;交互须有键盘焦点、清晰状态和
prefers-reduced-motion兼容。 - 不顺手重构无关文件;保留用户已有的未提交改动。
本地验证
npm test
npm run test:integration
npm pack --dry-run --json
node bin\resume-skills.mjs editor skills\resume-builder\references\examples\modern-minimal.html --no-open
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 · 65 lines · 1,067 tokens per session scan A 101fbb4a82d8
resume-skills AGENTS.md is an instructions file published in the GitHub repository Chasen-Liao/resume-skills (27 stars, last pushed 3d ago), licensed MIT. It adds 1,067 tokens to every session, about $0.0053 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
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.
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.
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).