note

Save timestamped notes to .omq/notepad.md with Priority Context, Working Memory, and MANUAL segments.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill note-chrisxue90
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/note
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill note-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save important context and notes to .omq/notepad.md so they survive conversation compaction and session resets.

Core Features & Use Cases

  • Notepad persistence: Save notes to .omq/notepad.md with timestamps to survive conversation compression.
  • Context retention: Automatically load Priority Context and Working Memory at session start for continuity.
  • Manual memory: Allow user-controlled permanent notes via the MANUAL section for long-term references.

Quick Start

Use /note to add content to your notepad with an automatic 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 across conversation compaction in long-running sessions?▼

To persist notes across conversation compaction, you can save important context to a notepad.md file. This ensures critical debugging breadcrumbs and permanent references survive session resets and context compression.

How does notepad memory auto-prune working memory after 7 days?▼

Notepad memory auto-prunes working memory after 7 days by segmenting data into distinct sections. This automated process removes stale temporary context while preserving priority context and manual permanent references.

Can I organize session context into Priority Context, Working Memory, and MANUAL sections?▼

Yes, you can organize session context into Priority Context, Working Memory, and MANUAL sections. This structure separates auto-loaded priority data, temporary working memory, and user-controlled permanent notes for long-term reference.

What's the best way to retain critical debugging breadcrumbs during session resets?▼

The best way to retain critical debugging breadcrumbs during session resets is to save them to a persistent notepad file. This approach captures important context automatically, ensuring continuity across new sessions.

Does the notepad load priority context automatically on startup?▼

Yes, the notepad loads priority context automatically on startup. This mechanism ensures that your most critical information is immediately available for continuity when you begin a new long-running session.

When should I use a manual memory section for permanent references?▼

You should use a manual memory section for permanent references when you need long-term user-controlled notes. This section persists indefinitely, surviving both the 7-day working memory auto-pruning and conversation compaction.