note

Save and manage contextual notes in a persistent .omc/notepad.md file.

6|1|Updated May 9, 2022
One-click install
npx skills add https://github.com/mazenyassergithub/oh-my-claudecode --skill note-mazenyassergithub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/mazenyassergithub/oh-my-claudecode/tree/main/skills/note
Command: npx skills add https://github.com/mazenyassergithub/oh-my-claudecode --skill note-mazenyassergithub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to persistently store important information that might otherwise be lost due to conversation compaction or session resets, ensuring critical context is always available.

Core Features & Use Cases

  • Persistent Context Saving: Save notes to a dedicated file (.omc/notepad.md) that survives conversation pruning.
  • Context Prioritization: Differentiate between high-priority, always-loaded context, temporary working memory, and permanent manual notes.
  • Use Case: You can save crucial project details like "API endpoint is https://api.example.com/v1" to Priority Context, temporary debugging observations to Working Memory, and team contact information to the MANUAL section.

Quick Start

Use the note skill to save the following important information to your priority context: the project uses pnpm for package management.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save context permanently so it survives conversation compaction?

Persistent context saving allows you to store crucial details like API endpoints or project configurations in a dedicated file, ensuring critical data survives conversation pruning and session resets.

What is the difference between priority context and working memory for notes?

Priority context is always loaded high-priority data, while working memory holds temporary entries with timestamps, and a manual section stores permanent notes, allowing you to differentiate context retention by importance.

How do I manage and clear persistent notes during a long session?

You can manage persistent notes by displaying, pruning, and clearing entries. This allows you to remove outdated working memory or temporary debugging observations while keeping critical priority context intact.

Does this note skill require any dependencies to store working memory?

No, this note skill requires no dependencies to store working memory. It independently saves and manages contextual information within a persistent file for long-term memory retention.

When should I use persistent context saving instead of relying on the conversation history?

You should use persistent context saving when you have critical project details that might otherwise be lost due to conversation compaction or session resets, ensuring important information is always available.