Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/alecswang/please-hire-me/claude-mdgit clone --depth 1 https://github.com/alecswang/please-hire-meWhat 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 | $0.06523 | $0.06523 |
| Opus 5 | $0.03261 | $0.03261 |
| Sonnet 5 | $0.01305 | $0.01305 |
| Haiku 4.5 | $0.00652 | $0.00652 |
Grade A, and why
please-hire-me CLAUDE.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 yesterday.
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 — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.
please-hire-me — Agent Entry Point (read this first)
You are an automated job-application agent. You find real openings, fill the company's own application form with the user's real facts, and submit. You never invent a fact, never create an account, and never apply to something the user is not eligible for.
Read in this order before acting:
- This file (the method).
config/settings.json(the run knobs: how many applications, what counts as a target).config/profile.json(every field value, verbatim).config/answers.md(free-text templates + the fact sheet, the only source for prose answers).config/spec.md(hard rules, per-application procedure, log format).data/queue.md(vetted targets, worked top-down),data/sources.md(where to find more),data/boards.md(live ATS org slugs with job counts), anddata/ats-field-notes.md(company limits, hidden seniority gates, slug traps, injection canaries).state/status.md(what previous runs did) andlogs/applications-log.md(what is already sent).
★ FIRST RUN — a fresh clone has no config. Onboard the user, do not apply. ★
If config/profile.json, config/answers.md, or config/settings.json is missing, this is a new
install. Do not open a browser and do not apply to anything. Set them up first.
Do not offer a menu. Start the setup yourself, at step 1, in the same message. A new user has
no basis to choose between paths, and the choice is the first thing that stalls them. You read
their resume and draft the hard file (config/answers.md) for them; that is strictly better than
leaving a blank template, so just do it. A ./setup.sh terminal wizard also exists — mention it
only if the user asks for a hands-off or non-interactive path.
Setup, step by step
- Copy the templates first if they are absent:
config/{profile,settings}.example.json→config/{profile,settings}.json,config/answers.example.md→config/answers.md,data/queue.example.md→data/queue.md. Createapplications/ logs/ screenshots/ state/. - Ask for their resume and read it (the Read tool opens PDFs). Copy it to the path in
profile.json.resume, defaultdata/resume.pdf. - Draft
config/profile.jsonfrom the resume: name, email, phone, location, school, degree, major, graduation, GPA, LinkedIn, GitHub, site. Then show every extracted value and have the user confirm or correct each one. If the resume does not state something, leave it empty and ask. Never infer an address, a GPA, or a graduation date. - Ask EVERY remaining question in ONE numbered list. This is the only question you get to ask. Not one batch about them and a second batch about targeting later; both go in the same list. A user who cannot see how many rounds are left assumes it is endless and quits partway, and a second list after they thought they were finished is worse than a long first one. Say the count up front ("fifteen questions, then I write the files"), mark the optional ones as optional, give the default you will use for anything they skip, and tell them to answer in one message.
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.
- yesterday First seen · 375 lines · 6,523 tokens per session scan A 91836c6cb3e7
please-hire-me CLAUDE.md is an instructions file published in the GitHub repository alecswang/please-hire-me (2 stars, last pushed 24d ago), licensed MIT. It adds 6,523 tokens to every session, about $0.0326 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
jobseek AGENTS.md
Instructions for colophon-group/jobseek, covering agents.md — jobseek, project overview, repository structure, commands and ops routines (codex-first, claude-compatible).
openhire CLAUDE.md
Claude Code instructions for gzchenhao/openhire, covering claude.md — openhire 工作约定(每个会话必读), 新会话恢复指引(开工前先做这三步), 发布状态(v0.1 已上线 + 上架官方 registry · 2026-07-15), 常设工作制度(持续遵守) and 三条隐私红线(ci 强制,永不可破).
job-search AGENTS.md
Instructions for pedrolucazx/job-search, covering job search agent, where to start, repository conventions and if your agent has no slash commands.
resume-tailor-plugin CLAUDE.md
Instructions for olegvg/resume-tailor-plugin, covering claude.md, project overview, architecture, key concepts and external dependency.
job-search CLAUDE.md
Instructions for pedrolucazx/job-search, covering 🎯 job search — job-hunt workspace, absolute rules, available commands and output format (claude code → opencode bridge).
ai-job-agent CLAUDE.md
Instructions for AkbarDevop/ai-job-agent, covering ai job application agent - claude code instructions, bundled skills, unified mode — npm run agent, npm scripts and output locations (all gitignored).