What is note?
Save notes to notepad.md for compaction resilience Source: yeachan-heo/oh-my-codex.
Save notes to notepad.md for compaction resilience
Quickly install note AI skill to your development environment via command line
Source: yeachan-heo/oh-my-codex.
Save important context to .omx/notepad.md that survives conversation compaction.
| /note | Add to Working Memory with timestamp | | /note --priority | Add to Priority Context (always loaded) | | /note --manual | Add to MANUAL section (never pruned) | | /note --show | Display current notepad contents | | /note --prune | Remove entries older than 7 days | | /note --clear | Clear Working Memory (keep Priority + MANUAL) |
This helps survive conversation compaction without losing critical context.
Save notes to notepad.md for compaction resilience Source: yeachan-heo/oh-my-codex.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill noteSave notes to notepad.md for compaction resilience Source: yeachan-heo/oh-my-codex.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill note Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/yeachan-heo/oh-my-codex