home-assistant-automation-scripts
bradsjm/hassio-addons
How to install home-assistant-automation-scripts
npx skills add https://github.com/bradsjm/hassio-addons --skill home-assistant-automation-scriptsFull instructions (SKILL.md)
Source of truth, from bradsjm/hassio-addons.
name: home-assistant-automation-scripts description: Home Assistant automations, scripts, and blueprints. Use when the user requests automation/script syntax, triggers/conditions/actions, blueprint usage, run modes, or troubleshooting, and when mapping those needs to ha-mcp automation/script tools.
Home Assistant Automations & Scripts
Workflow
- Determine whether the request is instance-specific or general syntax.
- Discover entities and services before drafting config.
- When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow
home-assistant-best-practicesand its references. - Provide minimal, valid YAML/JSON or tool-driven changes.
- Validate templates and troubleshoot with traces and logs.
Tooling map (ha-mcp)
- Discover entities:
ha_get_overview,ha_search_entities - Discover services:
ha_list_services - Inspect existing:
ha_config_get_automation,ha_config_get_script,ha_deep_search - Create/update automation:
ha_config_set_automation - Create/update script:
ha_config_set_script - Blueprints:
ha_get_blueprint,ha_import_blueprint - Validate templates:
ha_eval_template - Troubleshoot runs:
ha_get_automation_traces,ha_get_logbook - History/trends:
ha_get_history,ha_get_statistics
References
All reference files are relative to the location of this SKILL.md file.
- Best practices:
home-assistant-best-practices(see itsreferences/automation-patterns.md,references/template-guidelines.md,references/helper-selection.md,references/device-control.md,references/safe-refactoring.md) - Limited templates:
references/LIMITED_TEMPLATES.md - Debug workflows:
references/DEBUG_WORKFLOWS.md - Template entities:
references/TEMPLATE_ENTITY_GUIDE.md - Additional notes:
references/REFERENCE.md
Related skills
More from bradsjm/hassio-addons and the wider catalog.
find-skills
Discover and install agent skills to extend your coding agent's capabilities on demand
frontend-design
Build visually distinctive UI with opinionated aesthetic direction, typography, and layout choices that avoid templated defaults.
vercel-react-best-practices
70 React/Next.js performance rules from Vercel Engineering, prioritized by impact for writing, reviewing, and refactoring code.
agent-browser
Fast browser automation CLI for AI agents — navigate, click, scrape, screenshot, and test via Chrome CDP
web-design-guidelines
Review UI code against Web Interface Guidelines for accessibility, UX, and design best practices
finetuning
Fine-tune models on Azure AI Foundry with SFT, DPO, or RFT training methods.