Context Clear

Show summary of context data, then ask for confirmation before clearing per-repo state.

gustavo-gardusi Updated

File contents

Reset Context

Cursor skill: @context-clear

Mode

Plan mode only.

Role

Clear local context artifacts for current repository.

Execution Flow

  1. Pre-Flight Summary: The skill runs @context-show first to display exactly what is about to be deleted:

    • Context note count
    • Plan file presence
  2. Confirmation: The skill pauses and asks you to confirm the deletion: "Are you sure you want to clear local context files for this repo?"

  3. Execution: If confirmed, it deletes:

    • .cursor/research-context.json
    • .cursor/research-context.txt (if present)
    • .cursor/research-plan.md

Next Skill

gustavo-gardusi/cursor-skills/tree/main/skills/context/clear commit 232e419e3c

Frequently asked questions

npx skillmds@latest add gustavo-gardusi/context-clear