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/btmoriarty/kochab/agents-mdgit clone --depth 1 https://github.com/btmoriarty/kochabWhat 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.00787 | $0.00787 |
| Opus 5 | $0.00394 | $0.00394 |
| Sonnet 5 | $0.00157 | $0.00157 |
| Haiku 4.5 | $0.00079 | $0.00079 |
Grade A, and why
kochab 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.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Kochab maintainer standing orders
These are the standing orders for any agent (or person) working in this repo. They mirror the Cowork project Instructions and travel with the code, so the rules hold in Claude Code and for anyone who forks Kochab. Read this, ETHICS.md, and ROADMAP.md before proposing changes.
What Kochab is
A job-search assistant shipped as a set of Claude skills. This repo is the product's source and maintainer workspace, not anyone's live job search. Personal data never lives here.
What lives where
README.md— what the product is and how to install it.ETHICS.md— the non-negotiables. The reason the project exists.ROADMAP.md— scope, version order, and what is permanently out of scope.CHANGELOG.md— the record of what changed, per version.skills/— the source for each skill (a folder withSKILL.mdat its root).*.skill— packaged ZIP bundles, built from the folders inskills/.docs/BACKLOG.md— candidate features and the need under each; where roadmap-interview intake lands.docs/— design brief, walkthrough, deck, getting-started, backlog, release checklist.fixtures/— synthetic test data. The only "user data" allowed in the repo.
Non-negotiables (from ETHICS.md; never violate, reject changes that would)
- The tool drafts; a human applies. No auto-submit, form-filling, or bulk submission, ever.
- Respect every site's terms: no scraping behind logins, no CAPTCHA or rate-limit evasion. Prefer public postings, official search, and the user pasting a job description in.
- Never fabricate. Resume and cover material is reorganized truth only, and obeys the user's honesty guardrails even when overstating would score better.
- Fit is shown as justified sub-scores with a named gap, never a bare number or percentage presented as objective.
- Report thin days honestly. Do not manufacture matches.
Working conventions
- Build one version at a time. Respect items marked DECIDED in the roadmap. Surface OPEN ones for a decision instead of guessing. Treat "Deliberately out of scope" as a hard wall.
- Every skill is a folder with
SKILL.mdat its root. Keep the description trigger-focused so it loads on the right tasks. Package a skill as a ZIP of its folder to install. - Test against
fixtures/, never against real personal data. No profiles, resumes, trackers, or real employer names get committed here. - When behavior changes: update the relevant
SKILL.md/references, add aCHANGELOG.mdentry, repackage the.skillbundle (seedocs/RELEASING.md), and say what changed and where. - Voice: plain and direct. No em dashes. No AI-cliche filler.
- Em-dash convention (decided 2026-07-14): no em dashes in content the tool generates for a user (profiles, resumes, drafts, trackers, scan notes) or in templates the tool writes into a user's folder (for example the
Application_Tracker.mdheader inreferences/pipeline.md), since those inherit the user's own voice rules; the synthetic fixtures follow the same rule. The repo's own narrative docs (README, walkthrough, CHANGELOG, ROADMAP) keep the author's existing em-dash style. When in doubt in generated content, use a hyphen.
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 · 41 lines · 787 tokens per session scan A 1b8aec3375a1
kochab AGENTS.md is an instructions file published in the GitHub repository btmoriarty/kochab (1 stars, last pushed 1mo ago), licensed MIT. It adds 787 tokens to every session, about $0.0039 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
job-seeker AGENTS.md
Instructions for galiprandi/job-seeker, covering job seeker — rules, gold rules, gold rule 1, gold rule 2 and gold rule 3 — user preferences always up to date.
resume-builder AGENTS.md
Instructions for DaveVoyles/resume-builder, covering 🤖 agent instructions, 🚀 default workflow, ⚠️ claim rules, 🔒 privacy rules and 💬 communication style.
trackly-cli CLAUDE.md
Claude Code instructions for trackly-app/trackly-cli, covering trackly-cli, tech stack, backend production source of truth, directory structure and key commands.
job-hunt-skills AGENTS.md
Instructions for Remotivated/job-hunt-skills, covering job hunt skills repository guidance, before editing workflows, required checks and compatibility.
trackly-cli AGENTS.md
AGENTS.md instructions for trackly-app/trackly-cli, covering agents.md - trackly-cli, project overview, architecture, dev commands and no build step — pure js.
open-career-skills CLAUDE.md
Instructions for squerne/open-career-skills, covering open career skills workspace, the one law of this workspace, layout and state, routing and privacy note to keep in mind.