note

Save notes to .omc/notepad.md with auto-pruning after 7 days.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/chanhee-kang/oh-my-gemini/tree/main/skills/note
Command: npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save notes to .omc/notepad.md, ensuring important context survives conversation compaction.

Core Features & Use Cases

  • Save to notepad.md for Working Memory, Priority Context, and MANUAL notes.
  • Auto-prune Working Memory after 7 days and create the notepad if it doesn't exist.
  • Use in sessions to reference critical facts, debugging breadcrumbs, and permanent notes.

Quick Start

/oh-my-gemini:note <content> /oh-my-gemini:note --show /oh-my-gemini:note --prune

Frequently Asked Questions about note

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

FAQPage Schema
How do I keep notes durable across Gemini conversations when session compaction happens?

To keep notes durable across Gemini conversations, you can save critical facts to a persistent notepad.md file. This ensures your important context survives session compaction by storing data in Priority Context, Working Memory, and MANUAL sections.

How does auto-pruning work for temporary debugging breadcrumbs in session memory?

Auto-pruning for temporary debugging breadcrumbs automatically removes Working Memory entries after 7 days. This session memory mechanism keeps your notepad.md clean by expiring temporary notes while preserving permanent context.

What is the best way to save permanent notes and priority context in Gemini?

The best way to save permanent notes and priority context is writing them to the MANUAL and Priority Context sections of notepad.md. These persistent sections safeguard critical facts from being lost during conversation compaction.

Does the note-taking skill automatically create a notepad.md file if it is missing?

Yes, the note-taking skill automatically creates a .omc/notepad.md file if it is missing. This ensures your persistent context storage is initialized correctly before saving any Working Memory or MANUAL notes.

How do I view and manage saved context using notepad.md commands?

To view and manage saved context, use the `/oh-my-gemini:note --show` command to display contents and `--prune` to manually clean entries. You can add new notes by passing content directly to the command.

When should I use Working Memory versus MANUAL notes for context management?

Use Working Memory for temporary debugging breadcrumbs that auto-prune after 7 days, and use MANUAL notes for permanent records. This context management strategy separates fleeting session data from critical, durable facts.