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/fighter90/career-ops-ui/agents-mdgit clone --depth 1 https://github.com/Fighter90/career-ops-uiWhat 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.00804 | $0.00804 |
| Opus 5 | $0.00402 | $0.00402 |
| Sonnet 5 | $0.00161 | $0.00161 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
career-ops-ui 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
career-ops-ui — Agent Instructions (Codex / generic CLI shim)
Read
CLAUDE.mdfor the full project-level instructions, hard rules, conventions, and SDD pipeline. Everything inCLAUDE.mdapplies equally to Codex, Cursor, Aider, OpenAI's CLI, or any other agent driving this repo. This file exists so non-Claude CLIs find a canonical entry point.
Quick orientation
- This is
career-ops-uiv1.86.x — an Express + vanilla-JS SPA that puts a polished web interface on top ofFighter90/career-ops. - It runs as a regular Node ≥18 process. It is CLI-agnostic at runtime — the choice of agent CLI affects only the development workflow inside this repo, not the deployed UI.
- Hard rules and parent-project boundary live in
CLAUDE.md(root). Codex's CODEOWNERS-style additions, if any, layer on top.
CLI-specific notes
| CLI | Entry point | Notes |
|---|---|---|
| Claude Code | CLAUDE.md |
Native. Subagents in .claude/agents/, slash commands in .claude/commands/. SDD via gsd-* skills (superpowers@claude-plugins-official). |
| OpenAI Codex | AGENTS.md (this file) |
Points to CLAUDE.md. No additional Codex-specific config required. |
| Gemini CLI | GEMINI.md |
Points to CLAUDE.md. |
| Cursor / Continue | CLAUDE.md |
Both honor CLAUDE.md by convention. |
| Aider | CLAUDE.md |
Pass --read CLAUDE.md on first run if your aider version doesn't auto-detect. |
Things every CLI must respect
- Never edit anything outside
web-ui/. Parent career-ops files (../cv.md,../config/,../modes/,../data/,../reports/, …) are off-limits. - Never weaken security headers. CSP excludes
'unsafe-inline'fromscript-srcon purpose. - Never bypass
isValidJobUrl()for SSRF-relevant routes. Same forstripDangerousMarkdown()(CV markdown). - Never commit
.env. Use.env.exampleplaceholders only. - Tests must be CI-isolated. Don't assume the parent project layout exists outside
tests/fixtures/ormktemp -d.
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.
- 3d ago First seen · 51 lines · 804 tokens per session scan A 957787c60492
career-ops-ui AGENTS.md is an instructions file published in the GitHub repository Fighter90/career-ops-ui (58 stars, last pushed 3d ago), licensed MIT. It adds 804 tokens to every session, about $0.0040 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
payload CLAUDE.md
Instructions for payloadcms/payload, covering claude.md, project structure, key directories, architecture notes and quick start.
payload AGENTS.md
Instructions for payloadcms/payload, a project described as: Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
Claude-Code-Agent-Monitor CLAUDE.md
Instructions for hoangsonww/Claude-Code-Agent-Monitor, covering claude code working guide, project mission, repo map, non-negotiable engineering rules and commands you should know.
Claude-Code-Agent-Monitor AGENTS.md
Instructions for hoangsonww/Claude-Code-Agent-Monitor, covering codex project instructions, project intent, priorities, where to work and validation expectations.
mcp-app-typescript-template AGENTS.md
AGENTS.md instructions for pomerium/mcp-app-typescript-template, covering repository guidelines, project overview, development commands, quick start and all available commands.
AI-RAG-Assistant-Chatbot AGENTS.md
Instructions for hoangsonww/AI-RAG-Assistant-Chatbot, covering lumina codex guide, repository overview, scope rules, working rules and validation commands.