Two-circuit backup & GitHub sync system for Home Assistant. Circuit 1 — real git inside /config with a deploy key, a pre-commit secret scanner and meaningful commits; Circuit 2 — full encrypted HA backups in GitHub Releases. Use EVERY time the task involves: backing up Home Assistant, syncing its config, git in /config, restoring a config, rolling back a YAML change, "what broke my automation", a leaked secret, setting up a deploy key, migrating HA to new hardware, GitHub Releases for backups — and BEFORE any HA Core/OS update or AFTER any incident with config loss. Also trigger on: backup, restore, gitleaks, secrets.yaml, 3-2-1. The skill ships ready-made scripts (install, sync, secret-scan, offsite, restore) and a mandatory protocol — do NOT reinvent sync logic, use scripts/.
$npx -y skills add nickoscope/nickol-knx-mcp --skill ha-git-backupInstalls into the current project.
Run `npx skills use "https://github.com/nickoscope/nickol-knx-mcp" --skill "nickoscope/nickol-knx-mcp/ha-git-backup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nickoscope/nickol-knx-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/nickoscope/nickol-knx-mcp"` and select the relevant skills, then follow their instructions.