jobsearch-apply-mcp: Command for Claude Code

.claude/commands/expand.md

expand is a command for Claude Code from treymorgan/jobsearch-apply-mcp. 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 information and does not replace the current profile.

In plain words
What is it for?
Use it to scan CV files, application materials, and online sources for courses, certifications, tools, responsibilities, and other evidence of skills.
Why use it?
Important experience can be hidden in course lists, certificates, job duties, or online profiles. This helps collect those details while avoiding duplicates already recorded.

Command for Claude Code

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

This is treymorgan/jobsearch-apply-mcp's own configuration. It tells Claude Code how to work on jobsearch-apply-mcp 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 jobsearch-apply-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to treymorgan/jobsearch-apply-mcp. 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/treymorgan/jobsearch-apply-mcp/main/.claude/commands/expand.md
Clone the repo
git clone --depth 1 https://github.com/treymorgan/jobsearch-apply-mcp

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/treymorgan/jobsearch-apply-mcp/expand/github.svg)](https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/expand)
Your own site
<a href="https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/expand"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/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/treymorgan/jobsearch-apply-mcp/expand"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/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 10d ago against content hash 5e5dccdda221, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 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.

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. 10d 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 treymorgan/jobsearch-apply-mcp (0 stars, last pushed 13d 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.