dh-first-run
Installation
SKILL.md
Dockhand First-Run Detection
Automatically detect when Dockhand is unconfigured and guide users to setup.
Detection Logic
When ANY Dockhand command or skill is invoked, first check configuration state:
# Check if config exists and read mode
ls ~/.config/dockhand/config.json 2>/dev/null
First-Run Response
If config file does not exist, respond with:
Dockhand is not yet configured. Let me help you set it up.