note

Create, update, and retrieve timestamped notes in .omx/notepad.md.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill note-prthik
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/note
Command: npx skills add https://github.com/prthik/prathik-astro --skill note-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes and context often vanish when chats are compacted or long-running sessions are trimmed. This skill creates a persistent on-disk notepad at .omx/notepad.md to retain important information across sessions.

Core Features & Use Cases

  • Persist notes to .omx/notepad.md with timestamps for debugging and recall
  • Load notepad entries on session start to ensure critical context stays available
  • Use cases include recording incident details, deployment notes, and team contacts for quick reference

Quick Start

Create or update a .omx/notepad.md entry with a note and 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 and context across conversation compaction in long-running sessions?▼

Persist notes across conversation compaction by saving entries to a persistent on-disk notepad at .omx/notepad.md. This ensures important context remains accessible even when the active chat session is trimmed or compacted.

What's the best way to retain important session context after a chat is compacted?▼

Retain important session context by writing details like incident notes or team contacts to the on-disk notepad. The file stores entries with timestamps so you can load and recall critical information after compaction occurs.

How do I save notes with timestamps to survive context trimming in long chats?▼

Save notes with timestamps by creating or updating entries directly in the .omx/notepad.md file. Each entry records the note content and timestamp, allowing debugging and recall across multiple sessions.

Can I organize notepad entries with priority and manual sections in .omx/notepad.md?▼

Yes, you can organize notepad entries with optional priority and manual sections in .omx/notepad.md. This structure allows you to create, update, and retrieve categorized notes alongside their timestamps.

Does this notepad approach work for recording incident details and deployment notes across sessions?▼

Yes, the on-disk notepad works for recording incident details, deployment notes, and team contacts. Loading these entries on session start ensures critical debugging and reference context stays available across sessions.

When do I need an on-disk notepad to manage context in compacted conversations?▼

You need an on-disk notepad when important context vanishes from trimmed or compacted chats. If critical information must remain accessible across multiple long-running sessions, persisting notes to disk solves the recall problem.