note

Manage persistent timestamped notes in .omx/notepad.md via /note commands.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/wmasfoe/notch-pet --skill note-wmasfoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/wmasfoe/notch-pet/tree/main/.codex/skills/note
Command: npx skills add https://github.com/wmasfoe/notch-pet --skill note-wmasfoe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save important context to a persistent notepad file that survives conversation compaction.

Core Features & Use Cases

  • Centralizes important notes into .omx/notepad.md, organized into Priority Context, Working Memory, and MANUAL sections.
  • Supports timestamped entries, automatic pruning of older notes, and manual notes that are never pruned.
  • Enables quick retrieval and management of notes via the /note command set (add, show, prune, clear).

Quick Start

Create or update the file .omx/notepad.md by adding your note using the /note command.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save conversation context so it survives context compaction?

To save conversation context across compaction, write important notes to a persistent notepad file using the /note command. This stores your data in .omx/notepad.md, ensuring critical memory survives session limits.

What is the best way to manage persistent notes across multiple sessions?

The best way to manage persistent notes across sessions is using a structured notepad file with Priority Context, Working Memory, and MANUAL sections. The /note command set allows you to add, show, prune, or clear entries.

How does automatic pruning work for working memory notes?

Automatic pruning for working memory notes removes older entries based on timestamping rules to prevent overflow. However, notes added to the MANUAL section are never pruned, ensuring permanent retention of critical context.

Do I need any external dependencies to use a persistent notepad file?

No external dependencies are required to use a persistent notepad file. The system operates independently by storing timestamped entries and managing context directly within the local .omx/notepad.md file.

Can I organize priority context and manual notes separately in a notepad?

Yes, you can organize priority context and manual notes separately by leveraging distinct sections in .omx/notepad.md. Priority Context and Working Memory handle automatic pruning, while MANUAL notes persist indefinitely.

How do I clear or remove old notes from the notepad file?

To clear or remove old notes from the notepad file, use the /note command set to prune outdated entries or clear the file entirely. This manages Priority Context and Working Memory sections efficiently.