تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:25,488
forks:2,125
updated:١٣ فبراير ٢٠٢٦ في ١١:٠٥
SKILL.md
[HINT] تحميل مجلد المهارة الكامل بما في ذلك SKILL.md وجميع الملفات المرتبطة
| name | note |
| description | Save notes to notepad.md for compaction resilience |
Save important context to .omx/notepad.md that survives conversation compaction.
| 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 | Remove entries older than 7 days |
/note --clear | Clear Working Memory (keep Priority + MANUAL) |
/note Found auth bug in UserContext - missing useEffect dependency
/note --priority Project uses TypeScript strict mode, all files in src/
/note --manual Contact: api-team@company.com for backend questions
/note --show
/note --prune
.omx/notepad.md if it doesn't existNotepad content is automatically loaded on session start:
This helps survive conversation compaction without losing critical context.