note

Save important context to .omx/notepad.md across conversation compactions.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/byonk19-svg/rt-scheduler --skill note-byonk19-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/byonk19-svg/rt-scheduler/tree/main/.codex/skills/note
Command: npx skills add https://github.com/byonk19-svg/rt-scheduler --skill note-byonk19-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save important context to .omx/notepad.md that survives conversation compaction.

Core Features & Use Cases

  • Persist notes across sessions to a dedicated notepad file for easy reference
  • Organize notes into Priority Context, Working Memory, and MANUAL sections
  • Notepad content loads automatically on session start and can be displayed or pruned

Quick Start

Add a note to the notepad by using the /note <content> command.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save context that survives conversation compaction?

To save context that survives conversation compaction, you can use a note Skill to write important details to a dedicated notepad file, ensuring critical information persists across sessions.

How do I persist debugging breadcrumbs across sessions?

You can persist debugging breadcrumbs across sessions by adding them to a notepad file. The notes are organized into Priority Context, Working Memory, and MANUAL sections for easy reference.

Does the notepad file load automatically when a session starts?

Yes, the notepad content loads automatically on session start. You can then display the saved notes or prune them according to defined pruning rules to manage context size.

Can I organize session-based memory into different priority levels?

Yes, you can organize session-based memory into different priority levels. The notepad supports Priority Context, Working Memory, and MANUAL sections to structure your saved notes effectively.

What is the best way to keep deployment notes from disappearing during conversation trimming?

The best way to keep deployment notes during conversation trimming is to save them to a persistent notepad file. This ensures your deployment context survives conversation compaction and remains accessible.