note

Save and manage notes across priority, working memory, and manual sections with automatic pruning and timestamping.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrsono0/lectures --skill note-mrsono0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/mrsono0/lectures/tree/main/.claude/skills/note
Command: npx skills add https://github.com/mrsono0/lectures --skill note-mrsono0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures important information is saved persistently, surviving conversation history compaction and providing reliable access to critical context.

Core Features & Use Cases

  • Persistent Notes: Save information to different sections (Priority, Working Memory, Manual) that are loaded on session start.
  • Context Management: Automatically prunes old notes and warns about exceeding context limits.
  • Use Case: Save critical project details like "API is in src/api/client.ts" to Priority Context, or log debugging steps in Working Memory to recall later.

Quick Start

Use the note skill to save the following important information 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 so it survives conversation history compaction?

To save context that survives history compaction, you can persist notes in Priority Context or Working Memory sections. These sections are loaded on session start, ensuring critical project details are retained reliably across conversation boundaries.

How do I manage persistent notes across different conversation sessions?

You manage persistent notes by saving information to Priority, Working Memory, or Manual sections that load automatically on session start. The skill handles timestamping and provides commands to display, prune, or clear saved entries as needed.

What's the best way to automatically prune old notes when approaching context limits?

Automatic pruning of old notes is handled natively by the memory management system. It automatically removes outdated entries and warns you when approaching context limits to maintain optimal conversation capacity without manual intervention.

Can I save critical project details like file paths to priority context for later recall?

Yes, you can save critical project details like API paths directly to Priority Context. Once saved, this information is loaded on session start, ensuring essential project structural references are immediately available for recall.

Does saving working memory for debugging steps require manual clearing?

Saving working memory for debugging steps does not strictly require manual clearing. The system automatically timestamps entries and prunes old ones, though you can manually clear or prune notes using dedicated commands.

Why use manual sections instead of priority context for saving notes?

Manual sections are used for notes you want to retain without automatic pruning interference, unlike Priority Context which is managed actively. This distinction allows you to separate critical auto-managed context from static reference information.