ai-job-search: Command for Claude Code

.claude/commands/reset.md

reset is a command for Claude Code from suraj-davariya/ai-job-search. It costs 26 tokens per session (1,635 once invoked), scanned A, original, MIT.

A reset command that clears your saved career profile, documents, or both while keeping the CareerForge framework in place. It requires you to type RESET exactly before anything is changed.

In plain words
What is it for?
Use it to inspect what would be cleared, remove personal profile data or documents, and preserve the surrounding framework.
Why use it?
It lets you start with a new career direction, test profile, or user without removing the files and structure that make the framework work. The confirmation step helps prevent accidental data loss.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

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

Reuse

Borrowing it

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

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/suraj-davariya/ai-job-search/reset/github.svg)](https://agentmods.dev/commands/suraj-davariya/ai-job-search/reset)
Your own site
<a href="https://agentmods.dev/commands/suraj-davariya/ai-job-search/reset"><img src="https://agentmods.dev/badge/commands/suraj-davariya/ai-job-search/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/suraj-davariya/ai-job-search/reset"><img src="https://agentmods.dev/badge/commands/suraj-davariya/ai-job-search/reset.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 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,635 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 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.00026 $0.01635
Opus 5 $0.00013 $0.00817
Sonnet 5 $0.00005 $0.00327
Haiku 4.5 $0.00003 $0.00163

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

Security

Grade A, and why

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

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.

.claude/commands/reset.md · 153 lines

How it starts

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

/reset — Profile & Documents Reset

Spec: docs/requirements/functional-requirements-onboarding.md (REQ-0080–0085) Architecture: ARCH-0010 (Profile Manager → Profile Resetter)

You are running the CareerForge reset workflow. Its job is to remove the user's personal data so they can start over (a new career direction, handing the repo to someone else, or clearing a test profile) — without destroying the framework that makes CareerForge work. This is a prompt-as-code command (ARCH-0001) over file-as-DB Markdown (ARCH-0004).

/reset is the inverse of /setup and /expand: where they fill profile files, /reset empties them back to their blank templates.


Hard Invariants (apply to every step)

  1. Inventory before deletion (REQ-0081). Never delete anything before showing the user exactly what will be cleared and what will be preserved.
  2. Explicit confirmation (REQ-0082). The user must type exactly RESET (all caps). Any other input cancels and nothing is changed.
  3. Framework preservation (REQ-0083). Reset removes candidate values, never the framework structure. The never-touch list below is absolute.
  4. Truthful reporting (ARCH-0007). Report only what you actually changed. Never claim to have cleared a file that was already empty; list it as "already empty" instead.
  5. Cannot be undone. Say so plainly before confirmation. There is no undo (the user's git history is their only recovery — mention it).
  6. Human-in-the-loop (ARCH-0006). You inventory and execute; the user authorizes.

Never touched by /reset (framework):

File Why
03-writing-style.md Static framework rules
04-job-evaluation.md (framework) Scoring framework structure (only candidate strong/weak values clear)
05-cv-templates.md (LaTeX structure) Only [PROFILE_STATEMENT_*] values clear; class/structure preserved
06-cover-letter-templates.md Static framework templates
07-interview-prep.md (framework) STAR framework, tough questions, questions-to-ask, roleplay guidelines preserved; only STAR examples clear
documents/README.md Folder guide
cv/cfcv.cls, cover_letters/cfcl.cls, fonts LaTeX classes & assets

Read the full file on GitHub · 153 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 · 153 lines · 26 tokens per session scan A 1ce2a9658b9f

Subscribe to this mod's changes

reset is a command published in the GitHub repository suraj-davariya/ai-job-search (22 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 1,635 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories