note

Write persistent notes to .omc/notepad.md across conversation sessions.

38.5k|3.5k|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill note-yeachan-heo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/note
Command: npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill note-yeachan-heo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight, persistent notepad for capturing important context within conversations, ensuring critical insights survive session compaction.

Core Features & Use Cases

  • Persistent notes: Writes entries to .omc/notepad.md so notes survive restarts and context compaction.
  • Sectioned memory management: Separates Priority Context, Working Memory, and MANUAL notes for targeted recall and control.
  • Use Case: Store deployment details, team contacts, or debugging breadcrumbs that should be available across sessions.

Quick Start

  • To add a quick entry: /oh-my-claudecode:note Remember to check the latest build status
  • To show current notepad: /oh-my-claudecode:note --show
  • To prune old entries: /oh-my-claudecode: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 persistent across AI conversation session compaction?

To keep notes persistent across session compaction, save entries to a dedicated notepad file like .omc/notepad.md. This ensures critical insights and context survive context window resets and restarts.

How do I manage AI memory sections for working memory and priority context?

Manage AI memory by separating notes into Priority Context, Working Memory, and MANUAL sections. This allows targeted recall and control over different types of information stored in the notepad.

What is the best way to store debugging breadcrumbs for cross-session AI chats?

Store debugging breadcrumbs by writing them to a persistent notepad file such as .omc/notepad.md. This ensures deployment details and debugging steps remain available across future sessions.

How do I prune old entries from an AI notepad file?

Prune old entries from the notepad file by executing a quick action command with the prune flag. This removes outdated context and keeps your working memory clean and relevant.

Do I need external tools to save session context to a notepad?

No external tools are required to save session context. The notepad functionality operates entirely within the existing skill environment, writing directly to the local file system.

Can I view current notepad entries during an active AI chat session?

Yes, you can view current notepad entries during a chat session by running the show command. This displays all saved Priority Context, Working Memory, and MANUAL notes.