skills/system-config/SKILL.md
Read and edit NixOS module options. Validate before applying. Show diffs before rebuild. Enumerate available options. Understand the NixOS declarative model deeply.
npx skillsauth add bolivian-peru/os-moda system-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the interface to NixOS configuration. Every system change goes through configuration.nix and is applied with nixos-rebuild.
Read /etc/nixos/configuration.nix and any imported modules to understand current state.
nixos-rebuild switchNixOS has thousands of configurable options. Help the user discover what's available:
nixos-option services.postgresql — show PostgreSQL module optionsnixos-option networking — show networking options/etc/nixos/configuration.nix without explaining the changeEvery rebuild creates a new generation. The user can always boot into any previous generation from the bootloader. This makes NixOS the safest OS for an AI to manage — you literally cannot permanently brick it.
testing
Generate a concise daily infrastructure briefing. Covers: service health, resource usage, security events, overnight incidents, and cost tracking. Designed for Telegram/chat delivery.
devops
Multi-perspective risk analysis using structured persona debate before deploying changes
development
Build software via spec-driven development (github/spec-kit). Whenever the user asks for a feature larger than a one-line tweak, scaffold a spec-kit project, capture WHAT + WHY, declare tech stack, break into tasks, then iterate the implementation until tests pass.
development
Manage NixOS packages declaratively. Search, install (via configuration.nix rebuild), remove, rollback, and list generations. Understands the NixOS declarative model.