note

Persist timestamped notes to a dedicated notepad file across sessions.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill note-shaun0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/note
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill note-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save important context by persisting notes to the notepad file at .superskills/notepad.md so context survives conversation compaction and reopens in future sessions.

Core Features & Use Cases

  • Priority Context: always loaded at session start for critical facts.
  • Working Memory: timestamped, temporary notes that help debugging and iterative work.
  • MANUAL: user-controlled permanent notes for contacts, deployment info, and team notes.

Quick Start

Add a note with /superskills:note <content> to store it in the persistent notepad.

Frequently Asked Questions about note

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

FAQPage Schema
How do I keep notes safe across conversations when the session context gets compacted?

To keep notes safe across conversations, you can persist critical context to a dedicated notepad file that survives session compaction and reopens in future sessions. This ensures your important references remain accessible.

What is the best way to persist context and manage notes across multiple sessions?

The best way to persist context is by appending timestamped entries to a persistent notepad file. This approach enforces a Priority Context limit and exposes basic note-management commands for quick recall of past notes.

How do I store permanent reference notes for deployment info and team contacts?

To store permanent reference notes, use manual user-controlled entries within the persistent notepad. This feature allows you to save long-lived references like deployment info, team notes, and contacts across sessions.

Can I automatically load critical facts at the start of a new session using a notepad?

Yes, you can automatically load critical facts at session start using the Priority Context feature. It ensures your most essential notes are always loaded immediately when a new session begins.

Does the notepad file support timestamped temporary notes for debugging work?

Yes, the notepad file supports timestamped temporary notes through its Working Memory feature. This helps you track iterative work and debug issues by retaining time-stamped entries across sessions.

What are the limitations of using a persistent notepad for notes management?

A key limitation of using a persistent notepad is the enforced Priority Context limit, which restricts the volume of critical facts loaded at session start to prevent overload while retaining older timestamped entries.