Slash Command98 estrellas del repoactualizado 7d ago
aurora
The aurora command initializes Aurora, a smart home orchestration system that routes user requests to appropriate specialist skills and recommends suitable Claude models for home automation tasks. Use this when starting projects involving Home Assistant, ESPHome, Node-RED, or other IoT automation platforms. The command loads instructions from the aurora/SKILL.md file within the plugin directory, displays a banner, and begins an interactive dialogue to guide smart home development.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tonylofgren/aurora-smart-home/HEAD/commands/aurora.md -o ~/.claude/commands/aurora.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
aurora.md
Read and follow the `aurora/SKILL.md` file that lives in this Aurora plugin's install directory - the same plugin directory that contains this `commands/aurora.md` file. Resolve the path relative to this command file's own location inside `~/.claude/plugins/<plugin>/aurora-smart-home/`, NOT relative to the user's current working directory. The user is almost always sitting in a different project (where they want a smart home thing built) and that project will not contain an `aurora/` folder. If you cannot find `aurora/SKILL.md` next to this command file, the Aurora plugin install is broken - say so directly rather than offering to create the file in the user's working project. Once `aurora/SKILL.md` is loaded, start with the banner display and the opening question per the instructions in that file.