什麼是 note?
將註解儲存到 notepad.md 以實現壓縮彈性 來源:yeachan-heo/oh-my-codex。
將註解儲存到 notepad.md 以實現壓縮彈性
透過命令列快速安裝 note AI 技能到你的開發環境
來源: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.
將註解儲存到 notepad.md 以實現壓縮彈性 來源:yeachan-heo/oh-my-codex。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill note將註解儲存到 notepad.md 以實現壓縮彈性 來源:yeachan-heo/oh-my-codex。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yeachan-heo/oh-my-codex --skill note 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yeachan-heo/oh-my-codex