reset

Resets candidate profile data and documents to blank templates after explicit confirmation.

Updated Sep 23, 2026
One-click install
npx skills add https://github.com/zaheer037/job-search --skill reset-zaheer037
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reset
Source: https://github.com/zaheer037/job-search/tree/main/.agents/skills/reset
Command: npx skills add https://github.com/zaheer037/job-search --skill reset-zaheer037

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you want to start your job search setup over from scratch, manually hunting down every file that contains your personal data is error-prone. This Skill safely wipes candidate profile data from skill files and deletes user-provided documents, while preserving the framework's scoring rules, templates, and structure. ## Core Features & Use Cases - Scoped Reset: Choose between profile (clears candidate data from skill files), documents (deletes files in the documents/ folder), or all. - Preview Before Destruction: Shows exactly which files will be cleared or deleted, including whether each is already empty, before anything happens. - Explicit Confirmation Gate: Requires typing RESET in all caps to proceed; anything else cancels with no changes. - Use Case: You forked the repo and experimented with a test profile, or you are handing your fork to someone else. Run the reset to restore placeholder tokens in evaluation criteria, CV templates, cover letter templates, interview prep, and search queries, then re-run /setup fresh. ## Quick Start Ask the agent to run /reset with the scope profile, documents, or all, review the listed changes, then type RESET to confirm.

Frequently Asked Questions about reset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset my job search profile to start over?▼

Invoke /reset with a scope keyword: profile, documents, or all. The skill shows exactly what will be cleared, then requires you to type RESET in all caps before making any changes. Afterward, run /setup to repopulate your profile.

What files does the profile reset actually clear?▼

It clears candidate data in 01-candidate-profile.md, 02-behavioral-profile.md, personalized sections of 04-job-evaluation.md, 05-cv-templates.md, 06-cover-letter-templates.md, 07-interview-prep.md, and search-queries.md. Framework rules, scoring dimensions, and writing style files are preserved.

Can I undo a reset after confirming it?▼

No, the reset cannot be undone once you type RESET to confirm. That is why the skill shows a full preview of affected files first and requires the exact all-caps confirmation before deleting or overwriting anything.

Does the reset delete my CV and LinkedIn documents?▼

Only if you choose the documents or all scope. That scope deletes files inside documents/cv, documents/linkedin, documents/diplomas, documents/references, documents/projects, documents/postings, and documents/applications, but keeps the folder structure and documents/README.md.

Why does the reset skill not trigger automatically?▼

It sets disable-model-invocation to true so the agent never auto-triggers it. Because the operation is destructive, it only runs when the user explicitly invokes /reset by name and confirms with the RESET keyword.