Borrowing it
Nothing to install: this file belongs to Viy1204/recruiting-copilot. 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/Viy1204/recruiting-copilot/master/AGENTS.mdgit clone --depth 1 https://github.com/Viy1204/recruiting-copilotWrote 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/viy1204/recruiting-copilot/agents-md)<a href="https://agentmods.dev/instructions/viy1204/recruiting-copilot/agents-md"><img src="https://agentmods.dev/badge/instructions/viy1204/recruiting-copilot/agents-md.svg" alt="Measured on agentmods" 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.00681 | $0.00681 |
| Opus 5 | $0.00341 | $0.00341 |
| Sonnet 5 | $0.00136 | $0.00136 |
| Haiku 4.5 | $0.00068 | $0.00068 |
Grade A, and why
recruiting-copilot 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 7d 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 —— recruiting-copilot 源码/模板仓库
你(AI agent,无论是 Claude Code、Codex、workbuddy、qoderwork、MiniMax Code、Z code 还是其他工具) 现在打开的是 recruiting-copilot 源码/模板仓库,不是用户的招聘工作区。 它同时是 Claude Code 插件源、跨 Agent Skill 内容源和工作区脚手架;用户的岗位和候选人数据不得写入本仓库。
先判断是使用还是维护
用户说"帮我初始化"、"开始"、"怎么用"、"帮我搭招聘环境",或任何表达开始意图的话 →
读取并严格执行 skills/recruit-init/SKILL.md:
检查前置依赖 → 在用户指定的位置创建招聘工作区 → 注册项目级 Skill 入口 → 逐岗梳理要求。
用户要求修改 Skill、修脚本、更新文档、测试或发布本项目 → 这是仓库维护,直接在功能分支工作;不要误跑 recruit-init,不要创建用户工作区。
初始化完成后,用户的日常招聘工作在他自己的工作区目录里进行(那里有自己的 AGENTS.md 做路由), 不再需要回到本仓库。
本仓库结构
skills/recruit-init/ 初始化流程 + 工作区脚手架模板(templates/)
skills/recruit-grill/ 逐岗逼问式梳理岗位真实要求(+ 问题清单)
skills/recruit-daily/ 每日招聘流水线(+ 双通道命令参考、台账日报格式、日报卡片推送)
skills/market-talent-mapping/ 某岗市场人才深度盘点(+ 渠道与统计参考、报告模板)
skills/resume-review/ 本地/飞书邮箱简历收取与评估(单份或批量)
skills/interview-schedule/ 面试预约:飞书日程+视频会议+拉面试官+档案同步
skills/ask-viy/ 总目录:不知道用哪个流程时问它
docs/DESIGN.md 设计思路与理念(为什么长这样)
.claude-plugin/ Claude Code 插件清单(其他工具忽略即可)
commands/ Claude Code slash 命令薄壳(其他工具忽略即可)
tests/ 安装与工作区 Skill 注册回归测试
红线(对所有 agent 生效)
- 本仓库是模板:不要把用户的岗位数据、候选人信息写进本仓库,全部写进用户自己的工作区。
- 对外不可逆动作(在招聘平台打招呼、点"不合适"、通知候选人、发 offer)默认先经用户确认。
打招呼的安全规则见
skills/recruit-daily/SKILL.md,约面试的确认规则见skills/interview-schedule/SKILL.md。
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.
- 7d ago First seen · 40 lines · 681 tokens per session scan A b52bb69bc8e8
recruiting-copilot AGENTS.md is an instructions file published in the GitHub repository Viy1204/recruiting-copilot (54 stars, last pushed 4d ago), licensed MIT. It adds 681 tokens to every session, about $0.0034 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
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).
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.
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).
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.