note

Save notes to notepad.md for durable context across sessions.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/ozby/node-pubsub --skill note-ozby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/ozby/node-pubsub/tree/main/.codex/skills/note
Command: npx skills add https://github.com/ozby/node-pubsub --skill note-ozby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Priority Context is loaded on session start for critical facts.
  • Working Memory stores timestamped session notes with auto-pruning after 7 days.
  • MANUAL section persists user-managed notes and is never auto-pruned.

Quick Start

Save a note to the notepad.md using /note <content> to persist it across sessions.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist context and notes across conversation compaction in interactive sessions?

To persist context across conversation compaction, save important notes to a markdown notepad file that survives session restarts, ensuring durable memory and debugging breadcrumbs remain accessible.

What is the best way to store permanent session notes that auto-load on startup?

Store permanent session notes using a frontmatter-based memory system that auto-loads Priority Context on session start, keeping critical facts immediately available for your interactive workflows.

How do I save a note to notepad so it survives restarts?

Save a note to the notepad by invoking the note command with your content, which writes the timestamped entry to a dedicated markdown memory store for durable persistence.

Does working memory auto-prune old session notes after a certain period?

Yes, working memory auto-prunes timestamped session notes after 7 days to manage storage, while a separate MANUAL section persists user-managed notes indefinitely without any automatic pruning.

Can I keep debugging breadcrumbs permanently without them being auto-pruned?

Yes, you can keep debugging breadcrumbs permanently by storing them in the MANUAL section of the notepad, which is designed to persist user-managed notes and never auto-prunes them.