·session-reset
</>

session-reset

Reset the session while preserving context. Commits changes, writes a PROMPT.md capturing current work state, tears down any active team if present, then guides the user through /clear and context restoration. Supports a `new` parameter (`/session-reset new`) to write only key institutional knowledge without current task/progress — for starting a different task while preserving learnings. Use when the context window is getting large, the session needs a fresh start, or when switching focus. Also use when user says "reset", "fresh start", "save and clear", or "write prompt".

14Installs·0Trend·@webbertakken

Installation

$npx skills add https://github.com/webbertakken/agent-skills --skill session-reset

How to Install session-reset

Quickly install session-reset AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/webbertakken/agent-skills --skill session-reset
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: webbertakken/agent-skills.

SKILL.md

View raw

Preserve session context across a /clear by writing state to PROMPT.md, teardown, and restoring afterwards.

| (none) | Full reset — write all four sections (task, method, key things, progress) | | new | New-task reset — write only the "Key things to remember" section, omitting current task, method, and progress. Use this when starting a different task but carrying over institutional knowledge. |

Check git status for uncommitted changes. If there are any:

Reset the session while preserving context. Commits changes, writes a PROMPT.md capturing current work state, tears down any active team if present, then guides the user through /clear and context restoration. Supports a `new` parameter (`/session-reset new`) to write only key institutional knowledge without current task/progress — for starting a different task while preserving learnings. Use when the context window is getting large, the session needs a fresh start, or when switching focus. Also use when user says "reset", "fresh start", "save and clear", or "write prompt". Source: webbertakken/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/webbertakken/agent-skills --skill session-reset
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from webbertakken/agent-skills

Quick answers

What is session-reset?

Reset the session while preserving context. Commits changes, writes a PROMPT.md capturing current work state, tears down any active team if present, then guides the user through /clear and context restoration. Supports a `new` parameter (`/session-reset new`) to write only key institutional knowledge without current task/progress — for starting a different task while preserving learnings. Use when the context window is getting large, the session needs a fresh start, or when switching focus. Also use when user says "reset", "fresh start", "save and clear", or "write prompt". Source: webbertakken/agent-skills.

How do I install session-reset?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/webbertakken/agent-skills --skill session-reset Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/webbertakken/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22