Provides a structured sitemap of official Home Assistant docs (home-assistant.io/docs/ and companion.home-assistant.io/docs/) so agents can quickly find the correct URL for automations, scripts, blueprints, templates, dashboards, etc. without crawling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/homeassistant-assistant:ha-docs-sitemapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use [SITEMAP.md](SITEMAP.md) as a lookup table to find the exact documentation
Use SITEMAP.md as a lookup table to find the exact documentation URL for any Home Assistant topic. Jump directly to the relevant section instead of crawling from the root.
The sitemap is organized by top-level documentation section with nested sub-pages. Each entry includes:
See SITEMAP.md for the full reference.
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.