note

Persist session notes to .omx/notepad.md with timestamped appends and priority storage.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/hotaq/Sprite_harmess --skill note-hotaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/hotaq/Sprite_harmess/tree/main/.codex/skills/note
Command: npx skills add https://github.com/hotaq/Sprite_harmess --skill note-hotaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents important context from disappearing during conversation compaction by saving durable notes to a shared notepad file.

Core Features & Use Cases

  • Priority Context: Store short, always-loaded facts that must remain visible across sessions.
  • Working Memory: Capture timestamped notes for temporary debugging breadcrumbs and short-lived findings.
  • MANUAL Notes: Preserve permanent user-managed entries that should never be pruned.
  • Use Case: Record a critical API path, log an investigation clue, or keep contact details available for future sessions.

Quick Start

Ask the agent to save an important note, optionally marking it as priority or manual, and to show, prune, or clear entries when needed.

Frequently Asked Questions about note

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

FAQPage Schema
How do I keep important session notes from disappearing during context compaction?

To prevent important session notes from disappearing during context compaction, persist them to a durable notepad file that survives memory limits. This Skill saves timestamped working memory, priority context, and permanent manual entries to a local markdown file.

What's the best way to maintain priority context across multiple agent sessions?

The best way to maintain priority context across sessions is storing short, always-loaded facts in a bounded notepad file. This ensures critical project details remain visible and automatically loaded, rather than being lost when the conversation history resets.

How do I save timestamped debugging breadcrumbs for an ongoing investigation?

Save timestamped debugging breadcrumbs by appending short-lived findings to a working memory section in a shared notepad file. This captures investigation clues chronologically, allowing you to trace debugging steps across different sessions.

Can I permanently preserve manual project notes without automatic pruning?

Yes, you can permanently preserve manual project notes without automatic pruning by marking entries as MANUAL. This designates them as user-managed permanent records that should never be deleted during routine context cleanup or priority storage bounding.

How does compaction resilience work for agent working memory?

Compaction resilience for working memory works by writing session state to a local file before memory limits truncate the conversation. By parsing sections and appending timestamped entries to a notepad file, critical context survives and can be read back.

How do I clear or prune old working memory entries when debugging is finished?

Clear or prune old working memory entries by asking the agent to remove specific timestamped breadcrumbs from the notepad file. Optional pruning allows you to delete temporary debugging clues while keeping permanent manual notes and active priority context intact.