note

Save timestamped notes to .omd/notepad.md with section-based pruning.

28|5|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/MeroZemory/oh-my-droid --skill note-merozemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/MeroZemory/oh-my-droid/tree/main/skills/note
Command: npx skills add https://github.com/MeroZemory/oh-my-droid --skill note-merozemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures critical conversation context survives compaction so you never lose the thread of engineering decisions or deployment details.

Core Features & Use Cases

  • Priority Context keeps vital facts always loaded for new sessions, such as tech stack constraints or API locations.
  • Working Memory timestamps temporary findings that auto-prune after seven days, perfect for debugging trails.
  • MANUAL section stores permanent references like team contacts or deployment credentials that persist across sessions.
  • Use Case: Save recurring bug notes with /note --priority so every agent knows to check that module before deployment.

Quick Start

Invoke the note skill by saying /note capture the action items from today's standup.

Frequently Asked Questions about note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve conversation context during session compaction?

To preserve conversation context during compaction, you save vital facts and manual references into structured sections of a persistent notepad file. This ensures engineering decisions and deployment details survive context window pruning for new sessions.

What is the best way to keep TODOs loaded for multi-agent autopilot sessions?

Keeping TODOs loaded for multi-agent autopilot sessions is done by saving them as priority context notes. This guarantees every agent reads the saved action items and module constraints before proceeding with deployments.

Does the notepad file automatically prune temporary working memory?

Yes, the notepad file automatically prunes temporary working memory. Timestamped entries in the working memory section auto-prune after seven days, which is ideal for clearing expired temporary debugging trails.

How do I save recurring bug notes across different agent sessions?

You save recurring bug notes across different agent sessions by writing them to the priority context section. This ensures every new agent loads the bug details and knows to check that specific module.

Are there character limits when writing manual references to the notepad?

Yes, there are character limits when writing manual references to the notepad. The skill enforces character-limit checks and applies section-based pruning controls during structured file writes to actively manage context size.