jobsearch-apply-mcp: Command for Claude Code

.claude/commands/reset.md

reset is a command for Claude Code from treymorgan/jobsearch-apply-mcp. It costs 0 tokens per session (1,686 once invoked), scanned C, a copy of reset, MIT.

A command for clearing selected job-search data so you can start the setup again.

In plain words
What is it for?
Use it to reset candidate profile data, delete files in the documents folder, or reset both.
Why use it?
It removes old profile information or stored documents while preserving the framework structure. It asks for confirmation before deleting anything.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions CLAUDE.md.

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/reset.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 reset

README.md
[![agentmods](https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/reset/github.svg)](https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/reset)
Your own site
<a href="https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/reset"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/reset/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 reset

Your own site · 80×15
<a href="https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/reset"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/reset.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,686 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% 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.01686
Opus 5 $0.00000 $0.00843
Sonnet 5 $0.00000 $0.00337
Haiku 4.5 $0.00000 $0.00169

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

Security

Grade C, and why

reset scanned grade C with 1 finding 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 9d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf profile/*
Origin

This is a copy

89% identical to reset — 32 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/reset.md · 245 lines

How it starts

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

/reset - Reset Candidate Profile Data

You are resetting parts of the job search framework back to a blank state so the user can start fresh with /setup.

This command is destructive. Nothing is deleted until the user explicitly confirms. Follow these steps exactly in order.


Step 0: Parse Scope from Arguments

Check $ARGUMENTS for a scope keyword:

  • profile — clears candidate profile data from skill files only
  • documents — deletes user-provided files from the documents/ folder only
  • all — both of the above

If $ARGUMENTS is empty or does not contain a recognized scope keyword, ask:

What would you like to reset?

  • profile — Clears candidate data from the skill files (profile, behavioral, STAR examples, profile statements). The framework structure and writing rules are preserved. Use this to re-run /setup from scratch.

  • documents — Deletes all files you've placed in the documents/ folder (CV PDFs, LinkedIn export, diplomas, references, pasted job postings, past applications). The folder structure and README.md are preserved.

  • all — Both of the above.

Reply with profile, documents, or all.

Wait for the user's response before continuing.


Step 1: Show Exactly What Will Be Cleared

Before doing anything, show the user precisely what will be wiped.

If scope includes profile:

Read the current state of these files and report whether each has content or is already empty:

The user's real profile lives in profile/ at the workspace root. The files under .claude/skills/job-application-assistant/ are blank templates that are tracked in git and must never be deleted or edited by a reset: they are what a fresh /setup starts from.

  • profile/01-candidate-profile.md
  • profile/02-behavioral-profile.md
  • profile/04-job-evaluation.md
  • profile/05-cv-templates.md (profile statements section only, framework structure is preserved)
  • profile/07-interview-prep.md (STAR examples and STAR candidates sections only, framework structure is preserved)
  • profile/CLAUDE.md
  • profile/search-queries.md
  • jobsearch.config.json (search terms, target locations, salary floor)

Read the full file on GitHub · 245 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. 9d ago First seen · 245 lines · 0 tokens per session scan C 90edd0da0101

Subscribe to this mod's changes

reset is a command published in the GitHub repository treymorgan/jobsearch-apply-mcp (0 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,686 tokens. A static security scan graded it C with 1 finding (recursive force delete). It is 89% identical to reset, differing in 32 lines, and is treated as a copy.