hongdangmoo49

Enable Auto Save — Development skill for Claude Code

Development community

Enable automatic session save on exit (Registers SessionEnd hook).

How to install Enable Auto Save

Installs to ~/.claude/skills/hongdangmoo49-oh-my-obsidian-enable-auto-save/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hongdangmoo49-oh-my-obsidian-enable-auto-save && curl -fsSL https://raw.githubusercontent.com/hongdangmoo49/oh-my-obsidian/HEAD/commands/enable-auto-save.md -o ~/.claude/skills/hongdangmoo49-oh-my-obsidian-enable-auto-save/SKILL.md

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

What Enable Auto Save does


description: "Enable automatic session save on exit (Registers SessionEnd hook)" allowed-tools: Bash, Read, Write

Context

This command registers the `SessionEnd` lifecycle hook in the user's Claude Code configuration so that `/oh-my-obsidian:session-save` runs automatically whenever the Claude Code session ends. This is specifically useful for existing users who already ran `/oh-my-obsidian:setup` before the auto-hook feature was introduced, or if a user accidentally wiped their `.cl

Alternatives in Development

  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Nonstop — Autonomous work mode for Claude Code 263 ★
  • Mem Save — Save a curated session-level summary to history 186 ★

Full documentation available on GitHub

View Source Repository