note

Save timestamped notes to a persistent notepad file with automatic pruning.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lpjhelder/kronon-forge --skill note-lpjhelder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/lpjhelder/kronon-forge/tree/main/skills/note
Command: npx skills add https://github.com/lpjhelder/kronon-forge --skill note-lpjhelder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill preserves critical context and temporary findings by storing them in a persistent notepad file, preventing loss during conversation compaction.

Core Features & Use Cases

  • Priority Context: Stores up to 500 characters of essential facts that are automatically injected at session start.
  • Working Memory: Adds timestamped notes that are auto‑pruned after 7 days, ideal for debugging breadcrumbs.
  • MANUAL Section: Keeps user‑managed permanent notes that never get pruned, such as contact information or deployment details.
  • Commands: /note, /note --priority, /note --manual, /note --show, /note --prune, /note --clear.

Quick Start

Issue the /note <content> command to append a timestamped entry to the notepad.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist important context and notes across conversation compaction in Kronon sessions?▼

To persist context across conversation compaction in Kronon sessions, save notes to a persistent notepad file at .forge/notepad.md. This prevents essential facts and temporary findings from being lost when the conversation history is pruned.

What is the best way to keep temporary debugging breadcrumbs without cluttering permanent notes?▼

Keeping temporary debugging breadcrumbs is best handled using working memory sections that add timestamped notes. These entries are automatically pruned after 7 days, ensuring temporary findings do not clutter permanent references.

How do I automatically inject essential facts at the start of a session?▼

To automatically inject essential facts at session start, add up to 500 characters of context to the priority section using /note --priority. This critical context is retrieved and loaded automatically when a new session begins.

Can I store permanent deployment details that never get pruned from the notepad?▼

Yes, you can store permanent deployment details that never get pruned by using the /note --manual command. This adds entries to a MANUAL section dedicated to user-managed permanent notes like contact information.

Does the notepad skill support manual pruning and clearing of saved context?▼

Yes, the notepad skill supports manual pruning and clearing of saved context through dedicated commands. You can issue /note --prune to remove old entries or /note --clear to wipe the notepad file completely.