Note banner
mazenyassergithub mazenyassergithub

Note

Productivity community

Description

--- description: Save notes to notepad.md for compaction resilience --- # Note Skill Save important context to `.omc/notepad.md` that survives conversation compaction. ## Usage | Command | Action | |---------|--------| | `/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 --show` | Display current notepad contents | | `/note --prune`

Installation

Installs to ~/.claude/skills/mazenyassergithub-oh-my-claudecode-note/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mazenyassergithub-oh-my-claudecode-note && curl -fsSL https://raw.githubusercontent.com/mazenyassergithub/oh-my-claudecode/HEAD/commands/note.md -o ~/.claude/skills/mazenyassergithub-oh-my-claudecode-note/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository