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 skills add extrasmall0/dear-hiring-manager --skill boardgit clone --depth 1 https://github.com/extrasmall0/dear-hiring-managerWrote 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/skills/extrasmall0/dear-hiring-manager/board)<a href="https://agentmods.dev/skills/extrasmall0/dear-hiring-manager/board"><img src="https://agentmods.dev/badge/skills/extrasmall0/dear-hiring-manager/board/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/extrasmall0/dear-hiring-manager/board"><img src="https://agentmods.dev/badge/skills/extrasmall0/dear-hiring-manager/board.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00089 | $0.00545 |
| Opus 5 | $0.00044 | $0.00272 |
| Sonnet 5 | $0.00018 | $0.00109 |
| Haiku 4.5 | $0.00009 | $0.00055 |
Grade A, and why
board 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 9d 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
Tracker board
Read and maintain the application pipeline in ~/.dear-hiring-manager/applications.md (the flat-file
tracker). Two jobs: show the board and update a status.
Show
- Read
applications.md. If it's missing or has no rows, say so and point to/dear-hiring-manager:applyor:batch. - Render a board grouped by
status, in pipeline order: blocked → skipped → filled → submitted → rejected → interview → offer.- A count per column header.
- One line per application under its status:
company — role (fit N · applied <date> · N flags). - A one-line summary: totals, and response rate =
(interview + offer) / (submitted + rejected + interview + offer)— i.e. responses over everything ever submitted (status is single-valued, so an advanced app has left thesubmittedbucket). Shown/awhen that denominator is 0.
- Surface what's actionable:
blockedapps (CAPTCHA / unreadable form) → need your manual action; list them first.filledapps not yet submitted → parked, awaiting the human's Submit.submittedapps with no status change in >14 days → consider a follow-up.
Update
When the user reports progress (e.g. "Transcend → interview", "Airbnb rejected"):
- Find the matching row in
applications.mdby company/role. - Set its
statusand append a dated note in the flags/notes column (e.g.interview 2026-07-20). Never delete history — append. - Re-render the board.
Rules
- Flat-file only;
applications.mdis the single source of truth, human-readable Markdown. - Status lifecycle: in-progress → blocked | skipped | filled → submitted → rejected | interview | offer.
- Never fabricate a status — only reflect what the human reports or what
apply/batchrecorded.
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.
- 9d ago First seen · 38 lines · 89 tokens per session scan A 98495aa43589
board is a skill published in the GitHub repository extrasmall0/dear-hiring-manager (108 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 545 once invoked, about $0.0004 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 skills, from other repositories
apply
Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.
scan-inbox
Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.
resume-campaign
Resume a paused JobPilot campaign by id. Re-flips the campaign to inprogress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.
job-triage
Search and classify job-related emails in Outlook Web — rejections / interview invites / action required / confirmations / recruiter outreach / other. Proactively invoke this skill (do NOT answer conversationally) when the user asks "check my inbox", "check Outlook", "any replies", "triage my inbox", "any rejections"…
job-apply
Apply to a job by URL — auto-routes to the right ATS filler (LinkedIn Easy Apply / Greenhouse / Lever / Jobvite / Ashby), dry-run by default, renders an emoji-tagged result table. Proactively invoke this skill (do NOT answer conversationally) when the user pastes a LinkedIn/Greenhouse/Lever/Jobvite/Ashby job URL (with…
job-dashboard
Terminal dashboard — applications + outreach + follow-ups in one view. Snapshot in chat by default; live prints the npm run dashboard command for the interactive TUI (tabs, arrow-key nav, live reload). Proactively invoke this skill (do NOT answer conversationally) when the user asks "how am I doing", "what's my…