Prep For Reset

Writes curated Obsidian Daily/Session Log notes before a context reset, plus a lean handoff.

Works with setup

Test report

Verdict
Works with setup
Score
8.8/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8a9b39d

Produces genuinely well-structured, persistent Daily Log + Session Log notes with decisions/lessons/open-loops sections that a plain chat recap never gives you — but it hard-requires a separate `obsidian` companion skill for vault writes that the standard single-folder install command does not pull in, so it silently no-ops on vault resolution unless you install both.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Prep For Reset does

Triggers on "prep for reset", "prepare for a context window", or /prepforreset to distill the current session into a standalone-useful Obsidian Daily Log and a deeper Session Log (decisions, alternatives, lessons, open loops, source references), then returns a short copy/paste handoff. It explicitly requires loading a separate companion `obsidian` skill first for vault-path resolution and safe writes — that skill lives in the same repo but is not included by a single-folder install.

How to install Prep For Reset

git clone https://github.com/cobibean/agent-memory-wiki.git
mkdir -p ~/.claude/skills
cp -r agent-memory-wiki/skills/note-taking/prepforreset ~/.claude/skills/prepforreset
cp -r agent-memory-wiki/skills/note-taking/obsidian ~/.claude/skills/obsidian  # required companion, not covered by the single-skill install path

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Prep For Reset

  • /prepforreset Writes curated Obsidian Daily/Session Log notes before a context reset, plus a lean handoff.

It also activates on plain-language prompts like these:

  • write up today's session before my context window resets
  • log the decisions and open loops from this session to my vault
  • give me a handoff summary I can paste into a fresh conversation

Frequently asked questions

Is the Prep For Reset skill free?
Yes. The skill itself is free from cobibean/agent-memory-wiki. SkillProof publishes the install command and an independent test verdict at no cost.
Does Prep For Reset work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Produces genuinely well-structured, persistent Daily Log + Session Log notes with decisions/lessons/open-loops sections that a plain chat recap never gives you — but it hard-requires a separate `obsidian` companion skill for vault writes that the standard single-folder install command does not pull in, so it silently no-ops on vault resolution unless you install both.
What is the Prep For Reset SkillProof Score?
8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Prep For Reset?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Prep For Reset with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.