note

Store and manage notes in .omx/notepad.md across a Claude session.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill note-gtpgg1013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/gtpgg1013/claude-skills-collection/tree/main/skills/agents/note
Command: npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill note-gtpgg1013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill saves important notes to .omx/notepad.md to ensure critical context persists through conversation compaction.

Core Features & Use Cases

  • Working Memory: Temporarily stores timestamped notes during a session.
  • Priority Context: Keeps high-priority notes loaded at startup.
  • Manual Vault: Allows long-term notes that are never pruned.
  • Use cases include debugging sessions, collaboration notes, and deployment context.

Quick Start

Add a note to your current session with a simple command.

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 across a Claude session to survive conversation compaction?

To save context and notes across a Claude session, you can use a notepad Skill to write critical information to a local markdown file, ensuring it persists and survives conversation compaction without losing important details.

What is the best way to manage working memory and priority context for debugging sessions?

Managing working memory and priority context for debugging sessions involves storing timestamped temporary notes and high-priority information in a structured markdown file, preserving critical deployment context across the workspace.

Can I keep long-term notes that are never pruned during an automated session?

Yes, you can keep long-term notes that are never pruned by utilizing a manual vault section within your markdown notepad, ensuring specific deployment context and collaboration notes remain permanently intact.

Do I need external scripts or dependencies to store notes in a local markdown file?

No, you do not need external scripts or dependencies to store notes in a local markdown file; the process uses standard frontmatter and internal commands to manage context without dangerous behaviors.

Why does conversation compaction delete my important context and how do I prevent it?

Conversation compaction deletes context to manage token limits, but you prevent loss by saving high-priority notes to a local notepad file, which loads this priority context automatically at startup.