Scaffolds one Home Assistant stateful helper entity as a spec-conformant YAML block from a described intent — inputboolean, inputbutton, inputdatetime, inputnumber, inputselect, inputtext, counter, timer, or schedule — conforming to the matching spec/ha-automation/ . Picks the right helper type, sets every mandatory…
Scaffolds the Home-Assistant-specific CI validation for a Custom Integration repository — a GitHub Actions workflow running hassfest and the HACS validation action on push and pullrequest, plus a pytest job using pytest-homeassistant-custom-component across a Python matrix. Complements the portfolio's generic…
Augments an existing Home Assistant Custom Integration with event firing and/or listening on the HA event bus, conforming to spec/ha/integration-events. For firing it generates hass.bus.asyncfire(" event", eventdata) with a domain-prefixed event type and a documented JSON-serializable data shape, placed in…
Scaffolds a complete Home Assistant Custom Integration skeleton — manifest, lifecycle, config flow, coordinator, entity, platforms, translations, icons, diagnostics, plus pytest harness — in one go, conformant to every MUST pattern in spec/ha/. Activate on phrasings like "scaffold a new HA Custom Integration", "create…
Plans and orchestrates a complete Home Assistant Python custom-integration backend from a result-oriented device/cloud/API requirement, driven by a chosen quality-scale target tier (Bronze–Platinum), so the user never picks individual skills. Decomposes the requirement into a minimal dependency-ordered plan for the…
Scaffolds a vanilla-JS Lovelace card under customcomponents/ /www/ .js with every mandatory lifecycle method, shadow DOM, entity-change detection, HA CSS custom properties, and auto-registration in init.py. Activate on phrasings like "scaffold a Lovelace card for the integration", "add a custom Lovelace card called "…
Plans and orchestrates a complete Home Assistant Lovelace/frontend solution from a result-oriented requirement, so the user never picks individual frontend skills. Decomposes the requirement into the minimal combination of artifacts across the Lovelace skill family (cards, editors, features, badges, strategies…
Augments an existing Home Assistant Custom Integration with a media source provider, conforming to spec/ha/media-source. Creates mediasource.py with the top-level asyncgetmediasource factory, a MediaSource subclass bound to the domain, asyncbrowsemedia returning a BrowseMediaSource tree (root node on empty identifier…
Augments an existing Home Assistant Custom Integration with the OAuth2 / Application Credentials flow, conforming to spec/ha/application-credentials. Creates applicationcredentials.py with the authorization-server wiring, converts the config flow to an AbstractOAuth2FlowHandler subclass that creates the entry and sets…
Augments an existing Home Assistant Custom Integration with one generic config option retrofitted into its OptionsFlow — a post-setup setting stored in entry.options (never entry.data), with a typed selector, strings + translations, an entry-reload-on-change wiring, and a test. Non-destructive — existing options stay…
Augments an existing Home Assistant integration or frontend repo with one bare custom-panel scaffold — a full-page custom element registered in the sidebar, no data wiring beyond the scaffold — conforming to spec/ha/lovelace-views-panels (custom-panel part). Creates the panel custom element (Lit or another non-React…
Develops a described full-page or dashboard-surface need end-to-end to production grade, conforming to the full relevant spec set. First decides the delivery shape (custom sidebar panel vs. panel-mode view vs. custom view as layout container) per spec/ha/lovelace-views-panels and spec/ha/lovelace-layout-antipatterns…
MCP server "reachy-mini" as configured in nolte/reachy-mini-mcp. Runs in Docker (${HOME}/.cache/reachy-mini-mcp:/home/mcp/.cache/reachy-mini-mcp). Needs 1 environment variable to run.
Claude Code instructions for nolte/reachy-mini-mcp, covering claude.md, what this repo is, canonical specifications, architecture at a glance and dependency layout.