Outputs Home Assistant automation/script/scene YAML with a strict structure: minimal YAML, explanation of triggers/conditions/actions with docs links, and customization ideas. Writes runnable files to .temp/ only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/homeassistant-assistant:ha-implementation-formatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The user asks to create or edit an automation, script, scene, blueprint, or configuration.
GetLiveContext and consulted ha-docs-sitemap for the relevant docs..temp/ (gitignored) and summarize what you created.Every response must follow exactly this structure and order — no preambles or epilogues.
# Provide only the minimal YAML for the user's automation/script/blueprint here.
# Do not include file paths or instructions to create files.
Example:
light.turn_on service — the updated "action" style (introduced in Home Assistant 2024.8). See Automations docs: https://www.home-assistant.io/docs/automation/.automation: or in a package).npx claudepluginhub calexandre/homeassistant-assistant --plugin homeassistant-assistantCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.