expand

expand is a command for Claude Code from ishandutta2007/Awesome-AI-Job-Hunting. It costs 0 tokens per session (1,919 once invoked), scanned A, a copy of expand, MIT.

A command that expands a candidate profile by finding skills and competencies in existing documents and public online information. It only adds new material and avoids replacing the profile’s current content.

In plain words
What is it for?
Use it to scan candidate-profile files and CV materials, identify competencies, and extend the profile with relevant experience that was not already recorded.
Why use it?
It reduces the chance of overlooking experience hidden in a CV, courses, certificates, responsibilities, or online presence. Reading the existing profile first also helps avoid suggesting duplicates.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to scan candidate-profile files and CV materials, identify competencies, and extend the profile with relevant experience that was not already recorded.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ishandutta2007/awesome-ai-job-hunting/expand
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.

Clone the repo
git clone --depth 1 https://github.com/ishandutta2007/Awesome-AI-Job-Hunting

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 expand

README.md
[![agentmods](https://agentmods.dev/badge/commands/ishandutta2007/awesome-ai-job-hunting/expand/github.svg)](https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/expand)
Your own site
<a href="https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/expand"><img src="https://agentmods.dev/badge/commands/ishandutta2007/awesome-ai-job-hunting/expand/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 expand

Your own site · 80×15
<a href="https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/expand"><img src="https://agentmods.dev/badge/commands/ishandutta2007/awesome-ai-job-hunting/expand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,919 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 100% copy Near-identical to another mod 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.00000 $0.01919
Opus 5 $0.00000 $0.00959
Sonnet 5 $0.00000 $0.00384
Haiku 4.5 $0.00000 $0.00192

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

Security

Grade A, and why

expand 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 12d 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.

Origin

This is a copy

100% identical to expand — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/expand.md · 217 lines

How it starts

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

/expand - Competency Expansion from Documents and Online Presence

You are enriching the candidate profile by discovering competencies hidden in documents and public online presence. This command is additive only — it never modifies existing profile content, only extends it.

Follow these steps exactly in order. Do not skip steps.


Step 0: Read Existing Profile Files

Read these two files in parallel before doing anything else. You must know what is already there so you do not propose duplicates.

  • .claude/skills/job-application-assistant/01-candidate-profile.md
  • .claude/skills/job-application-assistant/02-behavioral-profile.md

Hold this content in context throughout the command. Do not re-read these files later.


Step 1: Discovery — Scan All Sources

Scan every available source for "experience items" — anything that implies skill, knowledge, or competency. Process sources in this order.

1a. documents/cv/

Read all files in documents/cv/. Extract:

  • Every course or module listed (including university coursework and online courses)
  • Every certification mentioned, with issuer and date
  • Every job responsibility bullet point (tools, methods, outcomes)
  • Every independent project or side project
  • Every volunteer or extracurricular role

1b. documents/linkedin/

Read all files in documents/linkedin/. Extract:

  • Courses and certifications in the "Licenses & Certifications" section
  • Skills and endorsements list
  • Volunteer experiences
  • Projects section
  • Any platform-specific items not already found in the CV

1c. documents/diplomas/

Read all files in documents/diplomas/. Extract:

  • All course/module names listed on transcripts
  • Thesis title and subject area
  • Any specialisation or track name

1d. documents/references/

Read all files in documents/references/. Extract:

  • Competency language used by the referee (what skills or qualities they mention)
  • Any specific projects, tools, or methods named

1e. GitHub Profile

Look up the GitHub username from 01-candidate-profile.md. If a GitHub URL or username is present:

Read the full file on GitHub · 217 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. 12d ago First seen · 217 lines · 0 tokens per session scan A 5e5dccdda221

Subscribe to this mod's changes

expand is a command published in the GitHub repository ishandutta2007/Awesome-AI-Job-Hunting (3 stars, last pushed 17d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,919 tokens. A static security scan graded it A with 0 findings. It is 100% identical to expand, differing in 18 lines, and is treated as a copy.