note

Store and manage user-generated notes with priority and manual sections.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tuandzung/flink-k8s-ui --skill note-tuandzung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/tuandzung/flink-k8s-ui/tree/main/.codex/skills/note
Command: npx skills add https://github.com/tuandzung/flink-k8s-ui --skill note-tuandzung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users save and manage important notes across sessions, ensuring that critical information is not lost during conversation compaction.

Core Features & Use Cases

  • Persistent Note Storage: Save notes to a file that survives conversation compaction.
  • Flexible Sections: Organize notes into Priority, Working Memory, and MANUAL sections.
  • Command-Line Interface: Use various commands to add, display, and manage notes.

Quick Start

Start a note by typing /note Your note here.

Frequently Asked Questions about note

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

FAQPage Schema
How do I keep persistent notes across conversation sessions?

Persistent notes are stored in a structured file that survives conversation compaction. You can save and manage critical information across sessions by using a command-line interface to write notes directly to the file.

What is the best way to organize working memory for context management?

Organize working memory by sorting notes into Priority, Working Memory, and MANUAL sections. This structured format ensures critical context is categorized and readily available for future session management.

How do I start taking notes using a command-line interface?

Start taking notes by entering a command like `/note Your note here` into the interface. This command adds your text directly to the persistent storage file for immediate context management.

Why does important context get lost during conversation compaction?

Important context gets lost during conversation compaction because standard memory is cleared between sessions. Persistent note-taking prevents this by saving user-generated notes to a dedicated file that survives the compaction process.

Can I manage priority notes separately from general working memory?

Yes, you can manage priority notes separately by placing them in the dedicated Priority section. The note management system supports distinct sections to separate high-priority items from general working memory.