note

Persist session notes to a local .omx/notepad.md file.

2|1|Updated Oct 8, 2009
One-click install
npx skills add https://github.com/riethmayer/dotfiles --skill note-riethmayer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/riethmayer/dotfiles/tree/main/stow/agents/.agents/skills/note
Command: npx skills add https://github.com/riethmayer/dotfiles --skill note-riethmayer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save critical context beyond chat sessions by writing to a persistent local file at .omx/notepad.md.

Core Features & Use Cases

  • Save notes via commands like /note to Working Memory with timestamps and to Priority Context, MANUAL section, and ensure notes persist across sessions.
  • Automatically load Priority Context on session start and prune Working Memory entries older than 7 days.
  • Retrieve and display current notepad contents for quick reference during a session.

Quick Start

Start by adding a note with /note to persist it in .omx/notepad.md for future sessions.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save AI assistant context across different chat sessions?

You can save AI assistant context across chat sessions by writing critical notes to a local .omx/notepad.md file. This ensures your working memory and priority context survive conversation compaction for future interactions.

How does a local notepad file maintain working memory during conversation compaction?

A local notepad file maintains working memory by performing guarded file I/O to store session notes with timestamps. It automatically loads priority context when a session starts and prunes working memory entries older than 7 days.

Do I need external dependencies to persist notes locally for an AI assistant?

You do not need external dependencies to persist notes locally for an AI assistant. The system uses simple guarded file I/O with basic error handling to write directly to a local markdown file without any extra setup.

What's the best way to organize session notes into priority context and manual sections?

The best way to organize session notes is by dividing them into distinct sections like Priority Context, Working Memory, and MANUAL. You can add notes to specific sections using commands to ensure structured persistence across multiple sessions.

Can I automatically prune old working memory entries in my session notes?

You can automatically prune old working memory entries in your session notes. The system automatically removes working memory entries older than 7 days to keep your local notepad file concise and relevant across ongoing sessions.