note

Save timestamped context notes to .omx/notepad.md across sessions.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill note-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/note
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill note-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save important context notes to .omx/notepad.md to survive conversation compaction.

Core Features & Use Cases

  • Priority Context: Always loaded on session start and used for critical facts.
  • Working Memory: Timestamped notes that are auto-pruned after 7 days.
  • MANUAL: User-controlled notes that are never auto-pruned and can store deployment or team contacts.

Quick Start

Save the provided note content to .omx/notepad.md with a timestamp.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist notes across sessions to survive conversation compaction?

To persist notes across sessions, save important context to a .omx/notepad.md file. This captures timestamped entries in distinct sections, ensuring critical information survives conversation compaction and remains available for reuse.

What is the best way to organize working memory and manual notes for reuse?

Organize working memory and manual notes by using separate file sections for Priority Context, Working Memory, and MANUAL. Working Memory entries are timestamped for tracking, while MANUAL notes store persistent information like team contacts.

How does auto-pruning work for timestamped notes?

Auto-pruning applies to timestamped Working Memory entries, which are automatically removed after 7 days. This mechanism keeps active context lean, while user-controlled MANUAL notes are never auto-pruned and persist indefinitely.

Are there character limits for priority context in a notepad file?

Yes, there is a 500-character limit enforced on Priority Context entries. This constraint ensures that only the most critical facts are loaded on session start, preventing bloat and maintaining optimal context retrieval.

Can I store deployment details and team contacts without them being deleted?

Yes, you can store deployment details and team contacts in the MANUAL section. These user-controlled notes are never auto-pruned, ensuring long-term operational data persists safely across sessions unlike timestamped working memory.