note

Append notes to .omb/notepad.md with Priority Context, Working Memory, and MANUAL sections.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill note-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/note
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill note-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps preserve important context across conversations by saving notes to a durable notepad file (.omb/notepad.md), protecting against conversation compaction.

Core Features & Use Cases

  • Persist notes to .omb/notepad.md that survive session resets and chat truncation.
  • Organize notes into sections (Priority Context, Working Memory, MANUAL) for durable context and easy retrieval.
  • Provide quick commands to show, prune, or clear notes, enabling fast maintenance and recall in ongoing projects.

Quick Start

Use /note <text> to append a note to the notepad and ensure it is loaded at session start.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save context across chat sessions to prevent data loss during conversation compaction?

To save context across chat sessions, append notes to a durable notepad file (.omb/notepad.md) that survives session resets and conversation truncation. This ensures important context is preserved.

How does persistent memory work for organizing working notes and priority context?

Persistent memory works by organizing notes into Priority Context, Working Memory, and MANUAL sections within a notepad file. Priority Context loads automatically at session start, while Working Memory entries receive timestamps.

What is the best way to manage and prune saved notes in an ongoing project session?

The best way to manage saved notes is by using built-in commands to show, prune, or clear entries in the notepad file. This enables fast maintenance and recall of durable context during ongoing projects.

Does the notepad file need to exist before I can start saving notes, or is it created automatically?

The notepad file does not need to exist beforehand. The system creates the .omb/notepad.md file automatically if it is missing, allowing you to start saving notes immediately without manual setup.

Why does my working memory not load automatically when I start a new session?

Working Memory does not load automatically because only the Priority Context section is loaded at session start. Working Memory and MANUAL notes must be retrieved manually using the show command.

Can I clear old session notes without deleting my priority context?

Yes, you can clear old session notes without deleting priority context by using the prune command. This targets specific outdated entries while preserving the durable Priority Context section.