note

Save notes to a persistent notepad with priority and auto-prune sections.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Linnanli/xClaw --skill note-linnanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/Linnanli/xClaw/tree/main/.codex/skills/note
Command: npx skills add https://github.com/Linnanli/xClaw --skill note-linnanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving important context across conversations to prevent loss during compaction and to fast-access critical notes.

Core Features & Use Cases

  • Priority Context: Always loaded at session start for critical facts.
  • Working Memory: Timestamped session notes, auto-pruned after 7 days.
  • MANUAL: User-controlled permanent notes, never auto-pruned.
  • Use Case: Team leads keeping deployment notes or meeting highlights accessible across sessions.

Quick Start

Save a critical note to the notepad using the /note command to ensure it survives conversation compaction.

Frequently Asked Questions about note

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

FAQPage Schema
How do I preserve important context across conversations when session memory is lost?

To preserve context across conversations, you can save critical notes to a persistent notepad that survives session compaction and allows quick recall of important facts.

How does a persistent notepad manage working memory and permanent notes differently?

A persistent notepad manages working memory by timestamping session notes and auto-pruning them after 7 days, while permanent notes are user-controlled and never auto-pruned.

How do I save critical deployment notes so they are always loaded at the start of a new session?

Save critical deployment notes to the Priority Context section of the notepad to ensure they are always loaded automatically at the start of every new session.

Can I manually control which notes are kept permanently without automatic pruning?

Yes, you can save notes to the MANUAL section for permanent retention, ensuring user-controlled notes are never subject to the 7-day auto-prune policy.

What is the best way to retain meeting highlights across multiple debugging sessions?

The best way to retain meeting highlights across debugging sessions is storing them in a persistent notepad, which prevents context loss during conversation compaction.

Why does working memory automatically prune notes after 7 days?

Working memory automatically prunes notes after 7 days to manage persistent notepad storage efficiently, preventing outdated session notes from cluttering critical context recall.