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.
curl -O https://raw.githubusercontent.com/treymorgan/jobsearch-apply-mcp/main/.claude/commands/reset.mdgit clone --depth 1 https://github.com/treymorgan/jobsearch-apply-mcpWrote 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.
[](https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/reset)<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.
<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>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.
| Model | Per session | Once 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 |
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/* 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.
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 onlydocuments— deletes user-provided files from thedocuments/folder onlyall— 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/setupfrom scratch.
documents— Deletes all files you've placed in thedocuments/folder (CV PDFs, LinkedIn export, diplomas, references, pasted job postings, past applications). The folder structure andREADME.mdare preserved.
all— Both of the above.Reply with
profile,documents, orall.
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.mdprofile/02-behavioral-profile.mdprofile/04-job-evaluation.mdprofile/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.mdprofile/search-queries.mdjobsearch.config.json(search terms, target locations, salary floor)
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.
- 9d ago First seen · 245 lines · 0 tokens per session scan C 90edd0da0101
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.
Other commands, from other repositories
quick-eval
Quick job evaluation. Paste a JD and get a score plus one-paragraph summary. Faster than a full evaluate. Use when someone says 'quick eval', 'quick score', or 'just give me a number'.
review
Strict pre-PR review of the diff — risk-tiered ensemble (1-4 pr-reviewer passes by size/risk), security gate first on risky diffs, per-finding verifier fan-out, deterministic verdict from parsed schema-1 findings.
implement-feature
Implement a feature end-to-end under the review-workflow (Primary Owner + conditional test stage + docs sync).
review-agent-cli
Agent-facing CLI review with agent-cli-reviewer (Primary Owner).
gate
Run the current apps/landing phase gate via gate-auditor against the dev server.
review-rust
Focused Rust/Tauri backend review with rust-backend-architect (Primary Owner).