Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/SudharakaA/ai-job-search/llms.txt

Use this file to discover all available pages before exploring further.

/reset clears the parts of the framework that contain your personal data, so you can start fresh with /setup. It targets either the profile skill files, the documents/ folder, or both, and it shows you exactly what will be deleted before asking for confirmation. Nothing is touched until you type RESET in all caps.
/reset cannot be undone. There is no recovery path once the confirmation is given. Make sure you have copies of any documents you want to keep before running it.

Syntax

/reset profile
/reset documents
/reset all
If you run /reset with no arguments, it asks which scope you want before doing anything.
ScopeWhat it clears
profileCandidate data in skill files only: profile, behavioral assessment, profile statements, STAR examples
documentsAll files you placed in the documents/ folder
allBoth of the above

What profile reset clears

A profile reset replaces four files with blank templates. It does not touch the framework structure, writing rules, or evaluation logic.
FileWhat is cleared
01-candidate-profile.mdFull file replaced with a blank template (Identity, Education, Experience, Skills, Publications, Awards, References sections, all empty)
02-behavioral-profile.mdFull file replaced with a blank template (Overview, Behavioral Traits, How I Work Best, Growth Areas, Mapping, Management Style sections, all empty)
05-cv-templates.mdProfile statement templates section cleared; LaTeX structure and tailoring guidelines are preserved
07-interview-prep.mdReady-Made STAR Examples section and any STAR Candidates stubs cleared; STAR format explanation, tough questions, interview tips, and roleplay guidelines are preserved
After a profile reset, run /setup to repopulate. The command auto-detects any files in your documents/ folder and offers to read from there; otherwise it walks you through a CV import or interactive interview.

What documents reset deletes

A documents reset deletes all files in every subfolder of documents/. The folder structure and documents/README.md are preserved.
rm -f documents/cv/*
rm -f documents/linkedin/*
rm -f documents/diplomas/*
rm -f documents/references/*
rm -rf documents/applications/*/
If all document subfolders are already empty, /reset tells you and skips the confirmation step for that scope.

The confirmation requirement

Before executing any reset, /reset shows you exactly what will be cleared, file by file, with a note on whether each one has content or is already empty. Then it presents:
This cannot be undone. Type RESET (all caps) to confirm, or anything else to cancel.
Only the exact string RESET proceeds. Any other input, including reset, yes, or confirm, cancels the operation and leaves everything unchanged.

When to use /reset

If you are sharing your fork of the repository with a colleague or friend, run /reset all to remove your personal data before transferring it. The framework structure, templates, and portal skills all survive the reset.
The skill files under .claude/skills/job-application-assistant/ contain personally identifiable information (name, contact details, employment history). If you are committing your fork to a public repository, run /reset profile first, or at minimum review those files before pushing.
If you have accumulated old CV versions, outdated LinkedIn exports, or reference letters that no longer apply, run /reset documents to clear the documents/ folder, then add your current materials and re-run /setup.

/setup

Repopulate your profile after a reset

/expand

Enrich your fresh profile from GitHub and online sources

/scrape

Search for jobs once your profile is repopulated

/apply

Return to the full application workflow

Build docs developers (and LLMs) love