Aurora Smart Home - Claude Skills for Home Assistant, ESPHome, Node-RED, and IoT product development
npx claudepluginhub tonylofgren/aurora-smart-homeClaude Skills for Home Assistant and ESPHome integration, enabling smart home automation and device control through AI agents.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
75,000+ lines of documentation | 900+ example prompts | 1,500+ code examples
The most comprehensive Claude Code skill pack for smart home development - from YAML automations to designing and manufacturing professional ESPHome-based IoT products.
| Home Assistant | Node-RED | ESPHome | Integration Dev | |
|---|---|---|---|---|
| Reference Guides | 49 | 12 | 38 | 17 |
| Example Prompts | 300+ | 100+ | 600+ | 129 |
| Code Examples | 700+ | 200+ | 1000+ | 200+ |
| Ready Templates | 17 | 15 | 30 | 10 |
| Coverage | 50+ integrations | 31 nodes | 160+ components | Full HA framework |
| Bonus | Sections dashboard | Node-RED 4.x | Product dev: idea → production | HACS v2 |
v1.3.0 - Breaking change: Individual skill plugins have been removed. If you're upgrading from a previous version, copy and paste this entire block to reinstall:
/plugin uninstall esphome@aurora-smart-home /plugin uninstall ha-yaml@aurora-smart-home /plugin uninstall node-red@aurora-smart-home /plugin uninstall ha-integration@aurora-smart-home /plugin marketplace add tonylofgren/aurora-smart-home /plugin install aurora@aurora-smart-home /reload-plugins
Start with /aurora:aurora - Aurora opens, asks what you want to build, and takes it from there.
No need to know which skill to use. Describe your project in plain language and Aurora routes to the right specialist(s), recommends the right Claude model for your subscription tier, and builds a step-by-step workflow if the task spans multiple skills.
19 specialist agents - Volt (ESP32 firmware), Sage (automations), Ada (custom integrations), Iris (dashboards), Glitch (debugging), Grid (network/VLANs), Forge (infrastructure), and 12 more. Each agent has a defined domain, a soul, and a voice.
InfraredEntity, HA sends commands through themir_rf_proxy) - Runtime IR/RF without reflashing. Learns and replays commands via remote_transmitter / remote_receiverSee CHANGELOG.md for full details.
| I want to... | Use this skill |
|---|---|
| Not sure, or task spans multiple areas | aurora |
| Create YAML automations (automations.yaml, blueprints, dashboards) | ha-yaml |
| Build visual Node-RED flows (drag-and-drop, JSON) | node-red |
| Configure ESP device firmware or design a new IoT product | esphome |
| Develop Python custom components (HACS) | ha-integration |
New to Aurora? Start with
/aurora:aurora- it routes to the right skill and recommends the right model for your task.
# 1. Add the marketplace
/plugin marketplace add tonylofgren/aurora-smart-home
# 2. Install Aurora
/plugin install aurora@aurora-smart-home
# 3. Start here
/aurora:aurora
Aurora asks what you want to build and takes it from there.
By default, skills install globally (--scope user). You can also scope them:
# Shared with your team via git (committed to .claude/settings.json)
/plugin install ha-yaml@aurora-smart-home --scope project