A collection of agent skills. Each subdirectory holds a SKILL.md an agent loads on demand.
Creates a macOS launchd LaunchAgent that runs a command on a schedule. Supports both wall-clock (StartCalendarInterval) and fixed-interval (StartInterval) timing. Generates the plist and loads it with launchctl.
Distills always-loaded agent documentation down to its behavioral contract. Keeps the rules, cuts the waste. Discloses reference material only when it meaningfully reduces context.
Reconstructs a deleted or emptied project by replaying write/edit tool calls recorded in opencode.db. Useful when the working directory is gone but prior OpenCode sessions exist. Replays the preserved edits to restore files.
Runs and orchestrates shell commands via tmux using only the non-interactive CLI. Creates named sessions, windows, and panes; captures stdout from line-based and TUI processes; sends keystrokes and monitors lifecycle. Use it for background processes, long-lived servers, and TUI apps.