Activates dotfiles on managed hosts through hey. Use when a system rebuild, activation, or rollback is explicitly requested, not after every Nix edit.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add edmundmiller/dotfiles --skill nix-rebuild --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nix Rebuild?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/edmundmiller-nix-rebuild)More formats (shields.io, HTML) on the badges page.
---
name: nix-rebuild
description: Activates dotfiles on managed hosts through hey. Use when a system rebuild, activation, or rollback is explicitly requested, not after every Nix edit.
---
# Activate Nix configuration
Source edits do not update the running host. When activation is authorized,
confirm the target with `hostname` / `uname -a` and use `hey re` or
`hey rebuild` for Darwin. Sudo availability is host-specific; Seqeratop may
require the user at an interactive terminal.
NUC operations follow `docs/runbooks/deploy-nuc.md` through `hey nuc`;
`hey nuc-wt build` prepares isolated build evidence without activation.
Do not evaluate NUC configuration on Darwin.
After activation, check the changed runtime config/service. `hey rollback`
returns to the previous generation when rollback is requested. Edit repository
sources, not deployed store symlinks; raw rebuild commands bypass repository
command policy.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...