note

Read and write persistent notes to .omagy/notepad.md across sessions.

3|Updated May 24, 2026
One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill note-shayne-snap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/note
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill note-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Note persistence helps you retain priority context, track working progress, and preserve durable manual notes across Omagy workflow turns.

Core Features & Use Cases

  • Priority block: Store and replace a single compact priority section so the most important context always surfaces first.
  • Working log: Maintain timestamped working entries that can be pruned to control noise while keeping short-term continuity.
  • Manual append-only notes: Capture information that must not be pruned, suitable for long-lived decisions or evidence.

Quick Start

Write an updated priority note using omagy note write-priority with your new highest-priority context.

Frequently Asked Questions about note

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

FAQPage Schema
How do I persist working notes across terminal sessions for engineering workflows?▼

You can persist working notes across sessions by writing them to a file-backed state at .omagy/notepad.md, which ensures workflow continuity and maintains transient progress tracking between terminal turns.

What is the best way to keep priority context surfaced first during development?▼

Keeping priority context surfaced first is achieved by using a dedicated priority block that stores and replaces a single compact section, ensuring your highest-priority planning context always appears at the top of your notepad.

How do I maintain timestamped working logs that can be pruned to control noise?▼

Maintain timestamped working logs by appending entries to the working section of your notepad, which supports pruning to control noise while retaining short-term workflow continuity and transient progress tracking.

Can I store durable decisions and evidence in an append-only manual notes format?▼

Yes, you can store durable decisions and evidence using the manual append-only notes section, which preserves long-lived information that must not be pruned during your engineering workflows.

Does the notepad storage work without external dependencies for state persistence?▼

The notepad storage works without external dependencies by using file-backed state persistence, reading and writing directly to the .omagy/notepad.md file to maintain priority, working, and manual notes.

When should I not use the working log versus manual notes for state persistence?▼

You should not use the working log for information that must not be pruned; instead, use manual append-only notes for durable decisions or evidence, while reserving the working log for transient progress and short-term continuity.