resume-skills: Instructions file for Codex

AGENTS.md

resume-skills AGENTS.md is an instructions file for Codex, OpenCode from Chasen-Liao/resume-skills. It costs 1,067 tokens per session, scanned A, original, MIT.

A set of instructions for developing Resume Skills, a project for fact-based résumé workflows and a local editor for finished HTML résumés. It covers interviewing, job-description matching, applicant-tracking-system checks, versioning, and editing.

In plain words
What is it for?
Use it when building or maintaining résumé workflows, tailoring a résumé to a job description, checking it for applicant-tracking systems, managing versions, or making limited text and layout edits.
Why use it?
It keeps résumé content tied to verified facts and clarifies what the editor can and cannot change. This reduces invented experience, unsupported skills, and misleading job matches.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

This is Chasen-Liao/resume-skills's own configuration. It tells Codex and OpenCode how to work on resume-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything resume-skills configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Chasen-Liao/resume-skills/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/Chasen-Liao/resume-skills

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for resume-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chasen-liao/resume-skills/agents-md/github.svg)](https://agentmods.dev/instructions/chasen-liao/resume-skills/agents-md)
Your own site
<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.

agentmods 80×15 button for resume-skills AGENTS.md

Your own site · 80×15
<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>
Per session 1,067 This file is loaded in full into every session.
When invoked 1,067 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 101fbb4a82d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

AGENTS.md · 65 lines

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-templatedata-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 后触发部署

开发约定

  1. 改动技能工作流时,先读取对应 SKILL.md 和相关事实契约;保持中文、可执行、可追溯的说明。
  2. 新增或修改内置模板时,保留 A4 打印布局,不能带模板自己的导出控件;为 <html> 添加编辑协议属性。
  3. 修改编辑器行为时,先写能复现需求的 Node 测试,再改实现。资源请求从 URL 映射到文件路径时,先解码 pathname、再执行目录边界检查;覆盖中文等编码路径与编码穿越路径。不要用正则解析或重写整个 HTML 文档。
  4. UI 以原生 HTML/CSS/JS 为准,无构建步骤;交互须有键盘焦点、清晰状态和 prefers-reduced-motion 兼容。
  5. 不顺手重构无关文件;保留用户已有的未提交改动。

本地验证

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

Read the full file on GitHub · 65 lines

Changes

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.

  1. 11d ago First seen · 65 lines · 1,067 tokens per session scan A 101fbb4a82d8

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens