note

Saves and manages notes in a persistent notepad file for context.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sigridjineth/oh-my-codex --skill note-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/sigridjineth/oh-my-codex/tree/main/skills/note
Command: npx skills add https://github.com/sigridjineth/oh-my-codex --skill note-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a persistent way to save important context and notes that will survive conversation compaction and can be easily retrieved.

Core Features & Use Cases

  • Persistent Notes: Save information to different sections of a notepad file (.omc/notepad.md).
  • Context Management: Differentiate between critical, always-loaded priority context, temporary working memory, and permanent manual notes.
  • Use Case: When working on a complex coding task, you can save critical API endpoints, team contacts, or debugging findings directly into your notepad, ensuring they are available even after long sessions or context resets.

Quick Start

Add the following to your priority context: Project uses pnpm.

Frequently Asked Questions about note

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

FAQPage Schema
How do I save context and notes so they survive conversation compaction?

To save context and notes that survive conversation compaction, use a persistent notepad file to store critical information. This ensures long-term context retention and allows important data to remain available even after long sessions or context resets.

What is the best way to manage persistent notes for complex coding tasks?

Managing persistent notes for complex coding tasks involves saving information to different sections of a notepad file. You can store critical API endpoints, team contacts, or debugging findings directly into the notepad to ensure they are always available.

How do I differentiate between critical priority context and temporary working memory?

You differentiate between critical priority context and temporary working memory by saving notes to distinct sections of a notepad file. This context management supports always-loaded priority context, auto-pruning temporary working memory, and permanent manual notes.

Can I automatically load saved notes when a new session starts?

Yes, you can automatically load saved notes when a new session starts. The notepad integrates with session startup to automatically load priority context, ensuring your critical information is immediately available without manual retrieval.

How do I add information to my priority context quickly?

To add information to your priority context quickly, add the desired text directly to your notepad file. For example, adding "Project uses pnpm" to your priority context ensures that specific project constraints are always loaded during your sessions.

What are the limitations of using a markdown notepad file for long-term context retention?

A limitation of using a markdown notepad file for long-term context retention is that temporary working memory requires auto-pruning to manage size. You must manually categorize notes into priority, temporary, or permanent sections to maintain efficient context loading.