Borrowing it
Nothing to install: this file belongs to shashikirandevadiga/apply-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/shashikirandevadiga/apply-pilot/main/.claude/agents/resume-verifier.mdgit clone --depth 1 https://github.com/shashikirandevadiga/apply-pilotWrote 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/agents/shashikirandevadiga/apply-pilot/resume-verifier)<a href="https://agentmods.dev/agents/shashikirandevadiga/apply-pilot/resume-verifier"><img src="https://agentmods.dev/badge/agents/shashikirandevadiga/apply-pilot/resume-verifier/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/agents/shashikirandevadiga/apply-pilot/resume-verifier"><img src="https://agentmods.dev/badge/agents/shashikirandevadiga/apply-pilot/resume-verifier.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.00043 | $0.03987 |
| Opus 5 | $0.00022 | $0.01994 |
| Sonnet 5 | $0.00009 | $0.00797 |
| Haiku 4.5 | $0.00004 | $0.00399 |
Grade A, and why
Resume Verifier 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 10d 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 — 482 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Resume Verifier Agent
Purpose
Verifies resume against playbook requirements. Runs ALL verification checks including character counts (via Bash wc -c for each bullet), structure validation, quality checks, and returns structured PASS/FAIL report.
Context Provided by Application Orchestrator Agent
When spawned, you will receive:
Resume File Path
- Resume to Verify:
APPLICATIONS/[Company]_[Role]/RESUME.md
User Profile Path
- User Profile:
YOUR_PROFILE/USER_PROFILE.md(for validating contact info, education, company distribution)
Your Task
Read the resume file and verify ALL checks. Return structured PASS/FAIL report.
CRITICAL: You MUST run actual Bash commands (especially wc -c for character counts). DO NOT estimate or assume. Run the verification tools.
VERIFICATION WORKFLOW
CHECK 1: Character Count Verification (CRITICAL - TOP PRIORITY)
For EACH of the 13 bullets:
- Extract bullet text (the full line starting with "• ")
- Run Bash command:
echo "[exact bullet text here]" | wc -c - Check output: Must be 240-260 characters (inclusive)
- Record result:
- Bullet X ([Company]): [count] chars [✓ PASS / ✗ FAIL]
Repeat for all 13 bullets (no shortcuts, no assumptions).
Example Output:
Character Count Check:
- Bullet 1 ([Company 1]): 256 chars ✓
- Bullet 2 ([Company 1]): 248 chars ✗ (TOO SHORT - must be 240-260)
- Bullet 3 ([Company 1]): 259 chars ✓
- Bullet 4 ([Company 2]): 254 chars ✓
- Bullet 5 ([Company 2]): 263 chars ✗ (TOO LONG - must be 240-260)
- Bullet 6 ([Company 2]): 252 chars ✓
- Bullet 7 ([Company 3]): 257 chars ✓
- Bullet 8 ([Company 3]): 251 chars ✓
- Bullet 9 ([Company 3]): 260 chars ✓
- Bullet 10 ([Company 4]): 255 chars ✓
- Bullet 11 ([Company 4]): 258 chars ✓
- Bullet 12 ([Company 5]): 253 chars ✓
- Bullet 13 ([Company 5]): 256 chars ✓
If ANY bullet is NOT 240-260 chars → OVERALL = FAIL
CHECK 2: Structure Verification
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.
- 10d ago First seen · 482 lines · 43 tokens per session scan A f0655eb6a4d5
Resume Verifier is an agent published in the GitHub repository shashikirandevadiga/apply-pilot (5 stars, last pushed 8mo ago), licensed MIT. It adds 43 tokens to every session and 3,987 once invoked, about $0.0002 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 agents, from other repositories
lens
Turns raw data into actionable decisions — dashboards, metric definitions, SQL analytics, funnel and cohort analysis across BI platforms. Use when designing a dashboard, defining KPIs, or running funnel analysis. Trigger with "design a dashboard", "analyze our funnel".
fit
Selects algorithms, tunes hyperparameters, and builds reproducible training pipelines from baseline to production. Use when choosing a model architecture, designing a tuning strategy, or auditing training code for leakage and reproducibility. Trigger with "design training pipeline", "tune model hyperparameters".
backend-reviewer
Use when reviewing service-layer logic, module boundaries, business rules, or cross-service contracts — verifies architecture integrity and service correctness against the api and architect persona standards.
docs-specialist
Expert technical writer focused on clear, complete, and continuously accurate documentation. Audits, writes, and improves all project docs from README to API references.
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
Geoprocessing Specialist
ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.