Claude-skill-registry claude-restart-clear
Start fresh with cleared history after task completion. Use PROACTIVELY when user says "done"/"finished", all tasks complete, or starting new unrelated work. Clears all history.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/claude-restart-clear" ~/.claude/skills/majiayu000-claude-skill-registry-claude-restart-clear && rm -rf "$T"
manifest:
skills/data/claude-restart-clear/SKILL.mdsource content
Clearing history and starting fresh...
This will:
- Clear all conversation history
- Start with a clean session
- No context carried over
- Fresh start for new work
Use this when:
- Task/phase is complete and committed
- Starting completely new unrelated work
- Want to reset conversation context entirely
- After major implementation milestones
⚠️ Warning: This clears all conversation history. Only use after work is saved/committed.
.claude/skills/claude-restart-resume/scripts/claude-restart.sh clear