askill
note

noteSafety 90Repository

Save notes to notepad.md for compaction resilience

6.3k stars
125.8k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

Note Skill

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

Usage

CommandAction
/oh-my-claudecode:note <content>Add to Working Memory with timestamp
/oh-my-claudecode:note --priority <content>Add to Priority Context (always loaded)
/oh-my-claudecode:note --manual <content>Add to MANUAL section (never pruned)
/oh-my-claudecode:note --showDisplay current notepad contents
/oh-my-claudecode:note --pruneRemove entries older than 7 days
/oh-my-claudecode: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

/oh-my-claudecode:note Found auth bug in UserContext - missing useEffect dependency
/oh-my-claudecode:note --priority Project uses TypeScript strict mode, all files in src/
/oh-my-claudecode:note --manual Contact: api-team@company.com for backend questions
/oh-my-claudecode:note --show
/oh-my-claudecode:note --prune

Behavior

  1. Creates .omc/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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/20/2026

Well-structured skill with clear usage commands, organized sections, and good examples. Scores high on actionability and clarity. Main limitation is low reusability due to project-specific paths and command prefix. Despite being internal to one project, it follows good documentation practices with tables, clear descriptions, and behavioral steps.

90
90
25
70
85

Metadata

Licenseunknown
Version-
Updated2/15/2026
PublisherYeachan-Heo

Tags

apisecurity