AI-Job-Coach: Skill for Claude Code

.claude/skills/interview-prep/SKILL.md

interview-prep is a skill for Claude Code from rhowardstone/AI-Job-Coach. It costs 15 tokens per session (954 once invoked), scanned A, original, no licence file.

An interview-practice assistant that creates questions suited to you and gives feedback using the STAR method, a structure for explaining a Situation, Task, Action, and Result.

In plain words
What is it for?
Use it to prepare for interviews, rehearse answers, and improve how you describe your experience.
Why use it?
It turns general interview preparation into practice with questions and structured feedback.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is rhowardstone/AI-Job-Coach's own configuration. It tells Claude Code how to work on AI-Job-Coach itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AI-Job-Coach configures →

Reuse

Borrowing it

Nothing to install: this file belongs to rhowardstone/AI-Job-Coach. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rhowardstone/AI-Job-Coach/main/.claude/skills/interview-prep/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/rhowardstone/AI-Job-Coach

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 interview-prep

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rhowardstone/ai-job-coach/interview-prep"><img src="https://agentmods.dev/badge/skills/rhowardstone/ai-job-coach/interview-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 954 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 unknown 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.00015 $0.00954
Opus 5 $0.00008 $0.00477
Sonnet 5 $0.00003 $0.00191
Haiku 4.5 $0.00002 $0.00095

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

Security

Grade A, and why

interview-prep 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.

.claude/skills/interview-prep/SKILL.md · 132 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 132 lines · 15 tokens per session scan A 70a20e8ab333

Subscribe to this mod's changes

interview-prep is a skill published in the GitHub repository rhowardstone/AI-Job-Coach (5 stars, last pushed 7mo ago), with no licence file. It adds 15 tokens to every session and 954 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

blind-spot-pass

Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…

sangrokjung/claude-forge · 221 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

book-to-skill

Input adapter that extracts a book's method into a structured payload and hands it off to SkillForge. Use when an operator wants to turn a methodology-bearing book (The Mom Test, Make It Stick, Influence, The Pragmatic Programmer, etc.) into one or more executable skills without hand-crafting the SkillForge prompt or…

rjmurillo/ai-agents · 99 tokens

software-engineering-library

Route software engineering design and discovered code-risk tasks to on-demand book references. Use for architecture review, layer boundary change, dependency boundary, module interface shape, domain modeling, bounded context, refactoring, code smell, legacy code, low test coverage, old file, characterization test…

rjmurillo/ai-agents · 201 tokens

teach-me

Teach the user a new skill or concept within this workspace. Stateful — the user's learning state persists across sessions and is tracked in workspace files.

kambleakash0/agent-skills · 31 tokens