Reset banner
skishore23 skishore23

Reset

Data community

Description

--- name: reset description: Reset winkclaude session and evidence data --- # Reset Winkclaude Session Clear all session data and start fresh: 1. Delete the session database: rm -f .winkclaude/session.db 2. Clear debug logs: rm -f .winkclaude/debug.log .winkclaude/hook-debug.log 3. Confirm reset complete This will clear all evidence tracking and event history. The database will be recreated on next Claude operation.

Installation

Installs to ~/.claude/skills/skishore23-wink-reset/SKILL.md

Terminal
mkdir -p ~/.claude/skills/skishore23-wink-reset && curl -fsSL https://raw.githubusercontent.com/skishore23/wink/HEAD/skills/reset.md -o ~/.claude/skills/skishore23-wink-reset/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository