skills/note/SKILL.md
Save notes to notepad.md for compaction resilience
npx skillsauth add MeroZemory/oh-my-droid noteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Save important context to .omd/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: [email protected] for backend questions
/note --show
/note --prune
.omd/notepad.md if it doesn't existNotepad content is automatically loaded on session start:
This helps survive conversation compaction without losing critical context.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
development
Decompose multi-step tasks into parallel sub-agent workloads, route each sub-task to the cheapest capable model tier (Haiku/Sonnet/Opus), run long-running commands in the background, and verify all deliverables before stopping. Use when the user asks to 'go fast', 'parallelize', 'ultrawork', or when a request contains 3+ independent sub-tasks that benefit from concurrent execution.
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Parallel autopilot with file ownership partitioning