note

Save timestamped working memory and priority context to a persistent notepad file.

Updated Jul 3, 2025
One-click install
npx skills add https://github.com/andrew-t-james/dotfiles --skill note-andrew-t-james
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/andrew-t-james/dotfiles/tree/main/dot_codex/skills/note
Command: npx skills add https://github.com/andrew-t-james/dotfiles --skill note-andrew-t-james

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving ephemeral context during conversations is easy to lose and hard to recall. This skill provides a persistent notepad that captures important notes, keeping them available across sessions.

Core Features & Use Cases

  • Timestamped Working Memory entries to track when notes were created.
  • Priority Context that is always loaded for critical facts.
  • MANUAL section for permanent notes that are not auto-pruned.
  • Automatic pruning of Working Memory after a defined window to avoid bloat.
  • Simple command surface: use /note to add or manage notes.

Quick Start

Invoke /note to save a new entry into the notepad.

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 chat sessions?▼

To save context across chat sessions, you can use a persistent notepad to capture timestamped working memory entries. This prevents ephemeral context from being lost between different conversations.

What is the best way to manage long-term memory for transient context?▼

The best way to manage long-term memory for transient context is using priority context and manual note sections. These features ensure critical facts are always loaded and permanently saved without being auto-pruned.

How do I add a new note to the session memory?▼

To add a new note to the session memory, invoke the /note command. This saves your new entry directly into the persistent notepad file for ongoing reference.

Does the notepad automatically delete old working memory entries?▼

Yes, the notepad automatically prunes working memory entries after a defined window. This automatic pruning prevents file bloat while keeping your manual notes and priority context intact.

Can I keep priority context always loaded during conversations?▼

Yes, you can keep priority context always loaded during conversations by saving it to the notepad. The skill specifically supports a priority context section to track critical facts across sessions.