email-drafts
Installation
SKILL.md
Email Drafts
Create, edit, and manage email drafts. Each draft is stored as an application state entry keyed compose-{id}. The UI refreshes through the framework polling/query invalidation path and updates the compose panel automatically.
Storage
Drafts are stored in the application_state SQL table via writeAppState("compose-{id}", draft) from @agent-native/core/application-state. Each entry is one draft. Multiple drafts can exist simultaneously — they appear as tabs in the compose panel.