job-interview

job-interview is a skill for Claude Code from AkbarDevop/ai-job-agent. It costs 163 tokens per session (2,926 once invoked), scanned A, original, MIT.

An interview-preparation workflow that researches a company and role, then builds answers from the candidate’s real projects. STAR is a format for answering with the Situation, Task, Action, and Result.

In plain words
What is it for?
Use it to prepare a role-specific answer bank, anticipate questions, create questions to ask the employer, and identify possible warning signs.
Why use it?
It avoids generic interview advice and unsupported stories by grounding preparation in the candidate’s own experience and application records.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to prepare a role-specific answer bank, anticipate questions, create questions to ask the employer, and identify possible warning signs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akbardevop/ai-job-agent/job-interview
Install

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.

Any agent
npx skills add AkbarDevop/ai-job-agent --skill job-interview
Clone the repo
git clone --depth 1 https://github.com/AkbarDevop/ai-job-agent

Made for: Claude Code.

Wrote 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.

agentmods badge for job-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-interview/github.svg)](https://agentmods.dev/skills/akbardevop/ai-job-agent/job-interview)
Your own site
<a href="https://agentmods.dev/skills/akbardevop/ai-job-agent/job-interview"><img src="https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-interview/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.

agentmods 80×15 button for job-interview

Your own site · 80×15
<a href="https://agentmods.dev/skills/akbardevop/ai-job-agent/job-interview"><img src="https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-interview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,926 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00163 $0.02926
Opus 5 $0.00081 $0.01463
Sonnet 5 $0.00033 $0.00585
Haiku 4.5 $0.00016 $0.00293

Measured 11d ago against content hash cf1aac96e669, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

job-interview 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 11d 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.

skills/job-interview/SKILL.md · 201 lines

How it starts

The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Job Interview Prep

A skill (not an API call) for interview preparation. Claude — this agent — does the research and the STAR-answer generation, grounded in the candidate's real projects from config/candidate-profile.md and the real application history from application-tracker.csv and outreach-log.csv.

The output is a single prep doc the candidate can skim on the way to the interview. Specific, not generic. If you find yourself writing "demonstrate strong communication skills" — stop and rewrite with a real number from a real project.

Repo location

$AI_JOB_AGENT_ROOT~/.claude/skills/ai-job-agent/ → REPO_PATH marker file → ~/ai-job-agent/.

Prerequisites

Before drafting anything:

  1. config/candidate-profile.md exists (required — every STAR story must come from real projects listed here). If not, tell the user to run /job-setup first and stop.

  2. application-tracker.csv exists at $AI_JOB_AGENT_ROOT/application-tracker.csv. If not, tell the user to run /job-setup (or the skill can still proceed with company research only, but warn the user that the role context will be guessed).

  3. outreach-log.csv exists at $AI_JOB_AGENT_ROOT/outreach-log.csv. Optional — if missing, skip the outreach-history lookup.

Workflow

Step 1 — Resolve the target

Parse $ARGUMENTS. It might be:

  • A company name (e.g. "GFT Infrastructure")
  • A role title ("Power Systems Intern at GFT")
  • A tracker key (the key column of application-tracker.csv)
  • Freeform ("the one I applied to last week" — ask which one if ambiguous)

If only a company is given and the tracker has multiple rows for it, list them and ask the user which role this interview is for.

Step 2 — Pull internal context

Run all three reads in parallel:

  1. Read $AI_JOB_AGENT_ROOT/config/candidate-profile.md — full profile (PAAL CV pipeline, ARC-AGI lab work, ai-job-agent OSS, GFT signed offer, F-1 status, resume variants, key projects with metrics, graduation date, target roles).

Read the full file on GitHub · 201 lines

Changes

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.

  1. 11d ago First seen · 201 lines · 163 tokens per session scan A cf1aac96e669

Subscribe to this mod's changes

job-interview is a skill published in the GitHub repository AkbarDevop/ai-job-agent (54 stars, last pushed 4mo ago), licensed MIT. It adds 163 tokens to every session and 2,926 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

principal-agent

A Chinese-language guide based on the principal-agent idea: the person who owns a decision or its result may have different incentives from someone acting on another person's behalf. It applies this lens to jobs, companies, and partnerships.

kangarooking/cangjie-skill · 134 tokens

Automation Tester Resume Optimizer

Build an SDET or automation engineer resume around framework ownership, tool-stack evidence, CI/CD integration, and GitHub proof that survives technical screening and recruiter keyword search.

PramodDutta/qaskills · 39 tokens

jobgru

Jobgru pipeline Phase 1 — coordinate parallel job-board researchers to find and verify the user-requested count of unique jobs (LinkedIn has no per-run job cap; LeadGru is capped at 5 people + company people page), deduplicate against the Job Applications Google Sheet, append rows via scripts/sheetswrite.py, then…

ashujha301/jobgru · 144 tokens

leadgru

Jobgru pipeline Phase 2 — find LinkedIn hiring contacts for new Job Applications rows (job-posting hiring team first, then people search), write at most 5 profile links plus the company people page into Leads, and fill Add note Message from sheet templates. Runs automatically after Jobgru appends rows (pipeline mode)…

ashujha301/jobgru · 97 tokens

atsscore

Jobgru pipeline Phase 2b — score local resume PDFs against job Skills in the sheet. Writes column I (ATS score) and column J (Suggestions on Resume). Runs in parallel with LeadGru after Phase 1. Python-only scoring, rule-based suggestions, no LLM. Auto-on when data/resumes/ has PDFs; off when folder empty or prompt…

ashujha301/jobgru · 93 tokens

jobgru-setup

Jobgru first-time setup, help, and health check. Use when the user says Jobgru setup, first time, configure sheet, update sheet link, add resume, Jobgru help, or Jobgru check. Handles venv, pip install, config/sheet.json, resume PDF placement, and sheet profile writes — user only manually copies the Google Sheet…

ashujha301/jobgru · 83 tokens