note

Save and manage persistent notes in .omx/notepad.md across sessions.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill note-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/note
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill note-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Save notes under three sections: Priority Context (always loaded), Working Memory (timestamped), and MANUAL (never pruned).
  • Commands to display, prune old entries, or clear working memory while preserving Priority Context and MANUAL.
  • Notepad content is loaded at session start for continuity and debugging.

Quick Start

Save a note about a meeting with the product team to Priority Context.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist context across sessions when conversation compaction occurs?

To persist context across sessions, you can save important notes to a dedicated notepad.md file. This ensures your critical information survives conversation compaction and remains available for continuity.

How do I save notes so they are always loaded at the start of a new session?

To save notes for automatic loading at session start, place them under the Priority Context section. This section is always loaded first, ensuring your most critical context is immediately available.

What is the best way to manage session memory without losing manual notes?

The best way to manage session memory is to store timestamped entries in Working Memory and permanent instructions in MANUAL. You can prune or clear working memory while preserving the manual notes.

Does the notepad automatically prune old context to keep the file compact?

Yes, the notepad enforces a 7-day auto-prune on Working Memory entries to keep the file compact. Priority Context and MANUAL sections are never automatically pruned, preserving critical information.

How do I clear working memory without deleting priority context?

You can clear working memory by using the specific clear command, which removes timestamped entries while strictly preserving Priority Context and MANUAL notes. This ensures critical context remains intact.