Saves critical project notes that survive conversation pruning and context compaction.

Install

mkdir -p .claude/skills/note-yangyuan-zhen && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17503" && unzip -o skill.zip -d .claude/skills/note-yangyuan-zhen && rm skill.zip

Installs to .claude/skills/note-yangyuan-zhen

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

[OMX] Save notes to notepad.md for compaction resilience
56 charsno explicit “when” trigger
Beginner

Key capabilities

  • Add content to Working Memory with a timestamp
  • Add content to Priority Context (always loaded)
  • Add content to MANUAL section (never pruned)
  • Display current notepad contents
  • Remove entries older than 7 days from Working Memory

How it works

The skill creates `notepad.md` if it doesn't exist, parses the argument to determine the section, appends content with a timestamp for Working Memory, and manages pruning based on section rules.

Inputs & outputs

You give it
User's command to add, show, prune, or clear notes
You get back
Updated `.omx/notepad.md` content or a display of its current contents

When to use note

  • Store API endpoint reminders
  • Save project-specific patterns
  • Track debugging breadcrumbs
  • Maintain permanent contacts

About this skill

Note Skill

Save important context to .omx/notepad.md that survives conversation compaction.

Usage

CommandAction
/note <content>Add to Working Memory with timestamp
/note --priority <content>Add to Priority Context (always loaded)
/note --manual <content>Add to MANUAL section (never pruned)
/note --showDisplay current notepad contents
/note --pruneRemove entries older than 7 days
/note --clearClear Working Memory (keep Priority + MANUAL)

Sections

Priority Context (500 char limit)

  • Always injected on session start
  • Use for critical facts: "Project uses pnpm", "API in src/api/client.ts"
  • Keep it SHORT - this eats into your context budget

Working Memory

  • Timestamped session notes
  • Auto-pruned after 7 days
  • Good for: debugging breadcrumbs, temporary findings

MANUAL

  • Never auto-pruned
  • User-controlled permanent notes
  • Good for: team contacts, deployment info

Examples

/note Found auth bug in UserContext - missing useEffect dependency
/note --priority Project uses TypeScript strict mode, all files in src/
/note --manual Contact: [email protected] for backend questions
/note --show
/note --prune

Behavior

  1. Creates .omx/notepad.md if it doesn't exist
  2. Parses the argument to determine section
  3. Appends content with timestamp (for Working Memory)
  4. Warns if Priority Context exceeds 500 chars
  5. Confirms what was saved

Integration

Notepad content is automatically loaded on session start:

  • Priority Context: ALWAYS loaded
  • Working Memory: Loaded if recent entries exist

This helps survive conversation compaction without losing critical context.

When not to use it

  • When the user wants to store content that exceeds 500 characters in Priority Context
  • When the user wants Working Memory entries to be permanently stored
  • When the user wants MANUAL section entries to be auto-pruned

Limitations

  • Priority Context has a 500 character limit
  • Working Memory is auto-pruned after 7 days
  • MANUAL section is never auto-pruned

How it compares

This skill provides a persistent notepad with distinct sections for different retention policies, ensuring critical context survives conversation compaction, unlike temporary chat history.

Compared to similar skills

note side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
note (this skill)03moNo flagsBeginner
knowledge-ops03moNo flagsAdvanced
super-save11moReviewBeginner
note01moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry