note

Store timestamped notes in .omx/notepad.md across conversations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill note-hayderncenterpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/HaydernCenterpoint/oh-my-qwen/tree/main/skills/note
Command: npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill note-hayderncenterpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Save and organize notes by sections (Priority Context, Working Memory, MANUAL)
  • Add notes with a timestamp using the /note command
  • Clear, prune, and show current notepad contents to manage context

Quick Start

Invoke the command '/note <content>' to add a timestamped entry to your notepad.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist important context across conversation compaction?

You can persist context across conversation compaction by saving important notes to a notepad.md file, ensuring critical information survives session-based workflows and team handoffs.

How do I add a timestamped note to my working memory?

You can add a timestamped note to your working memory by invoking the '/note <content>' command, which appends the entry to an organized section in the notepad file.

How do I manage and prune session-persistence notes?

You can manage and prune session-persistence notes by using dedicated commands to show, prune, and clear current notepad contents, effectively managing context and removing outdated entries.

Can I organize manual notes into different sections?

Yes, you can organize manual notes into different sections such as Priority Context, Working Memory, and MANUAL, allowing structured storage for critical information across team handoffs.

Does this notepad approach work for session-based workflows with team handoffs?

Yes, this notepad approach works for session-based workflows with team handoffs by storing critical context in a markdown file that survives conversation compaction and preserves priority information.