nolte

63 mods across 2 repositories, 1 stars between them.

nolte/claude-home-assistant

Plugin Claude Code

Claude Code skills and agents for Home Assistant development — custom integrations (Python), Lovelace cards (TypeScript/JavaScript), blueprints / automations (YAML), and ESPHome / add-on work.

1 28d ago A tokens not measured original MIT

ha-blueprint-author

05

nolte/claude-home-assistant

Agent

Authors one Home Assistant blueprint (automation, script, or template domain) as a single self-contained YAML file conforming to the ha/blueprint-patterns spec — correct blueprint: header, declared inputs with type-appropriate selectors, the !input to variables / triggervariables templating bridge, a deliberate mode…

1 28d ago A 206 tokens original MIT

nolte/claude-home-assistant

Agent

Deprecated stub: this agent was renamed to ha-dev-instance-provisioner in the 2026-07 naming-uniformity pass (per the inherited skill-agent-naming spec). Dispatch ha-dev-instance-provisioner instead; this stub only reports the redirect and will be removed in a future minor release.

1 28d ago A 71 tokens original MIT

nolte/claude-home-assistant

Agent

Provisions a disposable development Home Assistant instance into a local Kubernetes cluster (typically Kind) by applying a self-generated StatefulSet + Service + /config PVC manifest, waiting for rollout, and preparing /config/customcomponents — so that ha-integration-deployer can then copy an integration into it.…

1 28d ago A 216 tokens original MIT

nolte/claude-home-assistant

Agent

Produces one bundled, read-only device-level review of an ESPHome device configuration: config-pattern conformance, credential and API/OTA hardening, schema currency against the official ESPHome docs, Home-Assistant-driven binding correctness, display rendering discipline, display design conformance (palette roles…

1 28d ago A 223 tokens original MIT

nolte/claude-home-assistant

Agent

Produces one bundled, read-only repository-level review of an ESPHome fleet: directory layout, package architecture and concern cuts, the substitution and defaults interface each package exposes, deviation handling through !extend / !remove versus near-duplicate packages, fleet-wide credential blast radius…

1 28d ago A 200 tokens original MIT

nolte/claude-home-assistant

Agent

Deprecated stub: this agent was renamed to ha-integration-deployer in the 2026-07 naming-uniformity pass (per the inherited skill-agent-naming spec). Dispatch ha-integration-deployer instead; this stub only reports the redirect and will be removed in a future minor release.

1 28d ago A 69 tokens original MIT

nolte/claude-home-assistant

Agent

Deploys a Home Assistant Custom Integration from a local repo into a running HA pod inside a Kind / local Kubernetes cluster — lint pre-flight, file copy via kubectl cp, mandatory bytecode-cache cleanup, HA-process restart via kill 1 (NEVER kubectl delete pod), wait-on-ready, and post-restart log tail — and return a…

1 28d ago C 214 tokens original MIT

nolte/claude-home-assistant

Agent

Deprecated stub: this agent was renamed to ha-integration-reviewer in the 2026-07 naming-uniformity pass (per the inherited skill-agent-naming spec). Dispatch ha-integration-reviewer instead; this stub only reports the redirect and will be removed in a future minor release.

1 28d ago A 68 tokens original MIT

nolte/claude-home-assistant

Agent

Produces one bundled, read-only integration-review report for a Home Assistant Custom Integration: quality-scale tier assessment, security/hardening review, and cross-cutting consistency checks (manifest-tier coherence, translations, diagnostics redaction, device classes, spec drift, upstream-docs spot-check).…

1 28d ago A 213 tokens original MIT

nolte/claude-home-assistant

Agent

Diagnoses a deployed Home Assistant Custom Integration in a running HA pod inside a Kind / local Kubernetes cluster — pod-status check, recent-log scan with error-pattern detection, installed-files verification — and return a structured health report. Read-only: never deploys, never restarts, never modifies state. Use…

1 28d ago A 179 tokens original MIT

nolte/claude-home-assistant

Agent

Deprecated stub: this agent was renamed to ha-integration-verifier in the 2026-07 naming-uniformity pass (per the inherited skill-agent-naming spec). Dispatch ha-integration-verifier instead; this stub only reports the redirect and will be removed in a future minor release.

1 28d ago A 69 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Authors one Home Assistant automation-logic or command artifact as spec-conformant YAML (or a sandboxed .py) from a described intent — an automation, script, scene, generic template entity, or a restcommand / shellcommand / pythonscript — conforming to the matching spec/ha-automation/ . Picks the artifact type…

1 28d ago A 215 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Plans and orchestrates a complete Home Assistant YAML solution from a result-oriented requirement, so the user never has to pick which authoring skill to use. Decomposes the requirement into the minimal combination of artifacts across the ha-automation skill family, presents a dependency-ordered artifact plan for…

1 28d ago A 201 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Augments an existing Home Assistant Custom Integration with one backup-platform surface — pre/post backup hooks or a backup agent — conforming to spec/ha/backup-platform. For hooks it generates backup.py with asyncprebackup/asyncpostbackup that symmetrically pause and resume stateful operations around a backup; for an…

1 28d ago A 194 tokens original MIT

ha-badge-add

19

nolte/claude-home-assistant

Skill Claude CodeCodex

Adds a custom Lovelace badge to an existing Home Assistant frontend module, conforming to spec/ha/lovelace-badges. Generates the badge custom element (an HTMLElement or LitElement subclass with setConfig, the hass property setter, and render), the customElements.define call (the tag name becomes custom: ), optionally…

1 28d ago A 217 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Scaffolds a single Home Assistant blueprint (automation, script, or template domain) as a self-contained, spec-conformant YAML file — by gathering the intent, running a pre-flight, and dispatching the ha-blueprint-author agent for the draft-validate-iterate loop, then relaying its conformance report. Activate on…

1 28d ago A 180 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Augments an existing Home Assistant Custom Integration with Bluetooth support, conforming to spec/ha/bluetooth. Sets the manifest bluetooth matcher list plus the bluetoothadapters dependency, subscribes to advertisements via bluetooth.asyncregistercallback with an explicit scanning mode bound through…

1 28d ago A 204 tokens original MIT

ha-card-editor-add

22

nolte/claude-home-assistant

Skill Claude CodeCodex

Adds an ha-form-based visual configuration editor to an existing custom Home Assistant Lovelace card, conforming to spec/ha/lovelace-card-editor. Generates the editor custom element (a LitElement implementing setConfig + a hass setter + a render() over with a schema, .data, and computeLabel, plus a valueChanged…

1 28d ago A 214 tokens original MIT

nolte/claude-home-assistant

Skill Claude CodeCodex

Augments an existing Home Assistant frontend module with one custom tile/card feature — the interactive control row rendered inside the tile card and other host cards — conforming to spec/ha/lovelace-card-features. Creates the feature custom element implementing the card-feature contract (setConfig with an…

1 28d ago A 190 tokens original MIT

ha-card-preview-add

24

nolte/claude-home-assistant

Skill Claude CodeCodex

Ensures an existing custom Lovelace card's preview is completely and correctly implemented, conforming to spec/ha/lovelace-card-preview — the card-picker gallery preview (preview flag plus a getStubConfig rendering a real non-error tile), the editor live preview (deterministic from setConfig/hass, re-rendered on…

1 28d ago A 212 tokens original MIT