note

Save and manage session-specific notes with priority and working memory options.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill note-weihong-liu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/Weihong-Liu/GenericAgent_project/tree/main/.codex/skills/note
Command: npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill note-weihong-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The note skill helps users preserve important information during conversations by saving it to a persistent notepad, which survives conversation compaction.

Core Features & Use Cases

  • Persistent Notepad: Save notes to .omx/notepad.md for easy access and review.
  • Priority Context: Store critical information that is always loaded at session start.
  • Working Memory: Keep session notes that are auto-pruned after 7 days.
  • MANUAL Section: Maintain permanent notes that are never pruned.
  • Use Case: Keep track of project dependencies, API details, or personal contacts.

Quick Start

To add a note, use the command: /note "Project details"

Frequently Asked Questions about note

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

FAQPage Schema
How do I save notes to maintain context across chat sessions?▼

To save notes and maintain context across sessions, use the /note command to append entries to a persistent notepad. This ensures critical information survives conversation compaction and remains available for future review.

What is the best way to keep track of important project details during a long conversation?▼

Keeping track of project details is best handled by saving them to a persistent notepad. You can store critical information in a priority context section that is automatically loaded at the start of every new session.

How does working memory handle session notes that are no longer needed?▼

Working memory handles session notes by automatically pruning timestamped entries after 7 days. This keeps the active context clean while ensuring temporary information is retained for the duration of its usefulness.

Can I maintain permanent notes that are never automatically pruned?▼

Yes, you can maintain permanent notes by adding them to the MANUAL section of the notepad. Entries placed in this section are never pruned, ensuring long-term information retention without manual cleanup.

Does conversation compaction affect previously saved context?▼

Saved context is not affected by conversation compaction because notes are stored in a persistent notepad file. Critical information saved to priority context is always loaded at session start, ensuring continuity.

When do I need a session-specific notepad for information retention?▼

You need a session-specific notepad when you must preserve important information like API details or project dependencies across multiple interactions. It provides timestamped entries and prevents data loss during context limits.