please-hire-me CLAUDE.md

An instruction set for an automated job-application agent that finds real openings and submits applications through company forms. It requires the agent to use only the applicant’s supplied facts and to follow the repository’s configuration and records.

In plain words
What is it for?
Use it to configure an application run, review the user profile and answer templates, work through vetted job targets, complete eligible applications, and record what was submitted.
Why use it?
It sets boundaries that help prevent invented qualifications, incorrect applications, duplicate submissions, and applying without the required user information. On a fresh copy, it guides setup instead of submitting applications.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/alecswang/please-hire-me/claude-md
Clone the repo
git clone --depth 1 https://github.com/alecswang/please-hire-me
Per session 6,523 This file is loaded in full into every session.
When invoked 6,523 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.06523 $0.06523
Opus 5 $0.03261 $0.03261
Sonnet 5 $0.01305 $0.01305
Haiku 4.5 $0.00652 $0.00652

Measured yesterday against content hash 91836c6cb3e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 375 lines

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:

  1. This file (the method).
  2. config/settings.json (the run knobs: how many applications, what counts as a target).
  3. config/profile.json (every field value, verbatim).
  4. config/answers.md (free-text templates + the fact sheet, the only source for prose answers).
  5. config/spec.md (hard rules, per-application procedure, log format).
  6. 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), and data/ats-field-notes.md (company limits, hidden seniority gates, slug traps, injection canaries).
  7. state/status.md (what previous runs did) and logs/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

  1. Copy the templates first if they are absent: config/{profile,settings}.example.jsonconfig/{profile,settings}.json, config/answers.example.mdconfig/answers.md, data/queue.example.mddata/queue.md. Create applications/ logs/ screenshots/ state/.
  2. Ask for their resume and read it (the Read tool opens PDFs). Copy it to the path in profile.json.resume, default data/resume.pdf.
  3. Draft config/profile.json from 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.
  4. 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.

Read the full file on GitHub · 375 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. yesterday First seen · 375 lines · 6,523 tokens per session scan A 91836c6cb3e7

Subscribe to this mod's changes

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.

Related

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

colophon-group/jobseek · 3,643 tokens

openhire CLAUDE.md

Claude Code instructions for gzchenhao/openhire, covering claude.md — openhire 工作约定(每个会话必读), 新会话恢复指引(开工前先做这三步), 发布状态(v0.1 已上线 + 上架官方 registry · 2026-07-15), 常设工作制度(持续遵守) and 三条隐私红线(ci 强制,永不可破).

gzchenhao/openhire · 1,743 tokens

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.

pedrolucazx/job-search · 840 tokens

resume-tailor-plugin CLAUDE.md

Instructions for olegvg/resume-tailor-plugin, covering claude.md, project overview, architecture, key concepts and external dependency.

olegvg/resume-tailor-plugin · 636 tokens

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

pedrolucazx/job-search · 549 tokens

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

AkbarDevop/ai-job-agent · 4,101 tokens