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/madslorentzen/ai-job-search/agents-mdgit clone --depth 1 https://github.com/MadsLorentzen/ai-job-searchWhat 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.00368 | $0.00368 |
| Opus 5 | $0.00184 | $0.00184 |
| Sonnet 5 | $0.00074 | $0.00074 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
ai-job-search 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 2d 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
Agent Guidelines: AI Job Search
This workspace is structured to manage job search activities, scraper tools, CVs, cover letters, and interview preparation.
Thin-Pointer Design (Single Source of Truth)
To prevent duplication and configuration drift across different AI agent frameworks (Claude Code, Google Antigravity, Codex, Cursor, Gemini CLI, etc.), this workspace uses a unified thin-pointer design. All agent runtimes should load the canonical specifications and candidate profiles from the files and directories below:
- Personal Candidate Profile:
- The candidate profile, contact details, education, and target preferences are defined in CLAUDE.md and the individual profile methodology files under .claude/skills/job-application-assistant/ (specifically
01-*.mdetc.).
- The candidate profile, contact details, education, and target preferences are defined in CLAUDE.md and the individual profile methodology files under .claude/skills/job-application-assistant/ (specifically
- Canonical Workflow Specifications:
- The step-by-step instructions and triggers for tasks (setup, scrape, rank, apply, upskill, interview) are defined in the .claude/ directory (specifically under
.claude/skills/and.claude/commands/). - Do not duplicate these rules or specifications. Treat
.claude/files as the single source of truth.
- The step-by-step instructions and triggers for tasks (setup, scrape, rank, apply, upskill, interview) are defined in the .claude/ directory (specifically under
- Portal Search Skills:
- Job-portal search CLIs live under .agents/skills/ in the portable Agent Skills format (with a
SKILL.mdper portal). Codex and Antigravity discover these automatically; the/scrapeworkflow in .claude/skills/job-scraper/ orchestrates them.
- Job-portal search CLIs live under .agents/skills/ in the portable Agent Skills format (with a
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.
- 2d ago First seen · 20 lines · 368 tokens per session scan A 9811372c5c91
ai-job-search AGENTS.md is an instructions file published in the GitHub repository MadsLorentzen/ai-job-search (39,400 stars, last pushed today), licensed MIT. It adds 368 tokens to every session, about $0.0018 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
resume-tailor-plugin CLAUDE.md
Instructions for olegvg/resume-tailor-plugin, covering claude.md, project overview, architecture, key concepts and external dependency.
resume-tailor-plugin AGENTS.md
Instructions for olegvg/resume-tailor-plugin, covering agents.md, project overview, repo layout and verification.
Resume-Builder CLAUDE.md
Instructions for jananthan30/Resume-Builder, covering resume builder - project context, quick start, option 1: claude code custom commands (recommended), resume only - dual optimized and cover letter only.
Resume-Builder AGENTS.md
Instructions for jananthan30/Resume-Builder, covering resume builder - codex context, codex plugin surface, native four-role resume team and operating rules.
claude-resume-kit CLAUDE.md
Instructions for ARPeeketi/claude-resume-kit, covering claude-resume-kit — project instructions, file map, your role, user focus directives and anti-fabrication rules.
LockedIn CLAUDE.md
Instructions for daypunk/LockedIn, covering claude.md, what this is, current state, repo layout and working agreements.