HA
ha-sync
Sync zen-ui plugin to local Home Assistant. Use when user asks to sync, deploy, or push to HA.
Install
mkdir -p .claude/skills/ha-sync && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13199" && unzip -o skill.zip -d .claude/skills/ha-sync && rm skill.zipInstalls to .claude/skills/ha-sync
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Sync zen-ui plugin to local Home Assistant. Use when user asks to sync, deploy, or push to HA.94 chars✓ has a “when” trigger
About this skill
HA Sync
Run from the zen-ui project root:
just sync-build # Build and sync
just sync # Sync only (if already built)
After syncing, remind user to hard refresh browser (Ctrl+Shift+R / Cmd+Shift+R).