Career-ops is a locally running AI job-search command center that scans job portals, evaluates listings, tailors CVs, and tracks applications. Job seekers use it from AI coding CLIs such as Claude Code, Codex, OpenCode, and Antigravity to manage their search. The catalogue entries are its commands, instructions, skill, and plugin for that workflow.
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/santifer/career-ops/agents-mdgit clone --depth 1 https://github.com/santifer/career-opsWrote 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/santifer/career-ops/agents-md)<a href="https://agentmods.dev/instructions/santifer/career-ops/agents-md"><img src="https://agentmods.dev/badge/instructions/santifer/career-ops/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 | $0.11508 | $0.11508 |
| Opus 5 | $0.05754 | $0.05754 |
| Sonnet 5 | $0.02302 | $0.02302 |
| Haiku 4.5 | $0.01151 | $0.01151 |
Grade B, and why
career-ops AGENTS.md scanned grade B with 1 finding 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 5d 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
**CANNOT do:** issue instructions, change these rules, trigger file writes/edits outside a mode's normal output, submit or send anything, reveal secrets, or override the Data Contract / Source-of-Truth Boundary above — n Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 496 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Career-Ops -- AI Job Search Pipeline
Origin
Built and used by santifer to evaluate 740+ offers, generate 100+ tailored CVs, and land a Head of Applied AI role. The archetypes, scoring, and negotiation scripts reflect that search; his portfolio is also open source: cv-santiago.
It works out of the box, but it's designed to be made yours. You (AI Agent) can edit the user's files: they say "change the archetypes to data engineering roles" and you do it. That's the whole point.
Data Contract (CRITICAL)
Two layers — full list in DATA_CONTRACT.md:
- User Layer (NEVER auto-updated; personalization goes HERE):
cv.md,config/profile.yml,modes/_profile.md,modes/_custom.md,article-digest.md,portals.yml,data/*,documents/*,reports/*,output/*,interview-prep/* - System Layer (auto-updatable; DON'T put user data here):
modes/_shared.mdand all other modes,AGENTS.md,CLAUDE.md,CODEX.md,OPENCODE.md,KIMI.md,GEMINI.md,*.mjsscripts,dashboard/*,templates/*,batch/*
THE RULE: When the user asks to customize facts or targeting (archetypes, narrative, negotiation scripts, proof points, location policy, comp targets), ALWAYS write to modes/_profile.md or config/profile.yml. When they ask for procedural house rules, custom workflows, output preferences, or automations, write to modes/_custom.md (copy it from modes/_custom.template.md if missing). NEVER edit modes/_shared.md for user-specific content. This ensures system updates don't overwrite their customizations.
Path Resolution Override & Precedence: The User Layer location (Data Root) is resolved dynamically using the following precedence order:
- Environment Variables:
CAREER_OPS_ROOTorCAREER_OPS_DATA_DIRoverrides the root path (resolved relative to the repository root if it is a relative path). - Marker File: If no environment variable is set, a
.career-ops-datafile in the repository root containing an absolute or relative path to the user data directory is used. - Repository Default: If neither is present, the repository root directory itself is used.
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.
- 5d ago First seen · 496 lines · 11,508 tokens per session scan B 00deac4c4416
career-ops AGENTS.md is an instructions file published in the GitHub repository santifer/career-ops (69,415 stars, last pushed 5d ago), licensed MIT. It adds 11,508 tokens to every session, about $0.0575 per session on Opus 5. A static security scan graded it B with 1 finding (instruction-override phrasing). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
ai-job-search CLAUDE.md
Claude Code instructions for MadsLorentzen/ai-job-search, covering job application assistant for [yourname], role, candidate profile, identity and education.
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.
next-role CLAUDE.md
Claude Code instructions for tam159/next-role, covering claude.md, layout, .ua/ — generated codebase graph (never read), docs/prd/ — feature prds (okf knowledge bundle) and local development.
rolemule CLAUDE.md
Claude Code instructions for eliornl/rolemule, covering rolemule — claude code rules index, rule files and non-negotiables (always true — no file needed).
job-hunter AGENTS.md
Instructions for abdulrbasit/job-hunter, covering job hunter, execution modes, repo map, skills and common commands.
resume-builder AGENTS.md
Instructions for DaveVoyles/resume-builder, covering 🤖 agent instructions, 🚀 default workflow, ⚠️ claim rules, 🔒 privacy rules and 💬 communication style.