os-inbox

Installation
SKILL.md

OS Inbox

Check for and execute tasks dispatched from the Life OS command center (/Users/derekxwang/Development/projects/DXW/mono/os).

How It Works

The Life OS drops task files in this project's inbox/ folder (format: inbox/os-YYYY-MM-DD-<slug>.md). This skill checks for those tasks, presents them, and records completion in git commit messages so the OS can confirm.

On Startup: Check for Pending Tasks

Always check both local and remote for inbox tasks — local may be stale:

# Fetch latest from remote
git fetch origin

# Check remote for inbox tasks (works even if local is behind)
git ls-tree origin/main inbox/ 2>/dev/null | grep "os-"
Related skills

More from derek-x-wang/skills

Installs
1
First Seen
Apr 9, 2026