oh-my-obsidian-session-save

Save and summarize coding sessions into an Obsidian vault with safe git checks.

28|1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hongdangmoo49/oh-my-obsidian --skill oh-my-obsidian-session-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oh-my-obsidian-session-save
Source: https://github.com/hongdangmoo49/oh-my-obsidian/tree/main/plugins/oh-my-obsidian/skills/oh-my-obsidian-session-save
Command: npx skills add https://github.com/hongdangmoo49/oh-my-obsidian --skill oh-my-obsidian-session-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI assistants often forget important decisions and context from coding sessions. This skill saves, records, or summarizes the current session into an Obsidian vault to preserve context across sessions and improve continuity.

Core Features & Use Cases

  • Persistent memory: save decisions and summaries into a structured Obsidian vault for easy recall.
  • Collision-safe creation: never overwrite existing notes; use exclusive creation or a collision suffix.
  • Git-aware workflow: inspect git state and commit only when safe; provide clear guidance if the state is unsafe.
  • Use Case: at the end of a session, summarize key decisions and store them under 세션기록 with a date-stamped filename for quick future reference.

Quick Start

Run the oh-my-obsidian setup to enable vault access and begin using the session-save workflow.

Frequently Asked Questions about oh-my-obsidian-session-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save AI coding session context and decisions into an Obsidian vault?

To save AI coding session context into an Obsidian vault, this skill summarizes decisions and organizes them under articulable categories with consistent, date-stamped naming for persistent memory across sessions.

How does saving session notes to Obsidian handle existing files?

When saving session notes to Obsidian, the workflow enforces collision-safe creation by using exclusive creation or adding a collision suffix to ensure it never overwrites existing notes.

Do I need to set up git before committing session memory to my notes vault?

Yes, git checks are performed before committing session memory to your notes vault. The workflow inspects the git state and commits only when safe, providing clear guidance if the state is unsafe.

Can I use this session save workflow without a pre-configured Obsidian setup?

No, you must run the setup to enable vault access before using the session-save workflow, ensuring a complete environment configuration is established before persisting any coding memory.

What is the best way to persist AI assistant context across multiple coding sessions?

The best way to persist AI assistant context across coding sessions is to save and summarize the current session into a structured Obsidian vault, storing key decisions under 세션기록 for quick future reference.