ai-job-search-cn: Command for Claude Code

.claude/commands/reset.md

reset is a command for Claude Code from cypggs/ai-job-search-cn. It costs 0 tokens per session (1,533 once invoked), scanned C, original, MIT.

A command for clearing candidate profile data, uploaded documents, or both from a job-search framework.

In plain words
What is it for?
Use it to reset profile files, remove files from the documents folder, or reset both areas.
Why use it?
It lets the user start the setup process again while requiring confirmation before destructive changes are made.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

This is cypggs/ai-job-search-cn's own configuration. It tells Claude Code how to work on ai-job-search-cn 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-search-cn configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cypggs/ai-job-search-cn. 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/cypggs/ai-job-search-cn/master/.claude/commands/reset.md
Clone the repo
git clone --depth 1 https://github.com/cypggs/ai-job-search-cn

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/cypggs/ai-job-search-cn/reset/github.svg)](https://agentmods.dev/commands/cypggs/ai-job-search-cn/reset)
Your own site
<a href="https://agentmods.dev/commands/cypggs/ai-job-search-cn/reset"><img src="https://agentmods.dev/badge/commands/cypggs/ai-job-search-cn/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/cypggs/ai-job-search-cn/reset"><img src="https://agentmods.dev/badge/commands/cypggs/ai-job-search-cn/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,533 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 original 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.00000 $0.01533
Opus 5 $0.00000 $0.00766
Sonnet 5 $0.00000 $0.00307
Haiku 4.5 $0.00000 $0.00153

Measured 11d ago against content hash 9b45165936fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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 documents/applications/*/
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • reset — 89% identical, 32 lines differ
.claude/commands/reset.md · 225 lines

How it starts

The opening of the file, as written. The whole thing — 225 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, 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:

  • .claude/skills/job-application-assistant/01-candidate-profile.md
  • .claude/skills/job-application-assistant/02-behavioral-profile.md
  • .claude/skills/job-application-assistant/05-cv-templates.md (profile statements section only — framework structure is preserved)
  • .claude/skills/job-application-assistant/07-interview-prep.md (STAR examples and STAR candidates sections only — framework structure is preserved)

Present as:

## Profile reset will clear:

- 01-candidate-profile.md — [has content / already empty]
  Full file will be replaced with a blank template.

- 02-behavioral-profile.md — [has content / already empty]
  Full file will be replaced with a blank template.

- 05-cv-templates.md — [has profile statements / already blank]
  Profile statement templates will be cleared. LaTeX structure and tailoring guidelines are preserved.

- 07-interview-prep.md — [has STAR examples / already blank]
  STAR examples and any STAR candidate stubs will be cleared. Framework, tough questions, and roleplay guidelines are preserved.

The following files are NOT touched (they contain framework rules, not candidate data):
  - 03-writing-style.md
  - 04-job-evaluation.md
  - 06-cover-letter-templates.md

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

Subscribe to this mod's changes

reset is a command published in the GitHub repository cypggs/ai-job-search-cn (61 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,533 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.