← Back to list

note
by Yeachan-Heo
Multi-agent orchestration for Claude Code. Zero learning curve. 28 agents, 28 skills, delegation-first architecture.
⭐ 1,751🍴 175📅 Jan 23, 2026
SKILL.md
name: note description: Save notes to notepad.md for compaction resilience user-invocable: true
Note Skill
Save important context to .omc/notepad.md that survives conversation compaction.
Usage
| Command | Action |
|---|---|
/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 --show | Display current notepad contents |
/oh-my-claudecode:note --prune | Remove entries older than 7 days |
/oh-my-claudecode:note --clear | Clear 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
- Creates
.omc/notepad.mdif it doesn't exist - Parses the argument to determine section
- Appends content with timestamp (for Working Memory)
- Warns if Priority Context exceeds 500 chars
- 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.
Score
Total Score
95/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
