Why It MattersOn Nix systems using the home-manager module, Claude Code slash commands for peon-ping and related prompt hooks now run instead of silently failing with `Unknown command`, so operators keep their chat-driven workflow functional without switching to a different install method; continue watching for future hook/skill additions that are not kept in sync between `install.sh` and Nix wiring, since that could reintroduce silent command misses. Technically, the PR updates `flake.nix` install logic to include missing script artifacts, wraps hook scripts to provide `python3` in minimal-path executions, and adds five skill symlinks under `~/.claude/skills` in `nix/hm-module.nix`.
ImpactOn Nix systems using the home-manager module, Claude Code slash commands for peon-ping and related prompt hooks now run instead of silently failing with `Unknown command`, so operators keep their chat-driven workflow functional without switching to a different install method; continue watching for future hook/skill additions that are not kept in sync between `install.sh` and Nix wiring, since that could reintroduce silent command misses. Technically, the PR updates `flake.nix` install logic to include missing script artifacts, wraps hook scripts to provide `python3` in minimal-path executions, and adds five skill symlinks under `~/.claude/skills` in `nix/hm-module.nix`.